mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 23:38:59 +08:00
ZOffset decorator is now correctly copied
CURA-1504
This commit is contained in:
parent
095dbaaa8d
commit
b06e61727c
@ -12,4 +12,6 @@ class ZOffsetDecorator(SceneNodeDecorator):
|
|||||||
return self._z_offset
|
return self._z_offset
|
||||||
|
|
||||||
def __deepcopy__(self, memo):
|
def __deepcopy__(self, memo):
|
||||||
return ZOffsetDecorator()
|
copied_decorator = ZOffsetDecorator()
|
||||||
|
copied_decorator.setZOffset(self.getZOffset())
|
||||||
|
return copied_decorator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user