Created
November 14, 2019 13:55
-
-
Save atomgomba/05bf9c649b1b035674f7f2f457b8aae4 to your computer and use it in GitHub Desktop.
Finish/cancel GCode snippet for 3D printers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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