mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 03:55:56 +08:00
Removed printf debugging output
This commit is contained in:
parent
913cdef297
commit
5d363c1bb9
@ -863,7 +863,6 @@ void ModelObject::cut(coordf_t z, Model* model) const
|
|||||||
lower->add_volume(*volume);
|
lower->add_volume(*volume);
|
||||||
} else {
|
} else {
|
||||||
TriangleMesh upper_mesh, lower_mesh;
|
TriangleMesh upper_mesh, lower_mesh;
|
||||||
printf("Cutting mesh patch\n");
|
|
||||||
TriangleMeshSlicer tms(&volume->mesh);
|
TriangleMeshSlicer tms(&volume->mesh);
|
||||||
tms.cut(z, &upper_mesh, &lower_mesh);
|
tms.cut(z, &upper_mesh, &lower_mesh);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user