mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 04:45:54 +08:00
Added missing super call
CURA-3832
This commit is contained in:
parent
29e8325c12
commit
898da21a7b
@ -3,6 +3,7 @@ from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
|
|||||||
## A decorator that stores the amount an object has been moved below the platform.
|
## A decorator that stores the amount an object has been moved below the platform.
|
||||||
class ZOffsetDecorator(SceneNodeDecorator):
|
class ZOffsetDecorator(SceneNodeDecorator):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
super().__init__()
|
||||||
self._z_offset = 0
|
self._z_offset = 0
|
||||||
|
|
||||||
def setZOffset(self, offset):
|
def setZOffset(self, offset):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user