Page 1 of 1

Lathe Jogging Bug

PostPosted: Thu Apr 10, 2025 3:27 am
by Klokworker
I believe I found a bug where:
In version 1.2118 lathe mode, in G7 (diameter) mode, in step jogging mode
Pressing any jog key, especially a Z-axis jog key, causes a move in X+ direction a random large distance. I was trying to jog Z- at the 0.01 step size and X moved about +0.650.

Jogging behavior seems fine in Radius mode

While I'm writing, a feature request: can lathe mode change the Z axis jogging keyboard keys to be the up and down arrow keys, like Y axis jogging in 3-axis mode?

Re: Lathe Jogging Bug

PostPosted: Thu Apr 10, 2025 8:27 am
by RsX
Klokworker wrote:While I'm writing, a feature request: can lathe mode change the Z axis jogging keyboard keys to be the up and down arrow keys, like Y axis jogging in 3-axis mode?

I think you can change this section here to assign the new keys
Code: Select all
[Hotkeysettings]
Keycode1=39
Buttoncode1=147
Keycode2=37
Buttoncode2=148
Keycode3=38
Buttoncode3=149
Keycode4=40
Buttoncode4=150
Keycode5=33
Buttoncode5=151
Keycode6=34
Buttoncode6=152
Keycode7=45
Buttoncode7=153
Keycode8=46
Buttoncode8=154
Keycode9=81
Buttoncode9=155
Keycode10=65
Buttoncode10=156
Keycode11=87
Buttoncode11=157
Keycode12=83
Buttoncode12=158

buttonscode.png

keycodes.png

Re: Lathe Jogging Bug

PostPosted: Fri Apr 11, 2025 12:29 am
by cncdrive
A video showing the exact behaviour would be nice.