mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 20:49:06 +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);
|
||||
} else {
|
||||
TriangleMesh upper_mesh, lower_mesh;
|
||||
printf("Cutting mesh patch\n");
|
||||
TriangleMeshSlicer tms(&volume->mesh);
|
||||
tms.cut(z, &upper_mesh, &lower_mesh);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user