I’m trying to configure Cura 5, but whatever I do, when I start a job, I get this message:
“Move out of range: 469.618 566.624 12.600 [-12.961]” coordinates may change
I attach the first lines of the gcode, in case you notice something strange
But when home printer endstops are in Xmin and Ymax… If gcode file its in relative coordinates mode… Too are outside printer area. No?
I see two options:
in start gcode, not home, move printhead to X0 and Y0.
Or
change the printer definition in cura, and say (x0y0) it’s in bed center… And how in mi Workflow after homing x and y, move print head to bed center to probe Z…
Out of of range errors are commonly caused by putting a printer in relative positioning mode (G91) and not setting it back to absolute (G90). I would suggest making sure you have G90 at the end of your start gcode.