mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 05:56:00 +08:00
Add option to prefer hiding in a smarter way
This option prefers hiding, but if no good hiding spot is available it'll expose the seam on the sharpest outer corner. Contributes to issue CURA-6489.
This commit is contained in:
parent
28b04728f1
commit
97203c2dc1
@ -1433,7 +1433,8 @@
|
|||||||
"z_seam_corner_none": "None",
|
"z_seam_corner_none": "None",
|
||||||
"z_seam_corner_inner": "Hide Seam",
|
"z_seam_corner_inner": "Hide Seam",
|
||||||
"z_seam_corner_outer": "Expose Seam",
|
"z_seam_corner_outer": "Expose Seam",
|
||||||
"z_seam_corner_any": "Hide or Expose Seam"
|
"z_seam_corner_any": "Hide or Expose Seam",
|
||||||
|
"z_seam_corner_weighted": "Smart Hiding"
|
||||||
},
|
},
|
||||||
"default_value": "z_seam_corner_inner",
|
"default_value": "z_seam_corner_inner",
|
||||||
"enabled": "z_seam_type != 'random'",
|
"enabled": "z_seam_type != 'random'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user