4x Z-Axis. How to do in the configuration tool?
-
Hey,
my new baby becomes 4 nema 23 motors for the Z axis.
I couldn´t find this options in the configuration tool.
Of course it´s possible to add another drivers, but it is NOT for the z axis 2,3 or 4.
Do I something wrong there or do I have to do it in a different way
thanks -
@barbarossa-cologne if you mean you want to define extra motors for an axis with the configuration tool, unfortunately it doesn’t have this option yet. You can do it by manually editing the config.g file. Change your M584 line to something like:
M584 X0 Y1 Z2:3:4:5 E6
You don’t add extra parameters to the other motor settings; the same Z settings are used for all motors connected to an axis.Ian
-
@droftarts
yes, I wanna have 4 z axis motors.
Ok... how can I give any Z axis motor a own endstop? -
@barbarossa-cologne if you use RRF3 firmware, it's easier than in RRF2, described in
https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors#Section_Axis_levelling_using_endstops
They are listed in M574 with + signs.