mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:49:03 +08: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
@ -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…
x
Reference in New Issue
Block a user