Remove Cubic Subdivision Radius from users' configuration

The setting no longer exists. This removes it from all instance containers and preference files.

Contributes to issue CURA-3427.
This commit is contained in:
Ghostkeeper 2017-05-11 15:30:24 +02:00
parent 22cfaddba5
commit 30321607d0
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -7,7 +7,8 @@ import io #To serialise configparser output to a string.
from UM.VersionUpgrade import VersionUpgrade
_removed_settings = { #Settings that were removed in 2.5.
"start_layers_at_same_position"
"start_layers_at_same_position",
"sub_div_rad_mult"
}
_split_settings = { #These settings should be copied to all settings it was split into.