We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles. Contributes to issue CURA-7118.
@@ -126,7 +126,7 @@ class CuraApplication(QtApplication):
# SettingVersion represents the set of settings available in the machine/extruder definitions.
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
# changes of the settings.
- SettingVersion = 15
+ SettingVersion = 16
Created = False
@@ -6,7 +6,7 @@
"type": "machine",
"author": "Ultimaker",
"manufacturer": "Unknown",
- "setting_version": 15,
+ "setting_version": 16,
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
"visible": false,
"has_materials": true,
@@ -4,7 +4,7 @@ name = Quick
definition = ultimaker_s3
[metadata]
-setting_version = 15
+setting_version = 16
type = intent
intent_category = quick
quality_type = draft
@@ -4,7 +4,7 @@ name = Accurate
intent_category = engineering
quality_type = fast
@@ -4,7 +4,7 @@ name = Visual
intent_category = visual
quality_type = high
quality_type = normal