mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Model data is now actually appended to data that's being sent
CURA-3858
This commit is contained in:
parent
5c9e3c1e4d
commit
d38eb7f4e4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue