mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Added missing super call
CURA-3832
This commit is contained in:
parent
29e8325c12
commit
898da21a7b
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
|
|||
## A decorator that stores the amount an object has been moved below the platform.
|
||||
class ZOffsetDecorator(SceneNodeDecorator):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self._z_offset = 0
|
||||
|
||||
def setZOffset(self, offset):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue