mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
seam gap parameter
This commit is contained in:
parent
dd1efb3969
commit
594819ef9c
9 changed files with 34 additions and 12 deletions
|
@ -679,7 +679,8 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "only_one_wall_first_layer"
|
||||
|| opt_key == "initial_layer_line_width"
|
||||
|| opt_key == "inner_wall_line_width"
|
||||
|| opt_key == "infill_wall_overlap") {
|
||||
|| opt_key == "infill_wall_overlap"
|
||||
|| opt_key == "seam_gap") {
|
||||
steps.emplace_back(posPerimeters);
|
||||
} else if (opt_key == "gap_infill_speed"
|
||||
|| opt_key == "filter_out_gap_fill" ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue