Page 3 of 10

Re: 2017 Screenset released

PostPosted: Thu Feb 02, 2017 9:32 am
by svse
Hey Gerry,

thanks alot for the Screenset. Its great and working very well.
I'm using it with a resolution of 1440x900 and it looks very good.

But j have found one little issue. The Resetbutton of the Feedrate Override only works in standstill. So i can't reset the feedrate to 100%, when the gcode is running.
Is it possible to change the behavoir?

Kind regards,

Sven

Re: 2017 Screenset released

PostPosted: Thu Feb 02, 2017 11:32 am
by ger21
One of the updates I sent out fixed this. Did you receive my email notice about an updated version?
If not, send me an email.

EDIT:
If you do have the latest version, I'll look into this tonight. I know when I originally fixed this I sent it out to one user, and I may not have corrected it for all of the motion controllers, as there is a separate screen for each motion controller.

Re: 2017 Screenset released

PostPosted: Thu Feb 02, 2017 10:22 pm
by andrewbishop66
Thanks for the screen set link and licence

looking forward to using it did i read somewhere that CCW is not used if so do you plan to add it

Thanks Anyway Andrew

Re: 2017 Screenset released

PostPosted: Thu Feb 02, 2017 11:06 pm
by ger21
There's no M4 (CCW) Button on the screen, and I don't plan on adding it.
It will still work if it's in your g-code, and you can always type M4 in the MDI to start your spindle CCW, and M5 to stop it.

Re: 2017 Screenset released

PostPosted: Fri Feb 03, 2017 10:54 pm
by andrewbishop66
as long it works as M4 thats going to fine for me

Thanks Andrew

Re: 2017 Screenset released

PostPosted: Thu Feb 09, 2017 8:13 pm
by spumco
Gerry,

Can you add an "Uncrash" button at the next 2017 screenset update? Nothing too complicated, just some way to go back in time and clear out your tool offset table before running the auto-zero then calling a G43 Hxxx line (with the old offsets still lurking in the table)?

No rush, but it might help some people who may have buried a mill-drill someplace no mill-drill should have ever gone.

Thanks,
Spumco

Re: 2017 Screenset released

PostPosted: Sun Mar 05, 2017 8:56 am
by TadasM
Gerry,

I'm currently testing Your screenset (auto tool change function to be specific). I have few questions (I'm using 1.2033 UCCNC with UC300ETH-5LPT):

Should the spindle be stopped when M6 is activated (relay controlled spindle) ? I got the message on screen saying "press ok when tool is changed" but spindle was still spinning... I did pressed OK and than "feed hold", than turned spindle off (M5), changed tool and pressed "feed hold" again. The tool was measured, spindle was turned on and all other went as it was expected.

Other question: As my fixed touch plate is mounted on Y axis - it would be very nice to have "check box" that would activate function "use current coordinate for Y axis" :) Or should I change in macro manually ?

Re: 2017 Screenset released

PostPosted: Sun Mar 05, 2017 4:57 pm
by ger21
Should the spindle be stopped when M6 is activated (relay controlled spindle) ?


Your g-code should be stopping the spindle with an M5 before it gets to the M6.

You can also add a:
exec.Code("M5");
at the beginning of the M6 macro.

For now, can you just edit the macro to do what you want? In 7 years, and thousands of users, I've only had one other person have a fixed plate on the gantry.
I'll look into adding it later, but it'll take a lot of work , as there's no room for 2 checkboxes (some people use X axis for the gantry).

Re: 2017 Screenset released

PostPosted: Sun Mar 05, 2017 7:39 pm
by TadasM
ger21 wrote:
Should the spindle be stopped when M6 is activated (relay controlled spindle) ?


Your g-code should be stopping the spindle with an M5 before it gets to the M6.

You can also add a:
exec.Code("M5");
at the beginning of the M6 macro.

For now, can you just edit the macro to do what you want? In 7 years, and thousands of users, I've only had one other person have a fixed plate on the gantry.
I'll look into adding it later, but it'll take a lot of work , as there's no room for 2 checkboxes (some people use X axis for the gantry).



Gerry,

I'm using the MACH 2/3 ATC ARCS (metric) postprocessor exported from Aspire. There is no M5 code :/

Code: Select all
..........................
N980G3X1.500Y375.000I0.000J-3.500
N990G1X1.500Y15.000Z-10.500
N1000G3X5.000Y11.500I3.500J0.000
N1010G00X5.000Y11.500Z6.000
N1020T1M6
N1030 (V-Bit {90 deg 6 mm})
N1040G43H1
N1050S18000M03
(Profile 7)
()
N1080G00X5.000Y14.500Z6.000
N1090G1X5.000Y14.500Z-1.100F150.0
N1100G1X365.000Y14.500Z-1.100F1500.0
N1110G3X365.500Y15.000I0.000J0.500
N1120G1X365.500Y375.000Z-1.100
N1130G3X365.000Y375.500I-0.500J0.000
N1140G1X5.000Y375.500Z-1.100
N1150G3X4.500Y375.000I0.000J-0.500
N1160G1X4.500Y15.000Z-1.100
N1170G3X5.000Y14.500I0.500J0.000
N1180G00X5.000Y14.500Z6.000
N1190T2M6
N1200 (End Mill {6 mm})
N1210G43H2
N1220S15000M03
(Profile final)
()
N1250G00X5.000Y11.500Z6.000
N1260G1X5.000Y11.500Z-10.500F150.0
N1270G1X46.823Y11.500Z-10.500F540.0
N1280G1X46.823Y11.500Z-8.500
N1290G1X62.823Y11.500Z-8.500
N1300G1X62.823Y11.500Z-10.500F150.0
........................


What postprocessor is recommended ?


Hmm, I' thought that is a good idea to have fixed plate on Y axis as it saves quite of movement :) I will fix in macro, thank You.

Re: 2017 Screenset released

PostPosted: Sun Mar 05, 2017 7:56 pm
by ger21
Try this. I just modified the Mach3 post and made this one.