Skip to content

Instantly share code, notes, and snippets.

@kelchm
Created March 25, 2016 00:39
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 kelchm/b2bfc58a9803e866c416 to your computer and use it in GitHub Desktop.
Save kelchm/b2bfc58a9803e866c416 to your computer and use it in GitHub Desktop.
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