mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
Sync with bugfix code
This commit is contained in:
parent
90d9867759
commit
985c727e96
331 changed files with 2359 additions and 331 deletions
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -565,7 +565,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -579,7 +579,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 16 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -622,7 +622,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -622,7 +622,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -570,7 +570,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -579,7 +579,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -572,7 +572,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 15 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -570,7 +570,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 15 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -571,7 +571,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -569,7 +569,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -560,7 +560,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -340,7 +353,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -542,7 +542,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -564,7 +564,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -547,7 +547,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -560,7 +560,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -547,7 +547,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -542,7 +542,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -551,7 +551,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -552,7 +552,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -558,7 +558,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -569,7 +569,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -569,7 +569,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -569,7 +569,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -563,7 +563,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -548,7 +548,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -566,7 +566,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -559,7 +559,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -565,7 +565,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
@ -39,6 +39,19 @@
|
|||
//=============================Thermal Settings ============================
|
||||
//===========================================================================
|
||||
|
||||
/**
|
||||
* Thermocouple sensors are quite sensitive to noise. Any noise induced in
|
||||
* the sensor wires, such as by stepper motor wires run in parallel to them,
|
||||
* may result in the thermocouple sensor reporting spurious errors. This
|
||||
* value is the number of errors which can occur in a row before the error
|
||||
* is reported. This allows us to ignore intermittent error conditions while
|
||||
* still detecting an actual failure, which should result in a continuous
|
||||
* stream of errors from the sensor.
|
||||
*
|
||||
* Set this value to 0 to fail on the first error to occur.
|
||||
*/
|
||||
#define THERMOCOUPLE_MAX_ERRORS 15
|
||||
|
||||
//
|
||||
// Custom Thermistor 1000 parameters
|
||||
//
|
||||
|
@ -336,7 +349,7 @@
|
|||
*/
|
||||
//#define HOTEND_IDLE_TIMEOUT
|
||||
#if ENABLED(HOTEND_IDLE_TIMEOUT)
|
||||
#define HOTEND_IDLE_DURATION_SEC 5 // (minutes) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_TIMEOUT_SEC (5*60) // (seconds) Time without extruder movement to trigger protection
|
||||
#define HOTEND_IDLE_MIN_TRIGGER 180 // (°C) Minimum temperature to enable hotend protection
|
||||
#define HOTEND_IDLE_NOZZLE_TARGET 0 // (°C) Safe temperature for the nozzle after timeout
|
||||
#define HOTEND_IDLE_BED_TARGET 0 // (°C) Safe temperature for the bed after timeout
|
||||
|
|
|
@ -564,7 +564,7 @@
|
|||
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
|
||||
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
|
||||
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue