mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
T466: Hiding backend label
This commit is contained in:
parent
333e501268
commit
41a698959b
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue