Skip to content

Commit

Permalink
fix bridge for soluble supports regression from 2.4 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Apr 2, 2022
1 parent 35129b4 commit d0d4e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ bool PrintObject::invalidate_state_by_config_options(
&& m_config.support_material_contact_distance_type.value == zdNone
&& !m_config.dont_support_bridges);
SurfaceType surface_type_bottom_other =
(this->has_support() && m_config.support_material_contact_distance_type.value == zdNone) ?
!has_bridges ?
stPosBottom | stDensSolid : stPosBottom | stDensSolid | stModBridge;
for (size_t idx_layer = range.begin(); idx_layer < range.end(); ++idx_layer) {
m_print->throw_if_canceled();
Expand Down

0 comments on commit d0d4e77

Please sign in to comment.