Merge branch 'main' into CURA-9838_brim_location

This commit is contained in:
Saumya Jain 2024-03-05 10:51:58 +01:00 committed by GitHub
commit ef1dfb6002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 9590 additions and 7 deletions

View file

@ -181,7 +181,10 @@ class CuraEngineBackend(QObject, Backend):
application.getPreferences().preferenceChanged.connect(self._onPreferencesChanged)
self._slicing_error_message = Message(
text = catalog.i18nc("@message", "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."),
text = catalog.i18nc("@message", "Oops! We encountered an unexpected error during your slicing process. "
"Rest assured, we've automatically received the crash logs for analysis, "
"if you have not disabled data sharing in your preferences. To assist us "
"further, consider sharing your project details on our issue tracker."),
title = catalog.i18nc("@message:title", "Slicing failed"),
message_type = Message.MessageType.ERROR
)