From f0d7fd50059f1689a6b79a0c4ca8075c0bc25998 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Thu, 17 Jul 2014 11:01:11 +0100 Subject: [PATCH] Updated SD fles in /sys --- SD-image/sys/homeall.g | 21 +++++---------------- SD-image/sys/homex.g | 14 ++++---------- SD-image/sys/homey.g | 15 +++++---------- SD-image/sys/homez.g | 7 ++----- SD-image/sys/tfree1.g | 1 + SD-image/sys/tfree2.g | 4 ++++ SD-image/sys/tpost1.g | 1 + SD-image/sys/tpost2.g | 4 ++++ SD-image/sys/tpre1.g | 1 - SD-image/sys/tpre2.g | 2 ++ 10 files changed, 28 insertions(+), 42 deletions(-) create mode 100644 SD-image/sys/tfree2.g create mode 100644 SD-image/sys/tpost2.g create mode 100644 SD-image/sys/tpre2.g diff --git a/SD-image/sys/homeall.g b/SD-image/sys/homeall.g index ffcf994..e40e0ea 100644 --- a/SD-image/sys/homeall.g +++ b/SD-image/sys/homeall.g @@ -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 - - diff --git a/SD-image/sys/homex.g b/SD-image/sys/homex.g index 3be14d6..8bd4808 100644 --- a/SD-image/sys/homex.g +++ b/SD-image/sys/homex.g @@ -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 diff --git a/SD-image/sys/homey.g b/SD-image/sys/homey.g index c746ae2..381ac34 100644 --- a/SD-image/sys/homey.g +++ b/SD-image/sys/homey.g @@ -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 diff --git a/SD-image/sys/homez.g b/SD-image/sys/homez.g index 881d47e..3819eff 100644 --- a/SD-image/sys/homez.g +++ b/SD-image/sys/homez.g @@ -1,8 +1,5 @@ G91 -G1 Z5 F200 +G1 Z3 F200 G90 -G1 X60 Y0 +G1 X100 Y105 F12000 G30 -G1 Z0 F200 - - diff --git a/SD-image/sys/tfree1.g b/SD-image/sys/tfree1.g index 2beec34..fda2424 100644 --- a/SD-image/sys/tfree1.g +++ b/SD-image/sys/tfree1.g @@ -1,3 +1,4 @@ ; tfree1.g ; Put G/M Codes in here to run when Tool 1 is freed +G1 X1 Y5 F15000 diff --git a/SD-image/sys/tfree2.g b/SD-image/sys/tfree2.g new file mode 100644 index 0000000..23b6136 --- /dev/null +++ b/SD-image/sys/tfree2.g @@ -0,0 +1,4 @@ +; tfree2.g +; Put G/M Codes in here to run when Tool 2 is freed +G1 X1 Y5 F15000 + diff --git a/SD-image/sys/tpost1.g b/SD-image/sys/tpost1.g index 41fdff9..f72dfa1 100644 --- a/SD-image/sys/tpost1.g +++ b/SD-image/sys/tpost1.g @@ -1,3 +1,4 @@ ; tpost1.g ; Put G/M Codes in here to run after Tool 1 is selected +M116 P1 diff --git a/SD-image/sys/tpost2.g b/SD-image/sys/tpost2.g new file mode 100644 index 0000000..b74a917 --- /dev/null +++ b/SD-image/sys/tpost2.g @@ -0,0 +1,4 @@ +; tpost2.g +; Put G/M Codes in here to run after Tool 2 is selected +M116 P2 + diff --git a/SD-image/sys/tpre1.g b/SD-image/sys/tpre1.g index c9cabcd..ee3a81f 100644 --- a/SD-image/sys/tpre1.g +++ b/SD-image/sys/tpre1.g @@ -1,3 +1,2 @@ ; tpre1.g ; Put G/M Codes in here to run before Tool 1 is selected - diff --git a/SD-image/sys/tpre2.g b/SD-image/sys/tpre2.g new file mode 100644 index 0000000..a94dbf3 --- /dev/null +++ b/SD-image/sys/tpre2.g @@ -0,0 +1,2 @@ +; tpre2.g +; Put G/M Codes in here to run before Tool 2 is selected