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-11-11 16:03:44 +0300
committerDavid Crocker <dcrocker@eschertech.com>2015-11-11 16:03:44 +0300
commit950c4078282316963de8187b53cc2d782bdcad3e (patch)
treef2b2dfa51c0c77783d6b183b3fa84ee148e2eb26 /SD-image
parente1bf0f5ece0e222f36c7d09394277f2431c18d80 (diff)
Corrected config.g for Mini Kossel
Motor idle current is 60 not 0.6
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-MiniKossel/config.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/SD-image/sys-MiniKossel/config.g b/SD-image/sys-MiniKossel/config.g
index 3005f750..7fc164b2 100644
--- a/SD-image/sys-MiniKossel/config.g
+++ b/SD-image/sys-MiniKossel/config.g
@@ -25,7 +25,7 @@ M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, acti
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, or let auto calibration find them
M92 X80 Y80 Z80 ; Set axis steps/mm
-M906 X1000 Y1000 Z1000 E500 I0.6 ; Set motor currents (mA) and increase idle current to 60%
+M906 X1000 Y1000 Z1000 E500 I60 ; Set motor currents (mA) and increase idle current to 60%
M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2)
M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min)
M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute