mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-21 22:24:23 +08:00
Added caution message for g-code reader. CURA-3390
This commit is contained in:
parent
132b6aa9d7
commit
fda00d4c9f
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…
x
Reference in New Issue
Block a user