ENH: refine logic for chamber temp and exhaust fan

1. Add chamber temp option for 3rd printers
2. Move support_air_filtration option from develop mode to advanced
mode

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I9cb4263fc12d9d5edcf2595d97143446b3e63316
This commit is contained in:
xun.zhang 2023-10-18 12:03:03 +08:00 committed by Lane.Wei
parent c3865c293d
commit a62bf3b838
3 changed files with 12 additions and 5 deletions

View file

@ -1831,7 +1831,7 @@ void PrintConfigDef::init_fff_params()
def =this->add("support_air_filtration",coBool);
def->label=L("Support air filtration");
def->tooltip=L("Enable this if printer support air filtration");
def->mode=comDevelop;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(false));
def = this->add("gcode_flavor", coEnum);