Created
January 6, 2016 22:06
-
-
Save NeoTheFox/1021e807566f5e987297 to your computer and use it in GitHub Desktop.
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
#!/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