mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Convert remaining doxygen to rst
This commit is contained in:
parent
fe779d9501
commit
c2c96faf5f
49 changed files with 2163 additions and 1657 deletions
|
@ -1,8 +1,9 @@
|
|||
from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
|
||||
|
||||
|
||||
## A decorator that stores the amount an object has been moved below the platform.
|
||||
class ZOffsetDecorator(SceneNodeDecorator):
|
||||
"""A decorator that stores the amount an object has been moved below the platform."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self._z_offset = 0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue