mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:39:06 +08:00
Fixed upgrade settings
There were some redundant tree settings: - support_tree_branch_distance - support_tree_collision_resolution
This commit is contained in:
parent
b67d29e3fa
commit
ff7d75374a
@ -31,6 +31,8 @@ _REMOVED_SETTINGS = {
|
||||
"wireframe_roof_drag_along",
|
||||
"wireframe_roof_outer_delay",
|
||||
"wireframe_nozzle_clearance",
|
||||
"support_tree_branch_distance",
|
||||
"support_tree_collision_resolution",
|
||||
}
|
||||
|
||||
_RENAMED_PROFILES = {
|
||||
|
@ -236,7 +236,6 @@
|
||||
"support_skip_some_zags": { "default_value": true },
|
||||
"support_skip_zag_per_mm": { "default_value": 10 },
|
||||
"support_top_distance": { "value": "0.2" },
|
||||
"support_tree_collision_resolution": { "value": "0.2" },
|
||||
"support_xy_distance": { "default_value": 0.6 },
|
||||
"support_xy_distance_overhang": { "value": "0.5" },
|
||||
"support_z_distance": { "default_value": 0.2 },
|
||||
|
@ -249,10 +249,8 @@ support_roof_extruder_nr
|
||||
support_bottom_extruder_nr
|
||||
support_structure
|
||||
support_tree_angle
|
||||
support_tree_branch_distance
|
||||
support_tree_branch_diameter
|
||||
support_tree_branch_diameter_angle
|
||||
support_tree_collision_resolution
|
||||
support_type
|
||||
support_angle
|
||||
support_pattern
|
||||
|
Loading…
x
Reference in New Issue
Block a user