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-02-21 13:43:25 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-02-21 13:43:25 +0300
commitd8911b276036258798690123883613fbe1563c2d (patch)
treea6d3fef7cd8f3a15ec8bcaed1def87e6e1142780 /SD-image
parent2a3cf6c5c9d5d533400e93eb8c702c39f79afb87 (diff)
Version 1.00j
Prevent setting of absurdly high hot end temperatures Added R parameter to G1 to go back to previous location, with optional offsets Allow Pronterface and PanelDue M105 requests to execute during file macros etc. Added more status information for PanelDue to M105 S2 command Send replies when prints are paused, resumed or cancelled Added missing newlines at end of M105 responses Increased X and Y course homing speeds
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-Ormerod1/homeall.g8
-rw-r--r--SD-image/sys-Ormerod1/homex.g4
-rw-r--r--SD-image/sys-Ormerod1/homey.g4
-rw-r--r--SD-image/sys-Ormerod2/homeall.g8
-rw-r--r--SD-image/sys-Ormerod2/homex.g4
-rw-r--r--SD-image/sys-Ormerod2/homey.g4
6 files changed, 16 insertions, 16 deletions
diff --git a/SD-image/sys-Ormerod1/homeall.g b/SD-image/sys-Ormerod1/homeall.g
index 6265ec01..8954a9d1 100644
--- a/SD-image/sys-Ormerod1/homeall.g
+++ b/SD-image/sys-Ormerod1/homeall.g
@@ -2,15 +2,15 @@
; Adjust the bed upper and lower limits in config.g (M208 commands) to get the correct homing positions
G91
G1 Z4 F200
-G1 X-240 Y240 F2000 S1
-G1 X4 Y-4 F500
+G1 X-240 Y240 F3000 S1
+G1 X4 Y-4 F600
G1 X-10 Y10 S1
G90
; Adjust the XY coordinates in the following to place the IR sensor over a suitable spot
-; If you are using a dc42 IR sensor then you can change the cootdinates to be near the centre of the bed
+; If you are using a dc42 IR sensor then you can change the coordinates to be near the centre of the bed
G1 X45 Y0 F2000
G30
; This file leaves the head at the zprobe trigger height so that you can slip a piece of paper under it and then do G0 Z0 to check the height.
-; If you prefer to send the printer to X0Y0Z0, un-comment the folloeing lines
+; If you prefer to send the printer to X0Y0Z0, un-comment the following lines
;G1 X0 Y0 F5000
;G1 Z0
diff --git a/SD-image/sys-Ormerod1/homex.g b/SD-image/sys-Ormerod1/homex.g
index 27b407f2..e83fc92d 100644
--- a/SD-image/sys-Ormerod1/homex.g
+++ b/SD-image/sys-Ormerod1/homex.g
@@ -1,8 +1,8 @@
; X axis homing file for dc42 Duet firmware
G91
G1 Z4 F200
-G1 X-240 F2000 S1
-G1 X4 F500
+G1 X-240 F3000 S1
+G1 X4 F600
G1 X-10 S1
G1 Z-4 F200
G90
diff --git a/SD-image/sys-Ormerod1/homey.g b/SD-image/sys-Ormerod1/homey.g
index 8eb677bd..16ad1e44 100644
--- a/SD-image/sys-Ormerod1/homey.g
+++ b/SD-image/sys-Ormerod1/homey.g
@@ -1,8 +1,8 @@
; Omerod 1 Y homing file for dc42 Duet firmware
G91
G1 Z4 F200
-G1 Y240 F2000 S1
-G1 Y-4 F500
+G1 Y240 F3000 S1
+G1 Y-4 F600
G1 Y10 S1
G1 Z-4 F200
G90
diff --git a/SD-image/sys-Ormerod2/homeall.g b/SD-image/sys-Ormerod2/homeall.g
index b9863f06..2428d8a4 100644
--- a/SD-image/sys-Ormerod2/homeall.g
+++ b/SD-image/sys-Ormerod2/homeall.g
@@ -2,15 +2,15 @@
; Adjust the bed upper and lower limits in config.g (M208 commands) to get the correct homing positions
G91
G1 Z4 F200
-G1 X-240 Y-240 F2000 S1
-G1 X4 Y4 F500
+G1 X-240 Y-240 F3000 S1
+G1 X4 Y4 F600
G1 X-10 Y-10 S1
G90
; Adjust the XY coordinates in the following to place the IR sensor over a suitable spot
-; If you are using a dc42 IR sensor then you can change the cootdinates to be near the centre of the bed
+; If you are using a dc42 IR sensor then you can change the coordinates to be near the centre of the bed
G1 X45 Y0 F2000
G30
; This file leaves the head at the zprobe trigger height so that you can slip a piece of paper under it and then do G0 Z0 to check the height.
-; If you prefer to send the printer to X0Y0Z0, un-comment the folloeing lines
+; If you prefer to send the printer to X0Y0Z0, un-comment the following lines
;G1 X0 Y0 F5000
;G1 Z0
diff --git a/SD-image/sys-Ormerod2/homex.g b/SD-image/sys-Ormerod2/homex.g
index 27b407f2..e83fc92d 100644
--- a/SD-image/sys-Ormerod2/homex.g
+++ b/SD-image/sys-Ormerod2/homex.g
@@ -1,8 +1,8 @@
; X axis homing file for dc42 Duet firmware
G91
G1 Z4 F200
-G1 X-240 F2000 S1
-G1 X4 F500
+G1 X-240 F3000 S1
+G1 X4 F600
G1 X-10 S1
G1 Z-4 F200
G90
diff --git a/SD-image/sys-Ormerod2/homey.g b/SD-image/sys-Ormerod2/homey.g
index 2820fc26..43b1e8c8 100644
--- a/SD-image/sys-Ormerod2/homey.g
+++ b/SD-image/sys-Ormerod2/homey.g
@@ -1,8 +1,8 @@
; Omerod 2 Y homing file for dc42 Duet firmware
G91
G1 Z4 F200
-G1 Y-240 F2000 S1
-G1 Y4 F500
+G1 Y-240 F3000 S1
+G1 Y4 F600
G1 Y-10 S1
G1 Z-4 F200
G90