Created
September 11, 2018 10:37
-
-
Save jmadden91/70fa8d243f19ea9301daece1a82f5d75 to your computer and use it in GitHub Desktop.
End G Code
This file contains hidden or 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 ; turn off extruder | |
M140 S0 ; turn off bed | |
G1 X0 Y295 F1000 ; move finished print out front | |
M84 ; disable motors | |
M106 S0 ; turn off cooling fan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment