CURA-4525 some cleanup and comments

This commit is contained in:
Jack Ha 2017-11-14 14:48:51 +01:00
parent bd8aa8d989
commit f6c7ffac11
6 changed files with 6 additions and 25 deletions

View file

@ -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__()