Dual Z auto level
-
I'm not sure if I have understand it correct but I guess it's possible to adjust the Z-motors invidually after probing. After a sucessfull probing it should ajust the invidual Z motors I guess.
Z is working with right Z-stepper connected to E1
In config.g I have added M584 Z2:4 E3 to assign E1 to Z2
Here is my bed.gG28 G30 P0 X20 Y200 Z-99999 G30 P1 X360 Y200 Z-99999 S2
When I run G32 it starts probing at center, left and right side. (3 probes)
It returns below error.
Error: Probe points P0 to P1 must be in clockwise order starting near minimum X and Y
Thank you -
Have you also defined the M671 to let the firmware know the location of the lead screws?
https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors#Section_Example_for_2_motors -
@Phaedrux No, thank you. I will check that.
-
@Phaedrux Works like a charm, thank you so much. I totally missed that line.