Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2015-01-24 17:04:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-01-24 17:04:24 +0300
commit82fee914fc1c46f6b8041dc97c14aace295cf185 (patch)
tree671d9640c564be03d0c88abf690b20e7f39f34fd /SD-image
parent94d44e8f6ad80658e14c629ae4d0d0060c4b096a (diff)
Added binary, corrected homing and config files
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-MiniKossel/config.g2
-rw-r--r--SD-image/sys-Ormerod1/config.g2
-rw-r--r--SD-image/sys-Ormerod1/homeall.g2
-rw-r--r--SD-image/sys-Ormerod1/homex.g2
-rw-r--r--SD-image/sys-Ormerod2/config.g2
-rw-r--r--SD-image/sys-Ormerod2/homeall.g2
-rw-r--r--SD-image/sys-Ormerod2/homex.g2
7 files changed, 7 insertions, 7 deletions
diff --git a/SD-image/sys-MiniKossel/config.g b/SD-image/sys-MiniKossel/config.g
index 28c3444a..6bfb4bbb 100644
--- a/SD-image/sys-MiniKossel/config.g
+++ b/SD-image/sys-MiniKossel/config.g
@@ -20,7 +20,7 @@ M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M569 P4 S1 ; Drive 4 goes forwards
-M574 X2 Y2 Z2 P1 ; set endstop configuration (all endstops at high end, active high)
+M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
M665 R105.6 L215.0 B85 H240 ; set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; put your endstop adjustments here
diff --git a/SD-image/sys-Ormerod1/config.g b/SD-image/sys-Ormerod1/config.g
index dd380a0c..f9a87def 100644
--- a/SD-image/sys-Ormerod1/config.g
+++ b/SD-image/sys-Ormerod1/config.g
@@ -12,7 +12,7 @@ M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
-M574 X0 Y2 Z0 P1 ; set endstop configuration (Y endstop only, at high end, active high)
+M574 X0 Y2 Z0 S1 ; set endstop configuration (Y endstop only, at high end, active high)
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
M563 P1 D0 H1 ; Define tool 1
G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
diff --git a/SD-image/sys-Ormerod1/homeall.g b/SD-image/sys-Ormerod1/homeall.g
index e40e0ea9..9135a5a0 100644
--- a/SD-image/sys-Ormerod1/homeall.g
+++ b/SD-image/sys-Ormerod1/homeall.g
@@ -1,7 +1,7 @@
G91
G1 Z4 F200
G1 X-240 F2000 S1
-G1 X4 F200
+G1 X4 F500
G1 X-10 S1
G1 Y220 F2000 S1
G90
diff --git a/SD-image/sys-Ormerod1/homex.g b/SD-image/sys-Ormerod1/homex.g
index 8bd48085..7c34602e 100644
--- a/SD-image/sys-Ormerod1/homex.g
+++ b/SD-image/sys-Ormerod1/homex.g
@@ -1,7 +1,7 @@
G91
G1 Z4 F200
G1 X-240 F2000 S1
-G1 X4 F200
+G1 X4 F500
G1 X-10 S1
G1 Z-4 F200
G90
diff --git a/SD-image/sys-Ormerod2/config.g b/SD-image/sys-Ormerod2/config.g
index 6e7781ec..f078bdcd 100644
--- a/SD-image/sys-Ormerod2/config.g
+++ b/SD-image/sys-Ormerod2/config.g
@@ -12,7 +12,7 @@ M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
-M574 X0 Y1 Z0 P1 ; set endstop configuration (Y endstop only, at low end, active high)
+M574 X0 Y1 Z0 S1 ; set endstop configuration (Y endstop only, at low end, active high)
M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)
M563 P1 D0 H1 ; Define tool 1
G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
diff --git a/SD-image/sys-Ormerod2/homeall.g b/SD-image/sys-Ormerod2/homeall.g
index 3c1545ce..03194cb0 100644
--- a/SD-image/sys-Ormerod2/homeall.g
+++ b/SD-image/sys-Ormerod2/homeall.g
@@ -4,7 +4,7 @@ G90
M558 P1
G1 X-240 F2000 S1
G92 X0
-G1 X3 F200
+G1 X3 F500
G1 X-30 S1
G92 X0
G1 X15 F500 ; adjust the X value to put the nozzle on the edge of the bed
diff --git a/SD-image/sys-Ormerod2/homex.g b/SD-image/sys-Ormerod2/homex.g
index f57b4e9b..819af81e 100644
--- a/SD-image/sys-Ormerod2/homex.g
+++ b/SD-image/sys-Ormerod2/homex.g
@@ -4,7 +4,7 @@ G90
M558 P1
G1 X-240 F2000 S1
G92 X0
-G1 X3 F200
+G1 X3 F500
G1 X-30 S1
G92 X0
G1 X15 F500 ; adjust the X value to put the nozzle on the edge of the bed