Fix CHAMBER_MAXTEMP security margin (#16600)
This commit is contained in:
committed by
Scott Lahteine
parent
d9cdb4ae19
commit
ef8f829513
@ -191,7 +191,7 @@ void menu_temperature() {
|
||||
// Chamber:
|
||||
//
|
||||
#if HAS_HEATED_CHAMBER
|
||||
EDIT_ITEM_FAST(int3, MSG_CHAMBER, &thermalManager.temp_chamber.target, 0, CHAMBER_MAXTEMP - 5, thermalManager.start_watching_chamber);
|
||||
EDIT_ITEM_FAST(int3, MSG_CHAMBER, &thermalManager.temp_chamber.target, 0, CHAMBER_MAXTEMP - 10, thermalManager.start_watching_chamber);
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user