mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 00:36:14 +08: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
@ -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);
|
||||
|
@ -2748,7 +2748,7 @@ void TabFilament::build()
|
||||
optgroup = page->new_optgroup(L("Auxiliary part cooling fan"), L"param_cooling_fan");
|
||||
optgroup->append_single_option_line("additional_cooling_fan_speed");
|
||||
|
||||
optgroup = page->new_optgroup(L("Exhaust fan"));
|
||||
optgroup = page->new_optgroup(L("Exhaust fan"),L"param_cooling_fan");
|
||||
|
||||
optgroup->append_single_option_line("activate_air_filtration");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user