mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:48:58 +08:00
Model data is now actually appended to data that's being sent
CURA-3858
This commit is contained in:
parent
5c9e3c1e4d
commit
d38eb7f4e4
@ -102,6 +102,7 @@ class SliceInfo(Extension):
|
|||||||
model["transformation"] = {"data": str(node.getWorldTransformation().getData())}
|
model["transformation"] = {"data": str(node.getWorldTransformation().getData())}
|
||||||
extruder_position = node.callDecoration("getActiveExtruderPosition")
|
extruder_position = node.callDecoration("getActiveExtruderPosition")
|
||||||
model["extruder"] = 0 if extruder_position is None else extruder_position
|
model["extruder"] = 0 if extruder_position is None else extruder_position
|
||||||
|
data["models"].append(model)
|
||||||
|
|
||||||
|
|
||||||
print_times= print_information.printTimesPerFeature
|
print_times= print_information.printTimesPerFeature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user