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:
xun.zhang 2023-09-04 17:22:22 +08:00 committed by Lane.Wei
parent 60bb7309ac
commit 58658ebcb5
2 changed files with 3 additions and 3 deletions

View file

@ -2748,7 +2748,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");