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-09-24 18:20:39 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-09-24 18:20:39 +0300
commit810146597c8593c1a15fd3c75107b15a0ab8ce5e (patch)
tree061fc0a78a026cc090910a40df923ef4be52c165 /SD-image
parentefe13ef2f1501b9a70555514a33e8691583efdea (diff)
Fixed Ormerod 2 homez.g
Added missing F parameter to G1 command in Ormerod 2 homez.g
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-Ormerod2/homez.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/SD-image/sys-Ormerod2/homez.g b/SD-image/sys-Ormerod2/homez.g
index fc05ab62..419a7416 100644
--- a/SD-image/sys-Ormerod2/homez.g
+++ b/SD-image/sys-Ormerod2/homez.g
@@ -1,6 +1,6 @@
G91
G1 Z5 F200
G90
-G1 X45 Y0
+G1 X45 Y0 F12000
G30
G1 Z0 F200