T466: Added correct models switching

This commit is contained in:
Victor Larchenko 2016-10-13 17:32:43 +06:00 committed by Youness Alaoui
parent 2b3f46f49e
commit 3ee83f26c3

View file

@ -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")