mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
T466: Added correct models switching
This commit is contained in:
parent
2b3f46f49e
commit
3ee83f26c3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class GCODEReader(MeshReader):
|
||||||
scene_node.gcode = True
|
scene_node.gcode = True
|
||||||
backend = Application.getInstance().getBackend()
|
backend = Application.getInstance().getBackend()
|
||||||
backend._pauseSlicing = True
|
backend._pauseSlicing = True
|
||||||
# backend.close()
|
backend.close()
|
||||||
backend.backendStateChange.emit(1)
|
backend.backendStateChange.emit(1)
|
||||||
|
|
||||||
file = open(file_name, "r")
|
file = open(file_name, "r")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue