Updated SD fles in /sys

This commit is contained in:
David Crocker 2014-07-17 11:01:11 +01:00
parent 08bd98e4fa
commit f0d7fd5005
10 changed files with 28 additions and 42 deletions

View file

@ -1,20 +1,9 @@
G91
G1 Z5 F200
G90
M558 P1
G1 Z4 F200
G1 X-240 F2000 S1
G92 X0
G1 X3 F200
G1 X-30 S1
G92 X0
;M558 P2
G1 X60 F2000
G92 Y0
G1 X4 F200
G1 X-10 S1
G1 Y220 F2000 S1
G92 Y200
G1 Y0
G90
G1 X100 Y105 F12000
G30
G1 Z0 F200
G92 X60 Y0 Z0

View file

@ -1,13 +1,7 @@
G91
G1 Z5 F200
G90
M558 P1
G1 Z4 F200
G1 X-240 F2000 S1
G92 X0
G1 X3 F200
G1 X-30 S1
G92 X0
;M558 P2
G91
G1 Z-5 F200
G1 X4 F200
G1 X-10 S1
G1 Z-4 F200
G90

View file

@ -1,13 +1,8 @@
G91
G1 Z5 F200
G1 X20 F2000
G90
G92 Y0
G1 Z2 F200
G1 Y220 F2000 S1
G92 Y200
G1 Y0
G91
G1 X-20 F2000
G1 Z-5 F200
G90
G1 Y0 F12000
G91
G1 Z-2 F200
G90

View file

@ -1,8 +1,5 @@
G91
G1 Z5 F200
G1 Z3 F200
G90
G1 X60 Y0
G1 X100 Y105 F12000
G30
G1 Z0 F200

View file

@ -1,3 +1,4 @@
; tfree1.g
; Put G/M Codes in here to run when Tool 1 is freed
G1 X1 Y5 F15000

4
SD-image/sys/tfree2.g Normal file
View file

@ -0,0 +1,4 @@
; tfree2.g
; Put G/M Codes in here to run when Tool 2 is freed
G1 X1 Y5 F15000

View file

@ -1,3 +1,4 @@
; tpost1.g
; Put G/M Codes in here to run after Tool 1 is selected
M116 P1

4
SD-image/sys/tpost2.g Normal file
View file

@ -0,0 +1,4 @@
; tpost2.g
; Put G/M Codes in here to run after Tool 2 is selected
M116 P2

View file

@ -1,3 +1,2 @@
; tpre1.g
; Put G/M Codes in here to run before Tool 1 is selected

2
SD-image/sys/tpre2.g Normal file
View file

@ -0,0 +1,2 @@
; tpre2.g
; Put G/M Codes in here to run before Tool 2 is selected