mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
Removed stray debug print
This commit is contained in:
parent
40ea87fa05
commit
e093c956f2
@ -6,7 +6,6 @@ class ZOffsetDecorator(SceneNodeDecorator):
|
|||||||
self._z_offset = 0
|
self._z_offset = 0
|
||||||
|
|
||||||
def setZOffset(self, offset):
|
def setZOffset(self, offset):
|
||||||
print("setZOffset", offset)
|
|
||||||
self._z_offset = offset
|
self._z_offset = offset
|
||||||
|
|
||||||
def getZOffset(self):
|
def getZOffset(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user