z axis reversed
Please Log in or Create an account to join the conversation.
In your .ini file try changing
[AXIS_2]
SCALE=
to the opposite sign it currently is
ie. if SCALE=400 change to SCALE=-400
This should reverse the commanded movement direction
regards
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Can anyone help me? My hard disk decided to die ( I know, should have had a backup), so I have installed the latest version of linuxcnc, now jogging the z axis goes in the right direction, but when running a program it reverses, i.e. goes up instead of down & vice versa.
Hello, I'm using LinuxCNC 2.5.1 for simulating code for an old CNC machine, in this old machine Z+ means down and Z- means up,
I need to inverse the Z direction in the simulation so I dont have to change the code everytime.
I have read other posts were they say to change the SCALE to negative value in the .INI file.
I opened the .INI file and there are two SCALE values of which I replaced one value to negative, then the other and finally both of them but none of these worked.
Can anyone help.
Thank you before hand.
Please Log in or Create an account to join the conversation.
Hello, I'm using LinuxCNC 2.5.1 for simulating code for an old CNC machine, in this old machine Z+ means down and Z- means up,
Try changing the [DISPLAY]GEOMETRY to XY-Z
Please Log in or Create an account to join the conversation.
Thank you!
Please Log in or Create an account to join the conversation.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Does this mean I could make any axis invert by doing this for instance GEOMETRY = -XY-Z. I need to invert the X and Z axis.
Do you want to invert the axis in the display, or make it move in the opposite direction?
The GEOMETRY option only changes the display. To reverse an axis, make the scale negative. Or on a stepper system invert the direction pin in the HAL.
Please Log in or Create an account to join the conversation.
Will it be the OUTPUT_SCALE setting under each individual AXIS section?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.