mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:59:03 +08:00
The seam corner setting is now available for all seam types except random.
This commit is contained in:
parent
ea93105079
commit
8c599c4869
@ -1272,7 +1272,7 @@
|
||||
"z_seam_corner_any": "Any Corner"
|
||||
},
|
||||
"default_value": "z_seam_corner_inner",
|
||||
"enabled": "z_seam_type == 'back' or z_seam_type == 'sharpest_corner'",
|
||||
"enabled": "z_seam_type != 'random'",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user