mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06: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:
parent
c3865c293d
commit
a62bf3b838
3 changed files with 12 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue