Merge upstream changes from Marlin 2.1.2.1 #462

Merged
stklcode merged 2 commits from marlin-2.1.2.1 into master 2023-06-09 01:50:09 -05:00
620 changed files with 41020 additions and 28890 deletions
Showing only changes of commit bdd6e0c7fe - Show all commits

View File

@@ -740,7 +740,11 @@
// 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 300
#if ENABLED(KNUTWURST_4MAXP2)
#define HEATER_0_MAXTEMP 300
#else
#define HEATER_0_MAXTEMP 285
#endif
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275