Correct setting version for definition files

Otherwise the container provider actually rejects loading it completely.

Contributes to issue CURA-6270.
This commit is contained in:
Ghostkeeper 2019-03-08 13:32:36 +01:00
parent d72a8581bf
commit 20fc26b8ba
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"type": "extruder", "type": "extruder",
"author": "Ultimaker", "author": "Ultimaker",
"manufacturer": "Unknown", "manufacturer": "Unknown",
"setting_version": 1, "setting_version": 6,
"visible": false, "visible": false,
"position": "0" "position": "0"
}, },

View File

@ -7,7 +7,7 @@
"author": "Ultimaker", "author": "Ultimaker",
"category": "Other", "category": "Other",
"manufacturer": "Unknown", "manufacturer": "Unknown",
"setting_version": 1, "setting_version": 6,
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g", "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
"visible": false, "visible": false,
"has_materials": true, "has_materials": true,