Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-03-15 18:45:04 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-15 18:53:26 +0300
commit40ba06f011eccbe0f12d1b42beccc4dfe83f7cb2 (patch)
treefd62cab9173c30e3f5945646f1afa82512cd923c /resources/definitions/bq_hephestos_xl.def.json
parent9de114c73ab5976466cc222851666525c054bd6d (diff)
Fix output type of BQ Hephestos
That application/x-code may actually be the XCode application or something? Whatever, it should be x-gcode...
Diffstat (limited to 'resources/definitions/bq_hephestos_xl.def.json')
-rw-r--r--resources/definitions/bq_hephestos_xl.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/bq_hephestos_xl.def.json b/resources/definitions/bq_hephestos_xl.def.json
index 75b756c71e..08be4b8d34 100644
--- a/resources/definitions/bq_hephestos_xl.def.json
+++ b/resources/definitions/bq_hephestos_xl.def.json
@@ -6,7 +6,7 @@
"visible": true,
"manufacturer": "BQ",
"author": "BQ",
- "file_formats": "text/x-code",
+ "file_formats": "text/x-gcode",
"platform": "bq_hephestos_platform.stl",
"platform_offset": [ 0, -82, 0]
},