mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Upgrade SettingVersion
CURA-11526
This commit is contained in:
parent
2948af3f96
commit
32cf64f90c
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,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 = 22
|
||||
SettingVersion = 23
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue