Skip to content

Instantly share code, notes, and snippets.

@mikrodunya
mikrodunya / end.gcode
Created March 10, 2019 16:47 — forked from mfrederickson/end.gcode
anet a8 start/end gcode
M104 S0 ; turn off extruder
M140 S0 ; turn off heatbed
M107 ; turn off fan
G91 ; relative positioning
G1 Z25 ; raise head 25mm
G90 ; back to absolute positioning
G1 X0 Y220; home X axis and push Y forward
M84 ; disable motors