G0/G1 insufficient axis homed
-
After i run a job and it finishes it gives me an error
Go/G1 insufficient axis homedit was homed before the job.. it should still know its position
what will cause it to loose its position and require to be rehomed
if it did not resetduet 2 wifi RRF3 non beta
-
What are the last few gcode commands in the job?
-
G1 X147.310 Y149.379 E0.5177
G92 E0.0000
G1 E-1.0000 F2400
; layer end
M106 S0 ; turn off cooling fan
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motorsI assume the M84 is causing my problem
-
@Adamfilip said in G0/G1 insufficient axis homed:
I assume the M84 is causing my problem
correct, that will leave the printer in a unhomed state (as the motors could move when not powered, and I believe you'll lose any microstep positioning and start from the nearest full step possition when powered back up)