mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Changed the SettingVersion from CuraApplication.py
CURA-6522_one_at_a_time_overlapping_build_area
This commit is contained in:
parent
94a5b5ef90
commit
caec6ff27c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue