mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Move version upgrade for intents from 4.1-4.2 to 4.3-4.4
CURA-6599
This commit is contained in:
parent
f8472d6414
commit
e9862fb348
1022 changed files with 1174 additions and 1031 deletions
|
|
@ -147,7 +147,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 = 9
|
||||
SettingVersion = 10
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue