Updated SD fles in /sys
This commit is contained in:
parent
08bd98e4fa
commit
f0d7fd5005
10 changed files with 28 additions and 42 deletions
|
@ -1,20 +1,9 @@
|
||||||
G91
|
G91
|
||||||
G1 Z5 F200
|
G1 Z4 F200
|
||||||
G90
|
|
||||||
M558 P1
|
|
||||||
G1 X-240 F2000 S1
|
G1 X-240 F2000 S1
|
||||||
G92 X0
|
G1 X4 F200
|
||||||
G1 X3 F200
|
G1 X-10 S1
|
||||||
G1 X-30 S1
|
|
||||||
G92 X0
|
|
||||||
;M558 P2
|
|
||||||
G1 X60 F2000
|
|
||||||
G92 Y0
|
|
||||||
G1 Y220 F2000 S1
|
G1 Y220 F2000 S1
|
||||||
G92 Y200
|
G90
|
||||||
G1 Y0
|
G1 X100 Y105 F12000
|
||||||
G30
|
G30
|
||||||
G1 Z0 F200
|
|
||||||
G92 X60 Y0 Z0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
G91
|
G91
|
||||||
G1 Z5 F200
|
G1 Z4 F200
|
||||||
G90
|
|
||||||
M558 P1
|
|
||||||
G1 X-240 F2000 S1
|
G1 X-240 F2000 S1
|
||||||
G92 X0
|
G1 X4 F200
|
||||||
G1 X3 F200
|
G1 X-10 S1
|
||||||
G1 X-30 S1
|
G1 Z-4 F200
|
||||||
G92 X0
|
|
||||||
;M558 P2
|
|
||||||
G91
|
|
||||||
G1 Z-5 F200
|
|
||||||
G90
|
G90
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
G91
|
G91
|
||||||
G1 Z5 F200
|
G1 Z2 F200
|
||||||
G1 X20 F2000
|
|
||||||
G90
|
|
||||||
G92 Y0
|
|
||||||
G1 Y220 F2000 S1
|
G1 Y220 F2000 S1
|
||||||
G92 Y200
|
|
||||||
G1 Y0
|
|
||||||
G91
|
|
||||||
G1 X-20 F2000
|
|
||||||
G1 Z-5 F200
|
|
||||||
G90
|
G90
|
||||||
|
G1 Y0 F12000
|
||||||
|
G91
|
||||||
|
G1 Z-2 F200
|
||||||
|
G90
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
G91
|
G91
|
||||||
G1 Z5 F200
|
G1 Z3 F200
|
||||||
G90
|
G90
|
||||||
G1 X60 Y0
|
G1 X100 Y105 F12000
|
||||||
G30
|
G30
|
||||||
G1 Z0 F200
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
; tfree1.g
|
; tfree1.g
|
||||||
; Put G/M Codes in here to run when Tool 1 is freed
|
; 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
4
SD-image/sys/tfree2.g
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
; tfree2.g
|
||||||
|
; Put G/M Codes in here to run when Tool 2 is freed
|
||||||
|
G1 X1 Y5 F15000
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
; tpost1.g
|
; tpost1.g
|
||||||
; Put G/M Codes in here to run after Tool 1 is selected
|
; Put G/M Codes in here to run after Tool 1 is selected
|
||||||
|
M116 P1
|
||||||
|
|
||||||
|
|
4
SD-image/sys/tpost2.g
Normal file
4
SD-image/sys/tpost2.g
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
; tpost2.g
|
||||||
|
; Put G/M Codes in here to run after Tool 2 is selected
|
||||||
|
M116 P2
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
; tpre1.g
|
; tpre1.g
|
||||||
; Put G/M Codes in here to run before Tool 1 is selected
|
; Put G/M Codes in here to run before Tool 1 is selected
|
||||||
|
|
||||||
|
|
2
SD-image/sys/tpre2.g
Normal file
2
SD-image/sys/tpre2.g
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
; tpre2.g
|
||||||
|
; Put G/M Codes in here to run before Tool 2 is selected
|
Reference in a new issue