mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-16 03:07:57 -06:00
Add Hotend Idle Timeout
This commit is contained in:
parent
1e27c3c352
commit
693424d630
156 changed files with 1872 additions and 0 deletions
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -334,6 +334,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -335,6 +335,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -335,6 +335,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
|
@ -330,6 +330,18 @@
|
||||||
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
#define EXTRUDER_RUNOUT_EXTRUDE 5 // (mm)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hotend Idle Timeout
|
||||||
|
* Prevent filament in the nozzle from charring and causing a critical jam.
|
||||||
|
*/
|
||||||
|
//#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_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
|
||||||
|
#endif
|
||||||
|
|
||||||
// @section temperature
|
// @section temperature
|
||||||
|
|
||||||
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
// Calibration for AD595 / AD8495 sensor to adjust temperature measurements.
|
||||||
|
|
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