Merge pull request #4658 from 3d-gussner/MK3_PFW-762_Ambient_shutdown_80C

PFW-762 ambient shutdown at 80 C
This commit is contained in:
3d-gussner 2024-04-19 15:06:03 +02:00 committed by GitHub
commit d22245b482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100

View File

@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100

View File

@ -319,7 +319,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100

View File

@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100

View File

@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100

View File

@ -321,7 +321,7 @@
#define HEATER_0_MAXTEMP 305
#endif
#define BED_MAXTEMP 125
#define AMBIENT_MAXTEMP 100
#define AMBIENT_MAXTEMP 80
#if defined(E3D_PT100_EXTRUDER_WITH_AMP) || defined(E3D_PT100_EXTRUDER_NO_AMP)
// Define PID constants for extruder with PT100