mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 13:43:14 +08:00
Added caution message for g-code reader. CURA-3390
This commit is contained in:
parent
fbc372812c
commit
fb2c318a0a
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…
x
Reference in New Issue
Block a user