Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: tripleblack on December 12, 2012, 08:50:01 PM

Title: add 50% jog speed button to screen
Post by: tripleblack on December 12, 2012, 08:50:01 PM
hi all. has anyone added a button to the main screen to  make the jog speed slow to 50%? like click on the button and the dro for the jog speed would be set to 50%. another button to return to 100%. i change it often for manually parting off leftover sections of sheet with the plasma.
Title: Re: add 50% jog speed button to screen
Post by: BR549 on December 12, 2012, 09:29:52 PM
You can use 2 buttons or 1 button and toggle back and forth.
Title: Re: add 50% jog speed button to screen
Post by: tripleblack on December 13, 2012, 09:26:01 PM
figured it out. added jog speed % dro to main screen oemdro 3.
created button with50% as text. edited button script in mach 3 to SetOEMDRO(3,50). labeled another button 100%. SetOEMDRO(3,100).
Title: Re: add 50% jog speed button to screen
Post by: woodspinner on December 14, 2012, 02:39:43 PM
I think another option to accomplish same thing would be to set your jog speed to 50% and use the shift override for full speed.

John
Title: Re: add 50% jog speed button to screen
Post by: tripleblack on December 14, 2012, 06:57:16 PM
set up 4 buttons. each labeled 1/8", 3/16", 1/4", 1/2". and a 5th for reset to 100%.