|
|
|
@ -47,9 +47,6 @@
|
|
|
|
|
#define BED_CHECK_INTERVAL 5000 //ms between checks in bang-bang control
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Thermal Protection parameters
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* Thermal Protection protects your printer from damage and fire if a
|
|
|
|
|
* thermistor falls out or temperature sensors fail in any way.
|
|
|
|
|
*
|
|
|
|
@ -80,7 +77,7 @@
|
|
|
|
|
#define WATCH_TEMP_INCREASE 4 // Degrees Celsius
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
/**
|
|
|
|
|
* Thermal Protection parameters for the bed
|
|
|
|
|
* are like the above for the hotends.
|
|
|
|
|
* WATCH_TEMP_BED_PERIOD and WATCH_TEMP_BED_INCREASE are not imlemented now.
|
|
|
|
|