Added caution message for g-code reader. CURA-3390

This commit is contained in:
Jack Ha 2017-03-15 11:40:31 +01:00
parent fbc372812c
commit fb2c318a0a

5
plugins/GCodeReader/GCodeReader.py Normal file → Executable file
View file

@ -312,4 +312,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