Moving Dual Z motors independently
-
Hi all,
I have connected two independent Z motors connected to two separate drivers (Mapped as Z2:3). I am using G32 for the auto-alignment of the Z-axis.
Curious to know how to move the Z-axis motors independently? If we have IDEX, we can move the Left and Right X-axis independently.
Is there any command to move the independent Z-axis, like I want to move Left Z seperately and Right Z separately. The same is required for the independent Y-axis also.
Thanks
-
If you want to move them manually you would need to split them into two separate axis with M584 and then control them that way with G1 commands. You can recombine afterwards.