D6: Changed decorator and swapping to LayerView

This commit is contained in:
Victor Larchenko 2016-12-13 13:39:09 +06:00 committed by Youness Alaoui
parent 647c2f15ba
commit 67ab0cab41
7 changed files with 50 additions and 41 deletions

View file

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