mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-4557 Minor changes in the message.
This commit is contained in:
parent
ff7e0bf5f9
commit
04c21f3f30
1 changed files with 4 additions and 4 deletions
|
@ -63,11 +63,11 @@ class ModelChecker(QObject, Extension):
|
|||
|
||||
self._caution_message.setText(catalog.i18nc(
|
||||
"@info:status",
|
||||
"Some models may not be printed optimal due to object size and chosen material for models: {model_names}.\n"
|
||||
"Some models may not be printed optimally due to object size and chosen material for models: {model_names}.\n"
|
||||
"Tips that may be useful to improve the print quality:\n"
|
||||
"1) Use rounded corners\n"
|
||||
"2) Turn the fan off (only if the are no tiny details on the model)\n"
|
||||
"3) Use a different material").format(model_names = ", ".join([n.getName() for n in warning_nodes])))
|
||||
"1) Use rounded corners.\n"
|
||||
"2) Turn the fan off (only if there are no tiny details on the model).\n"
|
||||
"3) Use a different material.").format(model_names = ", ".join([n.getName() for n in warning_nodes])))
|
||||
|
||||
return len(warning_nodes) > 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue