mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
ENH: optimize exhaust fan param display
1.Optimize exhaust fan param display 2.Set max chamber temp to 60 jira:STUDIO-3518 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I0663803381f38f717554da4aefc61e02a8c1f37e
This commit is contained in:
parent
2509c9c90a
commit
8d8b690adf
2 changed files with 3 additions and 3 deletions
|
@ -2751,7 +2751,7 @@ void TabFilament::build()
|
|||
optgroup = page->new_optgroup(L("Auxiliary part cooling fan"), L"param_cooling_fan");
|
||||
optgroup->append_single_option_line("additional_cooling_fan_speed");
|
||||
|
||||
optgroup = page->new_optgroup(L("Exhaust fan"));
|
||||
optgroup = page->new_optgroup(L("Exhaust fan"),L"param_cooling_fan");
|
||||
|
||||
optgroup->append_single_option_line("activate_air_filtration");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue