mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Solution for SPE-347 (scale is not fed into the arrange alg)
This commit is contained in:
@@ -333,6 +333,8 @@ ShapeData2D projectModelFromTop(const Slic3r::Model &model) {
|
||||
Slic3r::TriangleMesh tmpmesh = rmesh;
|
||||
ClipperLib::PolyNode pn;
|
||||
|
||||
tmpmesh.scale(objinst->scaling_factor);
|
||||
|
||||
// TODO export the exact 2D projection
|
||||
auto p = tmpmesh.convex_hull();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user