mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06: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:
parent
b97a12da98
commit
6b58f67fb8
6 changed files with 18 additions and 15 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue