Browse Source

Update Configuration.h

DinoMesina 9 years ago
parent
commit
6730335657
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Configuration.h

+ 1
- 0
Marlin/Configuration.h View File

@@ -148,6 +148,7 @@
148 148
 #ifdef PIDTEMP
149 149
   //#define PID_DEBUG // Sends debug data to the serial port.
150 150
   //#define PID_OPENLOOP 1 // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
151
+  //#define SLOW_PWM_HEATERS // PWM with very low frequency (circa 0.125Hz=8s) and miminum state time of circa 1s usefoul for heater drived by relay
151 152
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
152 153
                                   // is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
153 154
   #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term

Loading…
Cancel
Save