Fixed a save to 3mf: Added a check if cut information have to be saved to 3mf

This commit is contained in:
YuSanka 2023-03-29 12:53:09 +02:00
parent 0ed47616f9
commit dcf5889cfa

View File

@ -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", "");