Don't show save to file if not possible to slice

CURA-4525
This commit is contained in:
Aleksei S 2018-01-05 15:20:42 +01:00
parent 5dad6cab2c
commit 784a17149f

View file

@ -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