|
|
@ -396,6 +396,8 @@ |
|
|
|
#define TEMP_BED_WINDOW 1 // (°C) Temperature proximity for the "temperature reached" timer
|
|
|
|
#define TEMP_BED_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target
|
|
|
|
|
|
|
|
#define TEMP_CHAMBER_HYSTERESIS 3 // (°C) Temperature proximity considered "close enough" to the target
|
|
|
|
|
|
|
|
// Below this temperature the heater will be switched off
|
|
|
|
// because it probably indicates a broken thermistor wire.
|
|
|
|
#define HEATER_0_MINTEMP 5 |
|
|
@ -405,6 +407,7 @@ |
|
|
|
#define HEATER_4_MINTEMP 5 |
|
|
|
#define HEATER_5_MINTEMP 5 |
|
|
|
#define BED_MINTEMP 5 |
|
|
|
#define CHAMBER_MINTEMP 5 |
|
|
|
|
|
|
|
// Above this temperature the heater will be switched off.
|
|
|
|
// This can protect components from overheating, but NOT from shorts and failures.
|
|
|
@ -416,6 +419,7 @@ |
|
|
|
#define HEATER_4_MAXTEMP 275 |
|
|
|
#define HEATER_5_MAXTEMP 275 |
|
|
|
#define BED_MAXTEMP 150 |
|
|
|
#define CHAMBER_MAXTEMP 100 |
|
|
|
|
|
|
|
//===========================================================================
|
|
|
|
//============================= PID Settings ================================
|
|
|
|