Added option to switch between BoundedRectilinear and Concentric infill for the ensure vertical shell thickness.

This commit is contained in:
Lukáš Hejl 2023-01-05 14:37:05 +01:00
parent df01923631
commit 063ae0ccfc
6 changed files with 35 additions and 5 deletions
src/libslic3r

View file

@ -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"