a couple of things.... if you are moving the head you may wind up dragging over the print. you might consider a
QuoteG91
G0 F5000 Z1.0
G90
G0 X50 Y50
G91
G0 Z-1.0
G90
And if you are using cura as your slicer look up post procsessing scripts. that's what you want for this.
As to the pause look up Gcode options for your firmare. this should all be documented. Marlin is at https://marlinfw.org/meta/gcode/
Edited by jaysenodell
Recommended Posts
mmittlem 1
Update: I've figured out that by adding a G0 line to whatever coordinate i want to move the head to and then another g0 command to the most prior position will move the head there and then back. I'm doing this right before the beginning of a new layer, or the line before "LAYER X", as seen below
Two questions: for my actual print, i will probably just make a for loop that does this automatically. However, is there a better way to do this rather than manually adding in commands? Also, what would be the best way to have the print head remain at the new coordinates (X50, Y50) for a few seconds?
Edited by mmittlemLink to post
Share on other sites