Update model checker text

CURA-5237
This commit is contained in:
Lipu Fei 2018-04-16 17:21:09 +02:00
parent 4bb6962302
commit e5d795cc0b

View file

@ -63,11 +63,11 @@ class ModelChecker(QObject, Extension):
self._caution_message.setText(catalog.i18nc( self._caution_message.setText(catalog.i18nc(
"@info:status", "@info:status",
"Some models may not be printed optimally due to object size and chosen material for models: {model_names}.\n" "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
"Tips that may be useful to improve the print quality:\n" "<p>{model_names}</p>\n"
"1) Use rounded corners.\n" "<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
"2) Turn the fan off (only if there are no tiny details on the model).\n" "<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
"3) Use a different material.").format(model_names = ", ".join([n.getName() for n in warning_nodes]))) ).format(model_names = ", ".join([n.getName() for n in warning_nodes])))
return len(warning_nodes) > 0 return len(warning_nodes) > 0