Skip to content

Commit da192c5

Browse files
committed
Merge pull request #1333 from andrewsil1/development
Fix grammar/typos in new Configuration.h option
2 parents 0f5cccc + 269ec9f commit da192c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
#ifdef PIDTEMP
149149
//#define PID_DEBUG // Sends debug data to the serial port.
150150
//#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+
//#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
152152
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
153153
// is more then PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
154154
#define PID_INTEGRAL_DRIVE_MAX PID_MAX //limit for the integral term

0 commit comments

Comments
 (0)