Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CURA-10344_Fix_support_horizonta…
Browse files Browse the repository at this point in the history
…l_expansion' into temp_multi_merge
  • Loading branch information
rburema committed Mar 1, 2023
2 parents fbd017f + 3fbeed0 commit b522512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ void AreaSupport::generateSupportAreasForMesh(SliceDataStorage& storage,
model_outline = model_outline.offset(offset_per_step);
horizontal_expansion = horizontal_expansion.difference(model_outline);
}
layer_this.unionPolygons(horizontal_expansion);
layer_this = layer_this.unionPolygons(horizontal_expansion);
}

if (use_towers && ! is_support_mesh_place_holder)
Expand Down

0 comments on commit b522512

Please sign in to comment.