Comment on Printer not moving to expected coordinate

elDalvini@discuss.tchncs.de ⁨5⁩ ⁨months⁩ ago

You can try to disable software End-Stops with this gcode:

M211 S0

Be aware though, if you do that, there is nothing preventing your printer from trying to move beyond the hardware limits and possibly destroying itself. You can enable the end-stops again with:

M211 S0

Marlin reference page

source
Sort:hotnewtop