Independant multiple Z axis movement
-
My machine has 4 Z motors to do levelling.
mapped with
M584 X0 Y1 Z5:6:7:8 E3 ; MOTOR MAPPING WITH 4 Z STEPPERSI would like to be able to move a them independently for testing
I want to set them off level intentionally so that I can run a macro test of it doing the levelling.How do I move 1 of the 4 Z without moving the others?
-
@Adamfilip you would have to map the motor you want to move to another axis. you can't move motors individually that are all mapped to the same axis
-
@Adamfilip
you can set them up like this but i have found some other features were effectedM584 Z5 U6 V7 w8
then in dwc you can control the motors independently
-
When mapping as a new axis make sure to gives those new axis all the corresponding values for speeds, currents, steps/mm, etc.