Added option to switch between BoundedRectilinear and Concentric infill for the ensure vertical shell thickness.
This commit is contained in:
parent
df01923631
commit
063ae0ccfc
6 changed files with 35 additions and 5 deletions
src/libslic3r
|
@ -751,7 +751,8 @@ bool PrintObject::invalidate_state_by_config_options(
|
|||
|| opt_key == "wall_transition_angle"
|
||||
|| opt_key == "wall_distribution_count"
|
||||
|| opt_key == "min_feature_size"
|
||||
|| opt_key == "min_bead_width") {
|
||||
|| opt_key == "min_bead_width"
|
||||
|| opt_key == "ensure_vertical_shell_infill") {
|
||||
steps.emplace_back(posSlice);
|
||||
} else if (
|
||||
opt_key == "seam_position"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue