mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 21:49:04 -07:00
"inifinit_skirt" renamed to "draft_shield"
Polished the tooltip for the draft shield. Legacy conversion from old skirt_heigth == -1 to draft_shield = 1
This commit is contained in:
@@ -272,7 +272,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig* config)
|
||||
for (auto el : { "skirt_distance", "skirt_height" })
|
||||
toggle_field(el, have_skirt);
|
||||
|
||||
toggle_field("skirt_height", !config->opt_bool("infinit_skirt"));
|
||||
toggle_field("skirt_height", !config->opt_bool("draft_shield"));
|
||||
|
||||
bool have_brim = config->opt_float("brim_width") > 0;
|
||||
// perimeter_extruder uses the same logic as in Print::extruders()
|
||||
|
||||
Reference in New Issue
Block a user