mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Tweak z_seam_corner strings.
This commit is contained in:
parent
d40a317681
commit
438ea142c9
1 changed files with 3 additions and 3 deletions
|
|
@ -1260,14 +1260,14 @@
|
|||
},
|
||||
"z_seam_corner":
|
||||
{
|
||||
"label": "Z Seam Corner Preference",
|
||||
"description": "Control whether corners on the model outline influence the position of the Z-seam.",
|
||||
"label": "Seam Corner Preference",
|
||||
"description": "Control whether corners on the model outline influence the position of the seam.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
{
|
||||
"z_seam_corner_none": "Ignore Corners",
|
||||
"z_seam_corner_inner": "Inner Corners",
|
||||
"z_seam_corner_outer": "Outer corners",
|
||||
"z_seam_corner_outer": "Outer Corners",
|
||||
"z_seam_corner_any": "Any Corner"
|
||||
},
|
||||
"default_value": "z_seam_corner_inner",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue