mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Add mime types to GCodeWriter plugin
This commit is contained in:
parent
078295d6e1
commit
2f2cef54a9
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ def getMetaData():
|
|||
|
||||
"mesh_writer": {
|
||||
"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…
Add table
Add a link
Reference in a new issue