Merge pull request #3920 from Ultimaker/CURA-5450_remove_concentric_3d

CURA-5450 remove concentric 3d
This commit is contained in:
jack 2018-06-13 16:55:44 +02:00 committed by GitHub
commit 06f73ac798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
556 changed files with 706 additions and 560 deletions

View file

@ -123,7 +123,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 = 4
SettingVersion = 5
Created = False