mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
parent
c734d0add8
commit
8206e02602
247 changed files with 2223 additions and 0 deletions
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -477,6 +477,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -514,6 +514,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -514,6 +514,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 130
|
#define BED_MAXTEMP 130
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 130
|
#define BED_MAXTEMP 130
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -477,6 +477,15 @@
|
||||||
#define BED_MAXTEMP 130
|
#define BED_MAXTEMP 130
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -477,6 +477,15 @@
|
||||||
#define BED_MAXTEMP 130
|
#define BED_MAXTEMP 130
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 80
|
#define BED_MAXTEMP 80
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110
|
#define BED_MAXTEMP 110
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110
|
#define BED_MAXTEMP 110
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110
|
#define BED_MAXTEMP 110
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110
|
#define BED_MAXTEMP 110
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110 // 100 + 10
|
#define BED_MAXTEMP 110 // 100 + 10
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110 // 100 + 10
|
#define BED_MAXTEMP 110 // 100 + 10
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 110 // 100 + 10
|
#define BED_MAXTEMP 110 // 100 + 10
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -480,6 +480,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -477,6 +477,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -481,6 +481,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 115
|
#define BED_MAXTEMP 115
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 115
|
#define BED_MAXTEMP 115
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -484,6 +484,15 @@
|
||||||
#define BED_MAXTEMP 100
|
#define BED_MAXTEMP 100
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -477,6 +477,15 @@
|
||||||
#define BED_MAXTEMP 165
|
#define BED_MAXTEMP 165
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -485,6 +485,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 100
|
#define BED_MAXTEMP 100
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -483,6 +483,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 75
|
#define BED_MAXTEMP 75
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 120
|
#define BED_MAXTEMP 120
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -478,6 +478,15 @@
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 100
|
#define BED_MAXTEMP 100
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -498,6 +498,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 80
|
#define CHAMBER_MAXTEMP 80
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
|
@ -476,6 +476,15 @@
|
||||||
#define BED_MAXTEMP 125
|
#define BED_MAXTEMP 125
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Thermal Overshoot
|
||||||
|
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
|
||||||
|
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
|
||||||
|
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
|
||||||
|
*/
|
||||||
|
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= PID Settings ================================
|
//============================= PID Settings ================================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
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