Skip to content

Commit 8206e02

Browse files
committed
1 parent c734d0a commit 8206e02

247 files changed

Lines changed: 2223 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/default/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 150
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/3DFabXYZ/Migbot/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,15 @@
477477
#define BED_MAXTEMP 150
478478
#define CHAMBER_MAXTEMP 60
479479

480+
/**
481+
* Thermal Overshoot
482+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
483+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
484+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
485+
*/
486+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
488+
480489
//===========================================================================
481490
//============================= PID Settings ================================
482491
//===========================================================================

config/examples/ADIMLab/Gantry v1/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 120
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/ADIMLab/Gantry v2/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 150
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/AlephObjects/TAZ4/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 150
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/Alfawise/U20-bltouch/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,15 @@
514514
#define BED_MAXTEMP 150
515515
#define CHAMBER_MAXTEMP 60
516516

517+
/**
518+
* Thermal Overshoot
519+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
520+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
521+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
522+
*/
523+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
524+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
525+
517526
//===========================================================================
518527
//============================= PID Settings ================================
519528
//===========================================================================

config/examples/Alfawise/U20/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,15 @@
514514
#define BED_MAXTEMP 150
515515
#define CHAMBER_MAXTEMP 60
516516

517+
/**
518+
* Thermal Overshoot
519+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
520+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
521+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
522+
*/
523+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
524+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
525+
517526
//===========================================================================
518527
//============================= PID Settings ================================
519528
//===========================================================================

config/examples/AliExpress/CL-260/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 150
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/AliExpress/UM2pExt/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 130
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

config/examples/Anet/A2/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
476476
#define BED_MAXTEMP 150
477477
#define CHAMBER_MAXTEMP 60
478478

479+
/**
480+
* Thermal Overshoot
481+
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+
*/
485+
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488
//===========================================================================
480489
//============================= PID Settings ================================
481490
//===========================================================================

0 commit comments

Comments
 (0)