mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:55:53 +08:00
T466: Hiding backend label
This commit is contained in:
parent
333e501268
commit
41a698959b
@ -90,9 +90,10 @@ class GCODEReader(MeshReader):
|
||||
|
||||
scene_node.getBoundingBox = getBoundingBox
|
||||
scene_node.gcode = True
|
||||
# backend = Application.getInstance().getBackend()
|
||||
backend = Application.getInstance().getBackend()
|
||||
# backend._pauseSlicing = True
|
||||
# backend.backendStateChange.emit(0)
|
||||
# backend.close()
|
||||
backend.backendStateChange.emit(0)
|
||||
|
||||
file = open(file_name, "r")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user