mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fixed small typo in nothing to slice
CURA-7277
This commit is contained in:
parent
3887814660
commit
43ab23439b
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
self._error_message = Message(catalog.i18nc("@info:status", "Please review settings and check if your models:"
|
self._error_message = Message(catalog.i18nc("@info:status", "Please review settings and check if your models:"
|
||||||
"\n- Fit within the build volume"
|
"\n- Fit within the build volume"
|
||||||
"\n- Are assigned to an enabled extruder"
|
"\n- Are assigned to an enabled extruder"
|
||||||
"\nr- Are not all set as modifier meshes"),
|
"\n- Are not all set as modifier meshes"),
|
||||||
title = catalog.i18nc("@info:title", "Unable to slice"))
|
title = catalog.i18nc("@info:title", "Unable to slice"))
|
||||||
self._error_message.show()
|
self._error_message.show()
|
||||||
self.setState(BackendState.Error)
|
self.setState(BackendState.Error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue