Fixed a save to 3mf: Added a check if cut information have to be saved to 3mf
This commit is contained in:
parent
0ed47616f9
commit
dcf5889cfa
@ -2958,6 +2958,8 @@ namespace Slic3r {
|
||||
|
||||
unsigned int object_cnt = 0;
|
||||
for (const ModelObject* object : model.objects) {
|
||||
if (!object->is_cut())
|
||||
continue;
|
||||
object_cnt++;
|
||||
pt::ptree& obj_tree = tree.add("objects.object", "");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user