disable_rapid_cooling_fan_first_layers

This commit is contained in:
sunsets
2023-09-22 09:40:56 +08:00
parent d1902fa3d5
commit 3e70923483
6 changed files with 30 additions and 6 deletions

View File

@@ -2104,6 +2104,8 @@ void TabFilament::build()
//B25
optgroup->append_single_option_line("enable_volume_fan", category_path + "fan-settings");
optgroup->append_single_option_line("disable_fan_first_layers", category_path + "fan-settings");
//B39
optgroup->append_single_option_line("disable_rapid_cooling_fan_first_layers", category_path + "fan-settings");
optgroup->append_single_option_line("full_fan_speed_layer", category_path + "fan-settings");
optgroup = page->new_optgroup(L("Dynamic fan speeds"), 25);