mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 06:13:13 +08:00
Send the transformed mesh data to the backend
This commit is contained in:
parent
b614b47ed2
commit
ad2f839dc1
@ -133,7 +133,7 @@ class CuraEngineBackend(Backend):
|
|||||||
for object in objects:
|
for object in objects:
|
||||||
center += object.getPosition()
|
center += object.getPosition()
|
||||||
|
|
||||||
meshData = object.getMeshData()
|
meshData = object.getMeshData().getTransformed(object.getGlobalTransformation())
|
||||||
|
|
||||||
obj = msg.objects.add()
|
obj = msg.objects.add()
|
||||||
obj.id = id(object)
|
obj.id = id(object)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user