|
|
@ -80,9 +80,7 @@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Thermal Protection parameters for the bed
|
|
|
|
* Thermal Protection parameters for the bed are just as above for hotends.
|
|
|
|
* are like the above for the hotends.
|
|
|
|
|
|
|
|
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
#if ENABLED(THERMAL_PROTECTION_BED)
|
|
|
|
#if ENABLED(THERMAL_PROTECTION_BED)
|
|
|
|
#define THERMAL_PROTECTION_BED_PERIOD 120 // Seconds
|
|
|
|
#define THERMAL_PROTECTION_BED_PERIOD 120 // Seconds
|
|
|
|