mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-16 23:42:11 +00:00
Feature: Small perimeters speed for supports (#13459)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user