Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 12090

Re: Move an axis to a position when print is done?

$
0
0
I use the slicer to send a G-code. In your slicer select the END/G-Code

Add a line to send the Axis to the position you desire, I wanted to send my model to the front for easy removal

End/G-Code

G91 ;relative mode
G1 Z+0.5 E-2 F{travel_speed} ;raise Z above print
G90 ;absolute mode
G1 X0 Y270 ;move Model to front.
M84 ;steppers off
G90 ;absolute positioning

Viewing all articles
Browse latest Browse all 12090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>