2 Z motors, to endstops
-
@phaedrux said in 2 Z motors, to endstops:
@torro said in 2 Z motors, to endstops:
homeall
G91 ; relative positioning
G1 S1 X-300 Y-300 F5000 ; move quickly to X or Y endstop and stop there (first pass)
G1 S1 X-300
G1 S1 Y-300
G1 X10 Y10 F6000 ; go back a few mm
G1 S1 X-20 F360 ; move slowly to X axis endstop once more (second pass)
G1 S1 Y-20 ; then move slowly to Y axis endstop
M98 Phomez.gTry changing M98 Phomez.g to G28 Z
Same behaviour. I just put the m98 phomez. G in the first line of homeall.g
Now it works as expected