mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 05:07:48 -06:00
PID loop improvements (#14746)
* Fix macro evaluation in `temperature.cpp` * Improve bed PID, PID debug output * Add min PID power define
This commit is contained in:
parent
e8e81d3609
commit
1579091c20
119 changed files with 185 additions and 147 deletions
|
@ -539,7 +539,7 @@
|
|||
#define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
|
||||
|
||||
#if ENABLED(PIDTEMPBED)
|
||||
|
||||
//#define MIN_BED_POWER 0
|
||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||
|
||||
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue