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-05-22 10:58:41 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-05-22 10:58:41 +0300
commit751b655cb8693a19c4e1b5cb75f7d351ba56328e (patch)
treea8294840509ec6315865e0dca8d7e03efe25155c /SD-image
parentd3f628092d7fd368681a604865504645c32e265b (diff)
Updated Mini Kossel bed.g file
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-MiniKossel/bed.g8
1 files changed, 4 insertions, 4 deletions
diff --git a/SD-image/sys-MiniKossel/bed.g b/SD-image/sys-MiniKossel/bed.g
index 45ca9271..269e8154 100644
--- a/SD-image/sys-MiniKossel/bed.g
+++ b/SD-image/sys-MiniKossel/bed.g
@@ -2,13 +2,13 @@
; Before running this, you should have set up your zprobe Z offset to suit your build, in the G31 command in config.g.
M561 ; clear any bed transform, otherwise homing may be at the wrong height
-G31 X0 Y0 ; don't want any probe offset for this
+G31 X0 Y0 ; don't want any probe XY offset for this
G28 ; home the printer
;*** Remove the following line if your Z probe does not need to be deployed
M98 Pdeployprobe.g ; deploy the mechanical Z probe
-; The first time the probe is used after deployment, it gives slightly different results.
+; The first time the mechanical probe is used after deployment, it gives slightly different results.
; So do an extra dummy probe here. The value stored gets overwritten later.
G30 P0 X0 Y0 Z-99999
@@ -25,8 +25,8 @@ G30 P8 X0 Y42.5 Z-99999 ; half way to Z tower
G30 P9 X0 Y0 Z-99999 S7 ; centre, and auto-calibrate 7 factors
;*** Remove the following line if your Z probe does not need to be retracted
-M98 Pretractprobe.g ; deploy the mechanical Z probe
+M98 Pretractprobe.g ; retract the mechanical Z probe
G91
G1 S1 X170 Y170 Z170 F15000 ; go part way up to speed up homing, endstops activated just in case
G90
-G28 ; Home the printer again so as to activate the new endstop adjustments
+G28 ; Home the printer again