Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-05-11 16:30:24 +0300
committerGhostkeeper <rubend@tutanota.com>2017-05-11 16:30:24 +0300
commit30321607d0b43d9eb9ba14952add5623339a8e9c (patch)
tree3417ee351cd3835c0ad7209588ede65b4985c67f /plugins/VersionUpgrade/VersionUpgrade25to26
parent22cfaddba528c4c1cdef162be162a58fb3d60b52 (diff)
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.
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade25to26')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade25to26/VersionUpgrade25to26.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade25to26/VersionUpgrade25to26.py b/plugins/VersionUpgrade/VersionUpgrade25to26/VersionUpgrade25to26.py
index bfcf8c9828..f354c24f7d 100644
--- a/plugins/VersionUpgrade/VersionUpgrade25to26/VersionUpgrade25to26.py
+++ b/plugins/VersionUpgrade/VersionUpgrade25to26/VersionUpgrade25to26.py
@@ -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.