Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <spijker.jelle@gmail.com>2021-07-28 09:45:42 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-07-28 09:45:42 +0300
commit2263969d5f156a3858eead86b18f6b25cb813e2e (patch)
tree3387528e0e067a610c89ea952b6dbd58ffd3349c /plugins/GCodeReader
parent900db57f0f21c27e8ccd5a23671f0cd7dbf6b9e3 (diff)
Updated message with message types
Contributes to CURA-8418
Diffstat (limited to 'plugins/GCodeReader')
-rw-r--r--plugins/GCodeReader/FlavorParser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/GCodeReader/FlavorParser.py b/plugins/GCodeReader/FlavorParser.py
index 09495c527f..56e50d2145 100644
--- a/plugins/GCodeReader/FlavorParser.py
+++ b/plugins/GCodeReader/FlavorParser.py
@@ -500,7 +500,8 @@ class FlavorParser:
"@info:generic",
"Make sure the g-code is suitable for your printer and printer configuration before sending the file to it. The g-code representation may not be accurate."),
lifetime=0,
- title = catalog.i18nc("@info:title", "G-code Details"))
+ title = catalog.i18nc("@info:title", "G-code Details"),
+ message_type = Message.MessageType.WARNING)
caution_message.show()
# The "save/print" button's state is bound to the backend state.