mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:08:59 +08:00
Do not make the "processing list of sliced objects" job visible
This commit is contained in:
parent
e5e621e511
commit
b02e98696f
@ -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…
x
Reference in New Issue
Block a user