mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Apply single_loop_draft_shield also to skirt (#9298)
This commit is contained in:
parent
82bc52cbcc
commit
69df9420c1
3 changed files with 8 additions and 10 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue