CURA-4525 Send all build plate gcodes to printer at one press of the button :-)

This commit is contained in:
Jack Ha 2017-11-13 16:27:15 +01:00
parent 040cc31079
commit 8e5e555344
4 changed files with 51 additions and 16 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