mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
make support speed visible independent of support state (#10916)
This commit is contained in:
@@ -774,10 +774,11 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
|
|||||||
// Orca: Force solid support interface when using support ironing
|
// Orca: Force solid support interface when using support ironing
|
||||||
toggle_field("support_interface_spacing", have_support_material && have_support_interface && !has_support_ironing);
|
toggle_field("support_interface_spacing", have_support_material && have_support_interface && !has_support_ironing);
|
||||||
|
|
||||||
bool have_skirt_height = have_skirt &&
|
// see issue #10915
|
||||||
(config->opt_int("skirt_height") > 1 || config->opt_enum<DraftShield>("draft_shield") != dsEnabled);
|
// bool have_skirt_height = have_skirt &&
|
||||||
toggle_line("support_speed", have_support_material || have_skirt_height);
|
// (config->opt_int("skirt_height") > 1 || config->opt_enum<DraftShield>("draft_shield") != dsEnabled);
|
||||||
toggle_line("support_interface_speed", have_support_material && have_support_interface);
|
// toggle_line("support_speed", have_support_material || have_skirt_height);
|
||||||
|
// toggle_line("support_interface_speed", have_support_material && have_support_interface);
|
||||||
|
|
||||||
// BBS
|
// BBS
|
||||||
//toggle_field("support_material_synchronize_layers", have_support_soluble);
|
//toggle_field("support_material_synchronize_layers", have_support_soluble);
|
||||||
|
|||||||
Reference in New Issue
Block a user