Created
March 25, 2016 00:39
-
-
Save kelchm/b2bfc58a9803e866c416 to your computer and use it in GitHub Desktop.
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
G28 X Y ; home X and Y axes | |
G30 Z0 ; home Z axis | |
G92 E0 ; zero the extruded length | |
G1 Y175 Z5 F12000 E20 | |
G1 Y150 Z0 F12000 | |
G1 Y50 F12000 | |
G1 Y0 Z10 | |
G92 E0 ; reset extruder | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment