Changing the default Jog Increment

More
07 Apr 2023 20:05 #268543 by Vmax549
Has anyone ran across the section of code where PathPilot sets the Default Jog increment to .0001 ?? I would really like to change that.

(;-) TP

Please Log in or Create an account to join the conversation.

More
07 Apr 2023 20:25 #268545 by tommylight
LinuxCNC has those in the ini file, no idea if they are in Path Pilot there or not.
Should be, though.

Please Log in or Create an account to join the conversation.

More
07 Apr 2023 20:48 #268549 by snowgoer540

Has anyone ran across the section of code where PathPilot sets the Default Jog increment to .0001 ?? I would really like to change that.

(;-) TP


If you are using a mill, it sets it in: /python/tormach_mill_ui.py
If you are using plasma, it sets it in: /python/tormach_plasma_ui.py
If you are using lathe, it sets it in: /python/tormach_lathe_ui.py

The line is common to all of them:
self.hal['jog-gui-step-index'] = 0

It doesnt matter if you use imperial or metric, left to right the four jog increments are 0, 1, 2, 3.

Change the value to whatever you want to be selected when you start PathPilot.

As always, backup before changes, and this will be wiped out with upgrades, etc.

Please Log in or Create an account to join the conversation.

More
08 Apr 2023 15:45 #268614 by Vmax549
Thanks SNOW, I had search the UI file but used the wrong search words.

That did the trick

(;-) TP
The following user(s) said Thank You: snowgoer540

Please Log in or Create an account to join the conversation.

Moderators: cncbasher
Time to create page: 0.077 seconds
Powered by Kunena Forum