mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 02:13:13 +08:00
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:
parent
6cf0e2451e
commit
120c7cd48c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user