mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
Improve wording of warning for too large models
A bit simpler English here. Contributes to issue CURA-4557.
This commit is contained in:
parent
6646d898c2
commit
c7ba9f9e37
@ -64,7 +64,7 @@ class ModelChecker(QObject, Extension):
|
|||||||
def showWarningMessage(self, warning_nodes):
|
def showWarningMessage(self, warning_nodes):
|
||||||
caution_message = Message(catalog.i18nc(
|
caution_message = Message(catalog.i18nc(
|
||||||
"@info:status",
|
"@info:status",
|
||||||
"Some models may not be printed optimal due to object size and material chosen [%s].\n"
|
"Some models may not be printed optimal due to object size and chosen material [%s].\n"
|
||||||
"Tips that may be useful to improve the print quality:\n"
|
"Tips that may be useful to improve the print quality:\n"
|
||||||
"1) Use rounded corners\n"
|
"1) Use rounded corners\n"
|
||||||
"2) Turn the fan off (only if the are no tiny details on the model)\n"
|
"2) Turn the fan off (only if the are no tiny details on the model)\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user