mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
D6: Fixed gcode loading to scene while undo/redo
This commit is contained in:
parent
fecf23d66d
commit
90f7cebbbb
4 changed files with 24 additions and 4 deletions
|
|
@ -598,6 +598,9 @@ class CuraApplication(QtApplication):
|
|||
continue
|
||||
if node.callDecoration("shouldBlockSlicing"):
|
||||
should_pause = True
|
||||
gcode_list = node.callDecoration("gCodeList")
|
||||
if gcode_list is not None:
|
||||
self.getController().getScene().gcode_list = gcode_list
|
||||
|
||||
count += 1
|
||||
if not scene_bounding_box:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue