mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +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
@@ -2310,6 +2310,7 @@ page = add_options_page(L("Others"), "custom-gcode_other"); // ORCA: icon only v
|
||||
optgroup->append_single_option_line("skirt_height");
|
||||
optgroup->append_single_option_line("skirt_speed");
|
||||
optgroup->append_single_option_line("draft_shield");
|
||||
optgroup->append_single_option_line("single_loop_draft_shield");
|
||||
|
||||
optgroup = page->new_optgroup(L("Brim"), L"param_adhension");
|
||||
optgroup->append_single_option_line("brim_type", "auto-brim");
|
||||
|
||||
Reference in New Issue
Block a user