mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
D6: Fixed file naming, removed spaces and fixed decoration calls
This commit is contained in:
parent
9e85d6c894
commit
485e81731f
4 changed files with 12 additions and 12 deletions
|
@ -5,7 +5,7 @@ class GCodeListDecorator(SceneNodeDecorator):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self._gcode_list = []
|
||||
|
||||
|
||||
def getGCodeList(self):
|
||||
return self._gcode_list
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue