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

@ -4,7 +4,7 @@ from UM.Scene.SceneNodeDecorator import SceneNodeDecorator
class GCodeListDecorator(SceneNodeDecorator):
def __init__(self):
super().__init__()
self._gcode_list = {} # []
self._gcode_list = []
def getGCodeList(self):
return self._gcode_list