Upgrader for 5.8 -> 5.9 version.

see jira ticket CURA-12097
This commit is contained in:
Remco Burema 2024-10-01 20:09:04 +02:00
parent b471526607
commit 4b2026e718
7465 changed files with 7634 additions and 7462 deletions

View file

@ -139,7 +139,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 = 23
SettingVersion = 24
Created = False