📝 min_temp_error => MINTEMP errpr

This commit is contained in:
Scott Lahteine 2023-01-04 02:15:38 -06:00
parent 13ff117d94
commit 1fe4e29e41
302 changed files with 906 additions and 906 deletions

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -477,10 +477,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -488,7 +488,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -468,10 +468,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -479,7 +479,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

View file

@ -472,10 +472,10 @@
* Thermistors able to support high temperature tend to have a hard time getting * Thermistors able to support high temperature tend to have a hard time getting
* good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP * good readings at room and lower temperatures. This means TEMP_SENSOR_X_RAW_LO_TEMP
* will probably be caught when the heating element first turns on during the * will probably be caught when the heating element first turns on during the
* preheating process, which will trigger a min_temp_error as a safety measure * preheating process, which will trigger a MINTEMP error as a safety measure
* and force stop everything. * and force stop everything.
* To circumvent this limitation, we allow for a preheat time (during which, * To circumvent this limitation, we allow for a preheat time (during which,
* min_temp_error won't be triggered) and add a min_temp buffer to handle * MINTEMP error won't be triggered) and add a min_temp buffer to handle
* aberrant readings. * aberrant readings.
* *
* If you want to enable this feature for your hotend thermistor(s) * If you want to enable this feature for your hotend thermistor(s)
@ -483,7 +483,7 @@
*/ */
// The number of consecutive low temperature errors that can occur // The number of consecutive low temperature errors that can occur
// before a min_temp_error is triggered. (Shouldn't be more than 10.) // before a MINTEMP error is triggered. (Shouldn't be more than 10.)
//#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0 //#define MAX_CONSECUTIVE_LOW_TEMPERATURE_ERROR_ALLOWED 0
/** /**

Some files were not shown because too many files have changed in this diff Show more