Welcome! Log In Create A New Profile

Advanced

cannot set MAXTEMP

Posted by DrumClock 
cannot set MAXTEMP
December 25, 2020 07:03AM
I have defined:

#define HEATER_0_MAXTEMP 275
#define HEATER_1_MAXTEMP 275
.....
#define BED_MAXTEMP 150

Unfortunately, the temperature can only be set to:
(via G-code or LCD)

HEATER 260
BED 140

tested on current version bugfix 2.0.x (2020-12-24)

Edited 1 time(s). Last edit at 12/25/2020 07:04AM by DrumClock.
Re: cannot set MAXTEMP
December 25, 2020 07:26AM
yes. max temp is max temp your hardware can read.
If you could set that temp you would never exceed it. (as that is the max temp your hardware can read)


so hot end maximum temperature is always 15 below the max temp
also allows for some over shoot, which would otherwise trigger a max temp event.


bed must be 10 under.. haven't checked.

Edited 1 time(s). Last edit at 12/25/2020 07:26AM by Dust.
Re: cannot set MAXTEMP
December 25, 2020 08:55AM
Thank you, tried.
Sorry, only registered users may post in this forum.

Click here to login