Model data is now actually appended to data that's being sent

CURA-3858
This commit is contained in:
Jaime van Kessel 2017-06-30 10:35:16 +02:00
parent 5c9e3c1e4d
commit d38eb7f4e4

View file

@ -102,6 +102,7 @@ class SliceInfo(Extension):
model["transformation"] = {"data": str(node.getWorldTransformation().getData())}
extruder_position = node.callDecoration("getActiveExtruderPosition")
model["extruder"] = 0 if extruder_position is None else extruder_position
data["models"].append(model)
print_times= print_information.printTimesPerFeature