And reducing it even more

This commit is contained in:
Maks Zolin 2015-12-10 14:36:33 -08:00
parent 5e03dd8496
commit 7c4b92af5c

@ -245,7 +245,7 @@ Here are some standard links for getting your machine calibrated:
// all forms of bed control obey this (PID, bang-bang, bang-bang with hysteresis)
// setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did,
// so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED)
#define MAX_BED_POWER 190 // limits duty cycle to bed; 255=full current
#define MAX_BED_POWER 128 // limits duty cycle to bed; 255=full current
//#define PID_BED_DEBUG // Sends debug data to the serial port.