Apply single_loop_draft_shield also to skirt (#9298)

This commit is contained in:
Vovodroid 2025-04-12 06:06:30 +03:00 committed by GitHub
parent 82bc52cbcc
commit 69df9420c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 10 deletions

View file

@ -4299,8 +4299,8 @@ void PrintConfigDef::init_fff_params()
def->set_default_value(new ConfigOptionInt(1));
def = this->add("single_loop_draft_shield", coBool);
def->label = L("Single loop draft shield");
def->tooltip = L("Limits the draft shield loops to one wall after the first layer. This is useful, on occasion, to conserve filament but may cause the draft shield to warp / crack.");
def->label = L("Single loop after first layer");
def->tooltip = L("Limits the skirt/draft shield loops to one wall after the first layer. This is useful, on occasion, to conserve filament but may cause the draft shield/skirt to warp / crack.");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionBool(false));