mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Do not make the "processing list of sliced objects" job visible
This commit is contained in:
parent
e5e621e511
commit
b02e98696f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import struct
|
|||
|
||||
class ProcessSlicedObjectListJob(Job):
|
||||
def __init__(self, message):
|
||||
super().__init__(description = 'Processing sliced object', visible = True)
|
||||
super().__init__(description = 'Processing sliced object')
|
||||
self._message = message
|
||||
self._scene = Application.getInstance().getController().getScene()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue