mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
D6: Changed decorator and swapping to LayerView
This commit is contained in:
parent
647c2f15ba
commit
67ab0cab41
7 changed files with 50 additions and 41 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue