mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00: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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user