default jog speed

Post anything you want to discuss with others about the software.

default jog speed

Postby voyager1972 » Sun May 03, 2020 9:56 am

is there a way to save the keyboard jog speed, when i start uccnc it is always at 10% ,i change it to a higher value and on a restart it is back at 10%
voyager1972
 
Posts: 13
Joined: Thu Apr 16, 2020 8:56 pm

Re: default jog speed

Postby cncdrive » Sun May 03, 2020 10:10 am

Yes, you can do that in the constructor macro M99998.
cncdrive
Site Admin
 
Posts: 4887
Joined: Tue Aug 12, 2014 11:17 pm

Re: default jog speed

Postby Robertspark » Sun May 03, 2020 12:34 pm

Add this to the M99998.txt macro within your profile

Code: Select all
AS3.Setfield(60, 913);   // change the 60 to whatever % you want
AS3.Validatefield(913);
// field 913 is shown in the Fields by number.htm within the Documentation folder as
// Jogfeedrate
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: default jog speed

Postby Roby » Mon May 11, 2020 7:28 am

Thank you Robertspark for the suggestion. Wondering if anybody been able to get this to work on version 2113. I added the code above to M99998.txt and the jog speed still defaults to 10%.

Thanks in advance,
Roby
Roby
 
Posts: 24
Joined: Sat May 09, 2020 8:31 am

Re: default jog speed

Postby dezsoe » Mon May 11, 2020 8:29 am

Sorry, Rob made a small mistake. Here is the working version:

Code: Select all
AS3jog.Setfield(60, 913);   // change the 60 to whatever % you want
AS3jog.Validatefield(913);
// field 913 is shown in the Fields by number.htm within the Documentation folder as
// Jogfeedrate
dezsoe
 
Posts: 2093
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary

Re: default jog speed

Postby Robertspark » Mon May 11, 2020 10:12 am

oops... forgot it was on the jog screen..... AS3jog :oops:
Robertspark
 
Posts: 1892
Joined: Sat Sep 03, 2016 4:27 pm

Re: default jog speed

Postby Roby » Mon May 11, 2020 9:24 pm

This works a treat, thanks guys!
Roby
 
Posts: 24
Joined: Sat May 09, 2020 8:31 am

Re: default jog speed

Postby The-Meerkat » Sat Jul 03, 2021 5:59 pm

:D :D :D :D :D
This works great. Having to bump up the jog speed every time has been bugging me. I’ve been meaning to get around to changing the 99998 macro and finally did it this morning. Awesome little fix!
The-Meerkat
 
Posts: 43
Joined: Wed Apr 01, 2020 1:23 am
Location: North County San Diego

Re: default jog speed

Postby Owlwood » Thu Aug 12, 2021 9:09 pm

Worked for me too!
This has been bugging me for months!

Thanks Gents.
Owlwood
 
Posts: 4
Joined: Wed Apr 03, 2019 3:26 pm

Re: default jog speed

Postby Owlwood » Fri Aug 13, 2021 11:48 pm

This worked great for me too

Thanks for sharing!
Owlwood
 
Posts: 4
Joined: Wed Apr 03, 2019 3:26 pm

Next

Return to General discussion about the UCCNC software

Who is online

Users browsing this forum: Bing [Bot] and 21 guests