mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Fix output type of BQ Hephestos
That application/x-code may actually be the XCode application or something? Whatever, it should be x-gcode...
This commit is contained in:
parent
9de114c73a
commit
40ba06f011
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue