mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 06:24:27 +08:00
Fixed small typo in nothing to slice
CURA-7277
This commit is contained in:
parent
3887814660
commit
43ab23439b
@ -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…
x
Reference in New Issue
Block a user