mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: disable edit support chamber temp
jira:STUDIO-4230 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4873badacc5d3947f56df1ea367481ddae748fff
This commit is contained in:
parent
5a39eca04b
commit
60bb7309ac
2 changed files with 2 additions and 2 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("Enable this if printer physically support air filtration");
|
||||
def->tooltip=L("Enable this if printer support air filtration");
|
||||
def->mode=comDevelop;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue