Skip to content

Instantly share code, notes, and snippets.

@atomgomba
Created November 14, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomgomba/05bf9c649b1b035674f7f2f457b8aae4 to your computer and use it in GitHub Desktop.
Save atomgomba/05bf9c649b1b035674f7f2f457b8aae4 to your computer and use it in GitHub Desktop.
Finish/cancel GCode snippet for 3D printers
M104 S0; Set Hot-end to 0C (off)
M140 S0; Set bed to 0C (off)
G91; Relative positioning
G0 Z50; Move +50 units on Z
G1 Y180 F9000; Feed the bed forward making removal easy
M84; Disable motors
M106 S0; Disable fan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment