mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add setting_version and check against it
This breaks all profiles since they have the wrong setting version, of course. Have to change that in every instance container now... Contributes to issue CURA-3427.
This commit is contained in:
parent
6fd3bc4ba4
commit
0f5814e52f
2 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"author": "Ultimaker B.V.",
|
||||
"category": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"setting_version": 1,
|
||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||
"visible": false,
|
||||
"has_materials": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue