mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
FIX: optimize exhaust fan ui logic
1. Enable open support_activate_air_filtration 2. Fix display exhaust fan params when support_activate_air_filtration is closed jira:STUDIO-4230 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ieddba4bb104b6068b5afb4c109ea6b90d7c4045b
This commit is contained in:
parent
13bb1552aa
commit
5a39eca04b
2 changed files with 4 additions and 5 deletions
|
@ -1776,7 +1776,7 @@ void PrintConfigDef::init_fff_params()
|
|||
|
||||
def =this->add("support_air_filtration",coBool);
|
||||
def->label=L("Support air filtration");
|
||||
def->tooltip=L("Decide whether support activating air filtration");
|
||||
def->tooltip=L("Enable this if printer physically support air filtration");
|
||||
def->mode=comDevelop;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue