mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 06:27:26 -06:00
Add upgrade script for 2.7 to 3.0
CURA-4270 Changes for the Skin Pre-shrink settings requires upgrade.
This commit is contained in:
parent
a67a0f161b
commit
e9551d2173
3 changed files with 108 additions and 4 deletions
|
@ -104,7 +104,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 = 2
|
||||
SettingVersion = 3
|
||||
|
||||
class ResourceTypes:
|
||||
QmlFiles = Resources.UserType + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue