first commit

This commit is contained in:
Nikolay Khabarov
2017-05-10 04:25:12 +03:00
commit b70dd3c9ea
23 changed files with 1594 additions and 0 deletions

35
tests/rects.gcode Normal file
View File

@@ -0,0 +1,35 @@
g21
g90
; move to start position
g1x50y50f1800
z20
g91
; run
x100
y100
x-100
y-90
x90
y80
x-80
y-70
x70
y60
x-60
y-50
x50
y40
x-40
y-30
x30
y20
x-20
y-10
x10
y5
x-5
y-2.5
x2.5
; homing
g28