ENH: modify max chamber temperature

Set max chamber temperature to 80

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Iedf91d68759056be1ff5743dc272d933ff55aedc
This commit is contained in:
xun.zhang 2024-12-04 14:24:56 +08:00 committed by lane.wei
parent 6cf0e2451e
commit 120c7cd48c
1 changed files with 1 additions and 1 deletions

View File

@ -3984,7 +3984,7 @@ void PrintConfigDef::init_fff_params()
def->sidetext = "°C";
def->full_label = L("Chamber temperature");
def->min = 0;
def->max = 60;
def->max = 80;
def->set_default_value(new ConfigOptionInts{0});
def = this->add("nozzle_temperature", coInts);