mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: optimize exhaust fan param display
1.Optimize exhaust fan param display 2.Set max chamber temp to 60 jira:STUDIO-3518 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I0663803381f38f717554da4aefc61e02a8c1f37e
This commit is contained in:
parent
60bb7309ac
commit
58658ebcb5
2 changed files with 3 additions and 3 deletions
|
@ -964,7 +964,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def = this->add("activate_air_filtration",coBools);
|
||||
def->label = L("Activate air filtration");
|
||||
def->tooltip = L("Acivate for better air filtration");
|
||||
def->tooltip = L("Activate for better air filtration");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionBools{false});
|
||||
|
||||
|
@ -3181,7 +3181,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->sidetext = L("°C");
|
||||
def->full_label = L("Chamber temperature during print.0 means do not open compensation.Don't open it for low-temperature filaments like PLA, PETG, TPU");
|
||||
def->min = 0;
|
||||
def->max = 70;
|
||||
def->max = 60;
|
||||
def->set_default_value(new ConfigOptionInts{0});
|
||||
|
||||
def = this->add("nozzle_temperature", coInts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue