mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
CURA-4525 some cleanup and comments
This commit is contained in:
parent
bd8aa8d989
commit
f6c7ffac11
6 changed files with 6 additions and 25 deletions
|
@ -3,6 +3,7 @@ from UM.Application import Application
|
|||
from UM.Logger import Logger
|
||||
|
||||
|
||||
## Make a SceneNode build plate aware CuraSceneNode objects all have this decorator.
|
||||
class BuildPlateDecorator(SceneNodeDecorator):
|
||||
def __init__(self, build_plate_number = -1):
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue