Home issues
-
Just updated to DWC 3.4.1 and latest FW to the E3 board.
Homeing has been working but now all home*.g fails.
G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X125 F1800 ; move quickly to X axis endstop and stop there (first pass) ***STOPS HERE! NO pos update!*** G1 X-5 F6000 ; go back a few mm G1 H1 X125 F360 ; move slowly to X axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90
-
; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X120 Y100 Z110 S0 ; set axis maxima
Position should be set to X120 but it is set to 0
-
@tecno depends where you've said the endstops are. You probably have X1 rather than X2 in your M574
-
So it was so now I am back to start printing again. Thanks very much appreciated!