Update heater / bed max.temps (from datasheets) (#122)

This commit is contained in:
Dirk O. Kaar 2020-06-05 02:42:14 +02:00 committed by GitHub
parent 9d6c7396be
commit 2bbcd8cd29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 27 deletions

View file

@ -464,15 +464,15 @@
// Above this temperature the heater will be switched off. // Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures. // This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.) // (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 275 #define HEATER_0_MAXTEMP 260
#define HEATER_1_MAXTEMP 275 #define HEATER_1_MAXTEMP 260
#define HEATER_2_MAXTEMP 275 #define HEATER_2_MAXTEMP 260
#define HEATER_3_MAXTEMP 275 #define HEATER_3_MAXTEMP 260
#define HEATER_4_MAXTEMP 275 #define HEATER_4_MAXTEMP 260
#define HEATER_5_MAXTEMP 275 #define HEATER_5_MAXTEMP 260
#define HEATER_6_MAXTEMP 275 #define HEATER_6_MAXTEMP 260
#define HEATER_7_MAXTEMP 275 #define HEATER_7_MAXTEMP 260
#define BED_MAXTEMP 150 #define BED_MAXTEMP 110
//=========================================================================== //===========================================================================
//============================= PID Settings ================================ //============================= PID Settings ================================

View file

@ -464,15 +464,15 @@
// Above this temperature the heater will be switched off. // Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures. // This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.) // (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 275 #define HEATER_0_MAXTEMP 260
#define HEATER_1_MAXTEMP 275 #define HEATER_1_MAXTEMP 260
#define HEATER_2_MAXTEMP 275 #define HEATER_2_MAXTEMP 260
#define HEATER_3_MAXTEMP 275 #define HEATER_3_MAXTEMP 260
#define HEATER_4_MAXTEMP 275 #define HEATER_4_MAXTEMP 260
#define HEATER_5_MAXTEMP 275 #define HEATER_5_MAXTEMP 260
#define HEATER_6_MAXTEMP 275 #define HEATER_6_MAXTEMP 260
#define HEATER_7_MAXTEMP 275 #define HEATER_7_MAXTEMP 260
#define BED_MAXTEMP 150 #define BED_MAXTEMP 110
//=========================================================================== //===========================================================================
//============================= PID Settings ================================ //============================= PID Settings ================================

View file

@ -464,15 +464,15 @@
// Above this temperature the heater will be switched off. // Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures. // This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.) // (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 275 #define HEATER_0_MAXTEMP 260
#define HEATER_1_MAXTEMP 275 #define HEATER_1_MAXTEMP 260
#define HEATER_2_MAXTEMP 275 #define HEATER_2_MAXTEMP 260
#define HEATER_3_MAXTEMP 275 #define HEATER_3_MAXTEMP 260
#define HEATER_4_MAXTEMP 275 #define HEATER_4_MAXTEMP 260
#define HEATER_5_MAXTEMP 275 #define HEATER_5_MAXTEMP 260
#define HEATER_6_MAXTEMP 275 #define HEATER_6_MAXTEMP 260
#define HEATER_7_MAXTEMP 275 #define HEATER_7_MAXTEMP 260
#define BED_MAXTEMP 150 #define BED_MAXTEMP 110
//=========================================================================== //===========================================================================
//============================= PID Settings ================================ //============================= PID Settings ================================