mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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:"
|
||||
"\n- Fit within the build volume"
|
||||
"\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"))
|
||||
self._error_message.show()
|
||||
self.setState(BackendState.Error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue