summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-08-27 17:35:54 +0200
committermidopple <mdoppler@gmx.at>2012-08-27 17:35:54 +0200
commite206720abfb5d14ae7d5d3505e458cbdc6c87ae8 (patch)
treedc90a557ba44f91c33b88d5b50842fdd6d0c3b52 /Sprinter/Configuration.h
parent3e6cce46ae7d1f3d79fd486761ccd6f28e6d7f3e (diff)
M303 Autotune use HEATER_CURRENT for Maximum PWM Value
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index aca24e1..3d7a399 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -308,7 +308,7 @@ const int dropsegments=5; //everything with less than this number of steps will
#define LED_PWM_FOR_BRIGHTNESS(brightness) ((64*brightness-1384)/(300-brightness))
#endif
-// Change this value (range 1-255) to limit the current to the nozzle
+// Change this value (range 30-255) to limit the current to the nozzle
#define HEATER_CURRENT 255
// How often should the heater check for new temp readings, in milliseconds