mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:59:02 +08:00
Add mime types to GCodeWriter plugin
This commit is contained in:
parent
078295d6e1
commit
2f2cef54a9
@ -18,7 +18,10 @@ def getMetaData():
|
|||||||
|
|
||||||
"mesh_writer": {
|
"mesh_writer": {
|
||||||
"extension": "gcode",
|
"extension": "gcode",
|
||||||
"description": catalog.i18nc("GCode Writer File Description", "GCode File")
|
"description": catalog.i18nc("GCode Writer File Description", "GCode File"),
|
||||||
|
"mime_types": [
|
||||||
|
"text/x-gcode"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user