Add Don't slow down outer walls

This commit is contained in:
QIDI TECH
2024-06-18 16:30:47 +08:00
parent 78513b7b86
commit f25014959b
7 changed files with 31 additions and 2 deletions

View File

@@ -2298,6 +2298,8 @@ void TabFilament::build()
optgroup = page->new_optgroup(L("Cooling thresholds"), 25);
optgroup->append_single_option_line("fan_below_layer_time", category_path + "cooling-thresholds");
optgroup->append_single_option_line("slowdown_below_layer_time", category_path + "cooling-thresholds");
//Y28
optgroup->append_single_option_line("dont_slow_down_outer_wall");
optgroup->append_single_option_line("min_print_speed", category_path + "cooling-thresholds");
page = add_options_page(L("Advanced"), "wrench");