mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 10:33:15 +08:00
Set gcode_list for Scene after loading gcode
CURA-3604
This commit is contained in:
parent
2158826e06
commit
ef666aac88
@ -336,6 +336,8 @@ class GCodeReader(MeshReader):
|
|||||||
gcode_list_decorator.setGCodeList(gcode_list)
|
gcode_list_decorator.setGCodeList(gcode_list)
|
||||||
scene_node.addDecorator(gcode_list_decorator)
|
scene_node.addDecorator(gcode_list_decorator)
|
||||||
|
|
||||||
|
Application.getInstance().getController().getScene().gcode_list = gcode_list
|
||||||
|
|
||||||
Logger.log("d", "Finished parsing %s" % file_name)
|
Logger.log("d", "Finished parsing %s" % file_name)
|
||||||
self._message.hide()
|
self._message.hide()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user