Feature: Small perimeters speed for supports (#13459)

This commit is contained in:
Valerii Bokhan
2026-07-03 22:27:57 +02:00
committed by GitHub
parent 65a9e655cf
commit 1882861a98
11 changed files with 92 additions and 28 deletions

View File

@@ -846,6 +846,10 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, in
// toggle_line("support_speed", have_support_material || have_skirt_height);
// toggle_line("support_interface_speed", have_support_material && have_support_interface);
// Orca:
for (auto el : {"small_support_perimeter_speed", "small_support_perimeter_threshold"})
toggle_field(el, config->opt_bool("enable_support"));
// BBS
//toggle_field("support_material_synchronize_layers", have_support_soluble);