Browse Source

Fix output type of BQ Hephestos

That application/x-code may actually be the XCode application or something? Whatever, it should be x-gcode...
Ghostkeeper 7 years ago
parent
commit
40ba06f011
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/bq_hephestos_xl.def.json

+ 1 - 1
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]
     },