mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06: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:
parent
4900c546f9
commit
ec213e98fb
7 changed files with 31 additions and 7 deletions
|
@ -228,6 +228,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||
|| opt_key == "skirt_speed"
|
||||
|| opt_key == "skirt_height"
|
||||
|| opt_key == "min_skirt_length"
|
||||
|| opt_key == "single_loop_draft_shield"
|
||||
|| opt_key == "draft_shield"
|
||||
|| opt_key == "skirt_distance"
|
||||
|| opt_key == "skirt_start_angle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue