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>2016-01-07 22:45:19 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-01-07 22:45:19 +0300
commit4ae868f77c49844853634369423895ebdd862895 (patch)
treef1fe45242485eddb841d993cba09e991d2c2d198 /SD-image
parent96e8d2010bd8118e9f5fc349bd9d4d09834c513e (diff)
Withdrew version 1.09o binary
Withdrew version 1.09o binary, pending fixes to prevent network disconnects
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-Ormerod2/config.g8
1 files changed, 4 insertions, 4 deletions
diff --git a/SD-image/sys-Ormerod2/config.g b/SD-image/sys-Ormerod2/config.g
index b2acb538..e469d8fd 100644
--- a/SD-image/sys-Ormerod2/config.g
+++ b/SD-image/sys-Ormerod2/config.g
@@ -25,10 +25,10 @@ M92 E420 ; Set extruder steps per mm (single nozzle)
;*** If you have a modulated IR probe with on-board microcontroller, change P2 to P1 in the following
M558 P2 ; Use a simple modulated Z probe (change to P1 for an intelligent Z probe)
G31 Z1.20 P500 ; Set the probe height and threshold (put your own values here)
-;*** If you have a Duet board with 4.7K thermistor series resistors, change R1000 to R4700 to the following M305 commands
-M305 P0 R1000 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
-M305 P1 R1000 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
-M305 P2 R1000 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
+;*** If you have a Duet board with 1K thermistor series resistors, change R4700 to R1000 to the following M305 commands
+M305 P0 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
+M305 P1 R4700 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
+M305 P2 R4700 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the IR sensor
M557 P0 X60 Y0 ; Four...
M557 P1 X60 Y165 ; ...probe points...