Changing the default Jog Increment

More
07 Apr 2023 20:05 #268543 by Vmax549
Changing the default Jog Increment was created 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.

  • tommylight
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
07 Apr 2023 20:25 #268545 by tommylight
Replied by tommylight on topic Changing the default Jog Increment
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
Replied by snowgoer540 on topic Changing the default Jog Increment

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
Replied by Vmax549 on topic Changing the default Jog Increment
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.

Time to create page: 0.090 seconds
Powered by Kunena Forum