raise temps

This commit is contained in:
dave 2020-01-04 12:43:15 -08:00 committed by dave
parent 64403b1f8a
commit 2c3e80586a
1 changed files with 9 additions and 9 deletions

View File

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