mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
CURA-4525 Send all build plate gcodes to printer at one press of the button :-)
This commit is contained in:
parent
040cc31079
commit
8e5e555344
4 changed files with 51 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue