mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
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:
parent
dbda415bba
commit
50f64ca696
2 changed files with 4 additions and 20 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue