Skip to content

Instantly share code, notes, and snippets.

@NeoTheFox
Created January 6, 2016 22:06
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 NeoTheFox/1021e807566f5e987297 to your computer and use it in GitHub Desktop.
Save NeoTheFox/1021e807566f5e987297 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python2
a = 0
print 'G92 Z0'
while a<100:
a = a+1
print 'G1 Z0'
print 'G1 Z10'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment