mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
Drop old bed PID settings
This commit is contained in:
parent
1997009d92
commit
4fe4959a8a
183 changed files with 278 additions and 1637 deletions
|
@ -538,12 +538,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -541,12 +541,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -550,18 +550,6 @@
|
||||||
//#define DEFAULT_bedKi 60
|
//#define DEFAULT_bedKi 60
|
||||||
//#define DEFAULT_bedKd 1800
|
//#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -575,18 +575,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#if defined(U30) || defined(LK2) || defined(LK4)
|
#if defined(U30) || defined(LK2) || defined(LK4)
|
||||||
// From M303 command for Alfawise U30
|
// From M303 command for Alfawise U30
|
||||||
#define DEFAULT_bedKp 338.46
|
#define DEFAULT_bedKp 338.46
|
||||||
|
|
|
@ -575,18 +575,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#if defined(U30) || defined(LK2) || defined(LK4)
|
#if defined(U30) || defined(LK2) || defined(LK4)
|
||||||
// From M303 command for Alfawise U30
|
// From M303 command for Alfawise U30
|
||||||
#define DEFAULT_bedKp 338.46
|
#define DEFAULT_bedKp 338.46
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,23 +534,8 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// ANET A6
|
// ANET A6
|
||||||
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
||||||
//#define DEFAULT_bedKp 295.00
|
|
||||||
//#define DEFAULT_bedKi 35.65
|
|
||||||
//#define DEFAULT_bedKd 610.21
|
|
||||||
#define DEFAULT_bedKp 295.00
|
#define DEFAULT_bedKp 295.00
|
||||||
#define DEFAULT_bedKi 35.65
|
#define DEFAULT_bedKi 35.65
|
||||||
#define DEFAULT_bedKd 610.21
|
#define DEFAULT_bedKd 610.21
|
||||||
|
@ -771,7 +756,6 @@
|
||||||
#define DEFAULT_MAX_FEEDRATE { 400, 400, 4, 25 }
|
#define DEFAULT_MAX_FEEDRATE { 400, 400, 4, 25 }
|
||||||
//#define DEFAULT_MAX_FEEDRATE { 400, 400, 20, 50 }
|
//#define DEFAULT_MAX_FEEDRATE { 400, 400, 20, 50 }
|
||||||
|
|
||||||
|
|
||||||
//#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
|
//#define LIMITED_MAX_FR_EDITING // Limit edit via M203 or LCD to DEFAULT_MAX_FEEDRATE * 2
|
||||||
#if ENABLED(LIMITED_MAX_FR_EDITING)
|
#if ENABLED(LIMITED_MAX_FR_EDITING)
|
||||||
#define MAX_FEEDRATE_EDIT_VALUES { 600, 600, 10, 50 } // ...or, set your own edit limits
|
#define MAX_FEEDRATE_EDIT_VALUES { 600, 600, 10, 50 } // ...or, set your own edit limits
|
||||||
|
|
|
@ -536,18 +536,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// ANET A8
|
// ANET A8
|
||||||
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
||||||
#define DEFAULT_bedKp 295.00
|
#define DEFAULT_bedKp 295.00
|
||||||
|
|
|
@ -536,18 +536,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// ANET A8
|
// ANET A8
|
||||||
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
// original Bed + 0.3mm Heat conducting into 4mm borosilicate (PID-Autotune: M303 E-1 S60 C5):
|
||||||
#define DEFAULT_bedKp 22.20
|
#define DEFAULT_bedKp 22.20
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 1.49
|
#define DEFAULT_bedKi 1.49
|
||||||
#define DEFAULT_bedKd 97.91
|
#define DEFAULT_bedKd 97.91
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -535,18 +535,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// ANET E16
|
// ANET E16
|
||||||
// original Bed 4mm glass plate (PID-Autotune: M303 E-1 S60 C5):
|
// original Bed 4mm glass plate (PID-Autotune: M303 E-1 S60 C5):
|
||||||
#define DEFAULT_bedKp 295.00
|
#define DEFAULT_bedKp 295.00
|
||||||
|
|
|
@ -545,12 +545,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -541,12 +541,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -544,18 +544,6 @@
|
||||||
#define DEFAULT_bedKi 49.57
|
#define DEFAULT_bedKi 49.57
|
||||||
#define DEFAULT_bedKd 319.73
|
#define DEFAULT_bedKd 319.73
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,23 +534,11 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// Anycubic I3 with Ultrabase. 100C and 8 cycles
|
// Anycubic I3 with Ultrabase. 100C and 8 cycles
|
||||||
#define DEFAULT_bedKp 218.59
|
#define DEFAULT_bedKp 218.59
|
||||||
#define DEFAULT_bedKi 43.04
|
#define DEFAULT_bedKi 43.04
|
||||||
#define DEFAULT_bedKd 277.56
|
#define DEFAULT_bedKd 277.56
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,13 +540,6 @@
|
||||||
#define DEFAULT_bedKi 27.00
|
#define DEFAULT_bedKi 27.00
|
||||||
#define DEFAULT_bedKd 194.30
|
#define DEFAULT_bedKd 194.30
|
||||||
|
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 45.87
|
#define DEFAULT_bedKi 45.87
|
||||||
#define DEFAULT_bedKd 325.08
|
#define DEFAULT_bedKd 325.08
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -554,12 +554,6 @@
|
||||||
#define DEFAULT_bedKi 6.88
|
#define DEFAULT_bedKi 6.88
|
||||||
#define DEFAULT_bedKd 168.43
|
#define DEFAULT_bedKd 168.43
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 1.37
|
#define DEFAULT_bedKi 1.37
|
||||||
#define DEFAULT_bedKd 104.5
|
#define DEFAULT_bedKd 104.5
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 1.37
|
#define DEFAULT_bedKi 1.37
|
||||||
#define DEFAULT_bedKd 104.5
|
#define DEFAULT_bedKd 104.5
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 14.82
|
#define DEFAULT_bedKi 14.82
|
||||||
#define DEFAULT_bedKd 455.69
|
#define DEFAULT_bedKd 455.69
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 14.82
|
#define DEFAULT_bedKi 14.82
|
||||||
#define DEFAULT_bedKd 455.69
|
#define DEFAULT_bedKd 455.69
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -553,12 +553,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -548,12 +548,6 @@
|
||||||
#define DEFAULT_bedKi 111.47
|
#define DEFAULT_bedKi 111.47
|
||||||
#define DEFAULT_bedKd 1068.83
|
#define DEFAULT_bedKd 1068.83
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 78.92
|
#define DEFAULT_bedKi 78.92
|
||||||
#define DEFAULT_bedKd 576.71
|
#define DEFAULT_bedKd 576.71
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -548,18 +548,6 @@
|
||||||
#define DEFAULT_bedKi 78.92
|
#define DEFAULT_bedKi 78.92
|
||||||
#define DEFAULT_bedKd 576.71
|
#define DEFAULT_bedKd 576.71
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 70.15
|
#define DEFAULT_bedKi 70.15
|
||||||
#define DEFAULT_bedKd 452.51
|
#define DEFAULT_bedKd 452.51
|
||||||
|
|
||||||
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
|
|
||||||
//from pidautotune
|
|
||||||
#define DEFAULT_bedKp 356.34
|
|
||||||
#define DEFAULT_bedKi 70.15
|
|
||||||
#define DEFAULT_bedKd 452.51
|
|
||||||
|
|
||||||
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 78.92
|
#define DEFAULT_bedKi 78.92
|
||||||
#define DEFAULT_bedKd 576.71
|
#define DEFAULT_bedKd 576.71
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi 85.47
|
#define DEFAULT_bedKi 85.47
|
||||||
#define DEFAULT_bedKd 624.59
|
#define DEFAULT_bedKd 624.59
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// Creality Ender-3 Pro
|
// Creality Ender-3 Pro
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// Creality Ender-3 Pro
|
// Creality Ender-3 Pro
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
// Creality Ender-3 Pro
|
// Creality Ender-3 Pro
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi 85.47
|
#define DEFAULT_bedKi 85.47
|
||||||
#define DEFAULT_bedKd 624.59
|
#define DEFAULT_bedKd 624.59
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
#define DEFAULT_bedKd 173.43
|
#define DEFAULT_bedKd 173.43
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
#define DEFAULT_bedKd 173.43
|
#define DEFAULT_bedKd 173.43
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
#define DEFAULT_bedKd 173.43
|
#define DEFAULT_bedKd 173.43
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
|
|
|
@ -539,18 +539,6 @@
|
||||||
#define DEFAULT_bedKi 78.92
|
#define DEFAULT_bedKi 78.92
|
||||||
#define DEFAULT_bedKd 576.71
|
#define DEFAULT_bedKd 576.71
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -567,12 +567,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -534,18 +534,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
#define DEFAULT_bedKp 50.71
|
#define DEFAULT_bedKp 50.71
|
||||||
#define DEFAULT_bedKi 9.88
|
#define DEFAULT_bedKi 9.88
|
||||||
#define DEFAULT_bedKd 173.43
|
#define DEFAULT_bedKd 173.43
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -542,12 +542,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 1.41//.023
|
#define DEFAULT_bedKi 1.41//.023
|
||||||
#define DEFAULT_bedKd 1675.16//305.4
|
#define DEFAULT_bedKd 1675.16//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -541,12 +541,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
@ -1125,7 +1119,6 @@
|
||||||
|
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
|
|
||||||
//these values are used in your slicer
|
//these values are used in your slicer
|
||||||
#define X_BED_SIZE 227
|
#define X_BED_SIZE 227
|
||||||
#define Y_BED_SIZE 148
|
#define Y_BED_SIZE 148
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi 18.0
|
#define DEFAULT_bedKi 18.0
|
||||||
#define DEFAULT_bedKd 950.0
|
#define DEFAULT_bedKd 950.0
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,6 @@
|
||||||
//#define E_2208
|
//#define E_2208
|
||||||
//#define E_SPREADCYCLE
|
//#define E_SPREADCYCLE
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable if you install a KEENOVO AC BED with Solid State Relay
|
* Enable if you install a KEENOVO AC BED with Solid State Relay
|
||||||
*/
|
*/
|
||||||
|
@ -112,7 +111,6 @@
|
||||||
|
|
||||||
// ^^^^^^ CUSTOMIZE FOR YOUR MACHINE ^^^^^^
|
// ^^^^^^ CUSTOMIZE FOR YOUR MACHINE ^^^^^^
|
||||||
|
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
// Author info of this build printed to the host during boot and M115
|
// Author info of this build printed to the host during boot and M115
|
||||||
|
@ -600,12 +598,6 @@
|
||||||
#define DEFAULT_bedKi 15.0
|
#define DEFAULT_bedKi 15.0
|
||||||
#define DEFAULT_bedKd 200.0
|
#define DEFAULT_bedKd 200.0
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
@ -1193,7 +1185,6 @@
|
||||||
#endif
|
#endif
|
||||||
#define INVERT_Z_DIR true
|
#define INVERT_Z_DIR true
|
||||||
|
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||||
|
|
|
@ -540,12 +540,6 @@
|
||||||
#define DEFAULT_bedKi 51.26
|
#define DEFAULT_bedKi 51.26
|
||||||
#define DEFAULT_bedKd 409.43
|
#define DEFAULT_bedKd 409.43
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,6 @@
|
||||||
#define ICSP_PORT_SWITCHES // If ICSP_PORT_SWITCHES is defined, those pins become filament runout sensors
|
#define ICSP_PORT_SWITCHES // If ICSP_PORT_SWITCHES is defined, those pins become filament runout sensors
|
||||||
// (But the SD Memory card won't work and is turned off!!!)
|
// (But the SD Memory card won't work and is turned off!!!)
|
||||||
|
|
||||||
|
|
||||||
// @section info
|
// @section info
|
||||||
|
|
||||||
// Author info of this build printed to the host during boot and M115
|
// Author info of this build printed to the host during boot and M115
|
||||||
|
@ -544,12 +543,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -544,18 +544,6 @@
|
||||||
#define DEFAULT_bedKi 42.79
|
#define DEFAULT_bedKi 42.79
|
||||||
#define DEFAULT_bedKd 322.28
|
#define DEFAULT_bedKd 322.28
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -537,17 +537,6 @@
|
||||||
#define DEFAULT_bedKp 182.46 // 175.68 189.95
|
#define DEFAULT_bedKp 182.46 // 175.68 189.95
|
||||||
#define DEFAULT_bedKi 35.92 // 34.59 37.40
|
#define DEFAULT_bedKi 35.92 // 34.59 37.40
|
||||||
#define DEFAULT_bedKd 231.70 // 223.07 241.19
|
#define DEFAULT_bedKd 231.70 // 223.07 241.19
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -544,18 +544,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#define DEFAULT_bedKd 305.4
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -544,18 +544,6 @@
|
||||||
#define DEFAULT_bedKi 42.79
|
#define DEFAULT_bedKi 42.79
|
||||||
#define DEFAULT_bedKd 322.28
|
#define DEFAULT_bedKd 322.28
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -544,18 +544,6 @@
|
||||||
#define DEFAULT_bedKi 42.79
|
#define DEFAULT_bedKi 42.79
|
||||||
#define DEFAULT_bedKd 322.28
|
#define DEFAULT_bedKd 322.28
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -537,12 +537,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 20.53
|
#define DEFAULT_bedKi 20.53
|
||||||
#define DEFAULT_bedKd 353.10
|
#define DEFAULT_bedKd 353.10
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -543,12 +543,6 @@
|
||||||
#define DEFAULT_bedKi 28.85
|
#define DEFAULT_bedKi 28.85
|
||||||
#define DEFAULT_bedKd 267.90
|
#define DEFAULT_bedKd 267.90
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi 66.82
|
#define DEFAULT_bedKi 66.82
|
||||||
#define DEFAULT_bedKd 444.95
|
#define DEFAULT_bedKd 444.95
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -547,12 +547,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -543,12 +543,6 @@
|
||||||
#define DEFAULT_bedKi 28.85
|
#define DEFAULT_bedKi 28.85
|
||||||
#define DEFAULT_bedKd 267.90
|
#define DEFAULT_bedKd 267.90
|
||||||
|
|
||||||
//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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
|
@ -533,18 +533,6 @@
|
||||||
//#define MIN_BED_POWER 0
|
//#define MIN_BED_POWER 0
|
||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||||
|
|
||||||
//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
|
|
||||||
|
|
||||||
//KINGROON KP3
|
//KINGROON KP3
|
||||||
#define DEFAULT_bedKp 690.34
|
#define DEFAULT_bedKp 690.34
|
||||||
#define DEFAULT_bedKi 111.47
|
#define DEFAULT_bedKi 111.47
|
||||||
|
|
|
@ -539,12 +539,6 @@
|
||||||
#define DEFAULT_bedKi .023
|
#define DEFAULT_bedKi .023
|
||||||
#define DEFAULT_bedKd 305.4
|
#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.
|
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
|
||||||
#endif // PIDTEMPBED
|
#endif // PIDTEMPBED
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue