D6: Fixed file naming, removed spaces and fixed decoration calls

This commit is contained in:
Victor Larchenko 2016-12-19 10:10:51 +06:00 committed by Youness Alaoui
parent 9e85d6c894
commit 485e81731f
4 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ class GCodeListDecorator(SceneNodeDecorator):
def __init__(self):
super().__init__()
self._gcode_list = []
def getGCodeList(self):
return self._gcode_list