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-08-23 10:47:30 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-08-23 10:47:30 +0300
commitea9921fe925102efb195b59f1ed50451ce3b03a4 (patch)
tree4d782310b439683bc4d94c6fd88c58973eea97ae /SD-image
parent87980e2966c0312c0f63e44bab9910e21cff1df3 (diff)
Version 1.09grc1
Fixed race condition introduced in version 1.09f If debug output isn't consumed by a USB host, discard it instead of blocking( which eventually caused the software watchdog to time out).
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-MiniKossel/homedelta.g4
1 files changed, 2 insertions, 2 deletions
diff --git a/SD-image/sys-MiniKossel/homedelta.g b/SD-image/sys-MiniKossel/homedelta.g
index 34b294d8..50de0051 100644
--- a/SD-image/sys-MiniKossel/homedelta.g
+++ b/SD-image/sys-MiniKossel/homedelta.g
@@ -1,8 +1,8 @@
; Homing file for RepRapFirmware on Mini Kossel
G91 ; use relative positioning
-;******* Change F300 in the following line to F3000 when you are finished commissioning
+;******* Change F250 in the following line to F2500 when you are finished commissioning
;******* Change 320 in the following to a higher value if your Kossel has taller towers
-G1 S1 X320 Y320 Z320 F300 ; move all carriages up 320mm, stopping at the endstops
+G1 S1 X320 Y320 Z320 F250 ; move all carriages up 320mm, stopping at the endstops
G1 S2 X-3 Y-3 Z-3 ; move all carriages down 3mm
G1 S1 X6 Y6 Z6 F250 ; move carriages slowly up 6mm, stopping at the endstops
G1 Z-5 F2000 ; down a few mm so that we can centre the head