Merge support_tree_wall_count into support_wall_count

So now the two settings are used as one.

Contributes to issue CURA-7077.
This commit is contained in:
Ghostkeeper 2019-12-23 16:04:37 +01:00
parent dbda415bba
commit 50f64ca696
No known key found for this signature in database
GPG key ID: 37E2020986774393
2 changed files with 4 additions and 20 deletions

View file

@ -7,7 +7,8 @@ from UM.VersionUpgrade import VersionUpgrade
# are overwritten, the key wins. If only the key or the value is overwritten,
# that value is used in the key.
_merged_settings = {
"machine_head_with_fans_polygon": "machine_head_polygon"
"machine_head_with_fans_polygon": "machine_head_polygon",
"support_wall_count": "support_tree_wall_count"
}
class VersionUpgrade44to45(VersionUpgrade):