Allow Movement without homing Not Working
-
Hey group, I have an application where I need the printer to move without homing. I entered a M564 S0 into the gcode terminal but I still get an error: G0/G01: insufficient axes homed. I also tried without a "S" perimeter. Does anyone know what might be stopping it from moving? I even tried M302 P1 to allow cold extrusion thinking that might have some effect. But nothing.
-
M564: Limit axes
ParametersHnnn H1 = forbid movement of axes that have not been homed, H0 = allow movement of axes that have not been homed (firmware 1.21 and later)
Snnn S1 = limit movement within axis boundaries, S0 = allow movement outside boundariesYou are missing the H0