Increment setting_version to 18

We now have version 18, where Flsun Super Racer has customised profiles.
Nothing changes in the built-in profiles. It only needs a change in the machine instances.

Contributes to issue CURA-8510.
This commit is contained in:
Ghostkeeper 2021-09-14 16:32:43 +02:00
parent cb47c88b2d
commit 453b666b1d
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
3973 changed files with 3973 additions and 3973 deletions

View file

@ -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 = 17
SettingVersion = 18
Created = False