mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Set gcode_list for Scene after loading gcode
CURA-3604
This commit is contained in:
parent
2158826e06
commit
ef666aac88
1 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,8 @@ class GCodeReader(MeshReader):
|
|||
gcode_list_decorator.setGCodeList(gcode_list)
|
||||
scene_node.addDecorator(gcode_list_decorator)
|
||||
|
||||
Application.getInstance().getController().getScene().gcode_list = gcode_list
|
||||
|
||||
Logger.log("d", "Finished parsing %s" % file_name)
|
||||
self._message.hide()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue