mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
WIP: Rework of PrintRegions, bunch of bug fixes.
This commit is contained in:
parent
701a0c9576
commit
9b9354a2aa
3 changed files with 50 additions and 43 deletions
|
@ -1083,7 +1083,7 @@ std::vector<Polygons> slice_mesh(
|
|||
auto t = params.trafo;
|
||||
t.prescale(Vec3d(s, s, 1.));
|
||||
auto tf = t.cast<float>();
|
||||
slice_make_lines(mesh.vertices, [tf](const Vec3f &p) { return tf * p; }, mesh.indices, facets_edges, zs, throw_on_cancel);
|
||||
lines = slice_make_lines(mesh.vertices, [tf](const Vec3f &p) { return tf * p; }, mesh.indices, facets_edges, zs, throw_on_cancel);
|
||||
}
|
||||
} else {
|
||||
// Copy and scale vertices in XY, don't scale in Z.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue