#Move Out of Range
13 messages · Page 1 of 1 (latest)
Could you post the gcode file too? I suspect you just need a g90 in your print start macro to see the coordinate mode.
I'm heading off for a bit but check out this doc to make sure your print start macro is set up correctly. https://github.com/jontek2/A-better-print_start-macro
This document aims to help you get a simple but powerful start_macro for your voron printer! - jontek2/A-better-print_start-macro
G Code ^
my start g code in Prusa Slicer
My start macro.
Lines 483 - 500 were the default that I was using. I tried the new code in lines 501-532 based off of https://github.com/rootiest/zippy_guides/blob/main/guides/macros.md#prusaslicer-start-g-code but got same error
I will check out what you posted @shrewd isle when my kids take their naps. Thank you for your help
Using that prusa start macro when exactly does it error out?
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
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.