mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added caution message for g-code reader. CURA-3390
This commit is contained in:
parent
fbc372812c
commit
fb2c318a0a
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
|
@ -312,4 +312,9 @@ class GCodeReader(MeshReader):
|
||||||
|
|
||||||
Logger.log("d", "Loaded %s" % file_name)
|
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
|
return scene_node
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue