mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:09:03 +08:00
Don't show save to file if not possible to slice
CURA-4525
This commit is contained in:
parent
5dad6cab2c
commit
784a17149f
@ -198,7 +198,6 @@ class CuraEngineBackend(QObject, Backend):
|
||||
self._slice_start_time = time()
|
||||
if not self._build_plates_to_be_sliced:
|
||||
self.processingProgress.emit(1.0)
|
||||
self.backendStateChange.emit(BackendState.Done)
|
||||
Logger.log("w", "Slice unnecessary, nothing has changed that needs reslicing.")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user