mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:45:54 +08:00
T466: Added correct models switching
This commit is contained in:
parent
2b3f46f49e
commit
3ee83f26c3
@ -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…
x
Reference in New Issue
Block a user