Drop old bed PID settings

This commit is contained in:
Scott Lahteine 2020-09-25 16:44:40 -05:00
parent 1997009d92
commit 4fe4959a8a
183 changed files with 278 additions and 1637 deletions

View file

@ -539,29 +539,17 @@
//#define MIN_BED_POWER 0
//#define PID_BED_DEBUG // Sends debug data to the serial port.
//24V 360W silicone heater from NPH on 3mm borosilicate (TAZ 2.2+)
// 24V 360W silicone heater from NPH on 3mm borosilicate (TAZ 2.2+)
#define DEFAULT_bedKp 20
#define DEFAULT_bedKi 5
#define DEFAULT_bedKd 275
//12v 400W silicone heater from QUDB into 3mm borosilicate (TAZ 1.0+)
//from pidautotune
// 12v 400W silicone heater from QUDB into 3mm borosilicate (TAZ 1.0+)
// from pidautotune
//#define DEFAULT_bedKp 650
//#define DEFAULT_bedKi 60
//#define DEFAULT_bedKd 1800
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
//#define DEFAULT_bedKp 10.00
//#define DEFAULT_bedKi .023
//#define DEFAULT_bedKd 305.4
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune
//#define DEFAULT_bedKp 97.1
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKd 1675.16
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED