From 30321607d0b43d9eb9ba14952add5623339a8e9c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 11 May 2017 15:30:24 +0200 Subject: [PATCH] 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. --- .../VersionUpgrade25to26/VersionUpgrade25to26.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.