mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-19 17:02:08 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user