Skip to content

Commit

Permalink
Increase max temperature for MINI printer
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler committed Dec 22, 2023
1 parent cf299fc commit fd54e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/marlin/Configuration_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
// 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 290
#define HEATER_0_MAXTEMP 295
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275
Expand Down

0 comments on commit fd54e40

Please sign in to comment.