mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added caution message for g-code reader. CURA-3390
This commit is contained in:
parent
132b6aa9d7
commit
fda00d4c9f
1 changed files with 5 additions and 0 deletions
5
plugins/GCodeReader/GCodeReader.py
Normal file → Executable file
5
plugins/GCodeReader/GCodeReader.py
Normal file → Executable file
|
@ -327,4 +327,9 @@ class GCodeReader(MeshReader):
|
|||
|
||||
Logger.log("d", "Loaded %s" % file_name)
|
||||
|
||||
caution_message = Message(catalog.i18nc(
|
||||
"@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)
|
||||
caution_message.show()
|
||||
|
||||
return scene_node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue