Browse Source

Whitespace

Scott Lahteine 4 years ago
parent
commit
bce9527709
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -559,7 +559,7 @@
559 559
   //#define SLOW_PWM_HEATERS      // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
560 560
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
561 561
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
562
-#endif 
562
+#endif
563 563
 
564 564
 // @section extruder
565 565
 

Loading…
Cancel
Save