mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Introduce option to control one wall draft shield (#8562)
* Introduce option to control number of skirt walls after first layer * Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer * Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer * One wall draft shield options refactor * Merge remote-tracking branch 'upstream/main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer * Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer * Renamed to single loop draft shield * Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer * Merge branch 'main' into Introduce-option-to-control-number-of-walls-on-skirt-after-first-layer
This commit is contained in:
committed by
GitHub
parent
4900c546f9
commit
ec213e98fb
@@ -4288,6 +4288,12 @@ void PrintConfigDef::init_fff_params()
|
||||
def->mode = comSimple;
|
||||
def->max = 10000;
|
||||
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->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("draft_shield", coEnum);
|
||||
def->label = L("Draft shield");
|
||||
|
||||
Reference in New Issue
Block a user