#Move Out of Range

13 messages · Page 1 of 1 (latest)

ancient pawn
#

I am trying to do my first print but after homing I keep getting this error after my nozzle heats up to full temp
"Move out of range: -0.329 -0.329 0.350 [-14.000]"
I am using Voron Tap as my Z endstop and probe

shrewd isle
# ancient pawn

Could you post the gcode file too? I suspect you just need a g90 in your print start macro to see the coordinate mode.

ancient pawn
#

G Code ^

#

my start g code in Prusa Slicer

#

I will check out what you posted @shrewd isle when my kids take their naps. Thank you for your help

shrewd isle
ancient pawn
#

After the extruder comes up to full temp. It will run through everything and then error out almost like when it wants to start actually printing

shrewd isle
#

Oh I can't believe I missed this earlier today. It's a slicer issue.

#

Your printer is in absolute mode but the toolhead is commanded to go to a negative X and negative y coordinate. This is outside the printer's build volume. It will depend on the slicer but I think you just need to make your origin 0 at the front left corner of the bed with no margin below that.

You probably have the origin set to middle of bed right now.