Changed the SettingVersion from CuraApplication.py

CURA-6522_one_at_a_time_overlapping_build_area
This commit is contained in:
Dimitriovski 2019-11-19 15:46:32 +01:00
parent 94a5b5ef90
commit caec6ff27c

View file

@ -145,7 +145,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 = 10
SettingVersion = 11
Created = False