mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Update setting version to 17 for 4.10
CURA-8212
This commit is contained in:
parent
86d84d14e1
commit
2645dc880e
3236 changed files with 3236 additions and 3237 deletions
|
|
@ -129,7 +129,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 = 16
|
||||
SettingVersion = 17
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue