mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
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:
parent
22cfaddba5
commit
30321607d0
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue