mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4525 cleanups and change comment and added new-lines
This commit is contained in:
parent
3991dee14c
commit
62487e8ea2
7 changed files with 3 additions and 19 deletions
|
@ -357,19 +357,6 @@ class CuraEngineBackend(QObject, Backend):
|
|||
else:
|
||||
self.backendStateChange.emit(BackendState.NotStarted)
|
||||
|
||||
# Doesn't occur anymore, is handled in slice()
|
||||
# if job.getResult() == StartSliceJob.StartJobResult.NothingToSlice:
|
||||
# if Application.getInstance().platformActivity:
|
||||
# self._error_message = Message(catalog.i18nc("@info:status", "Nothing to slice because none of the models fit the build volume. Please scale or rotate models to fit."),
|
||||
# title = catalog.i18nc("@info:title", "Unable to slice"))
|
||||
# self._error_message.show()
|
||||
# #self.backendStateChange.emit(BackendState.Error)
|
||||
# else:
|
||||
# #self.backendStateChange.emit(BackendState.NotStarted)
|
||||
# pass
|
||||
# self._invokeSlice()
|
||||
# return
|
||||
|
||||
# Preparation completed, send it to the backend.
|
||||
self._socket.sendMessage(job.getSliceMessage())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue