mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 15:45:09 +08:00
Revert "Tweak z_seam_corner option strings and the descriptive blurb."
This reverts commit 27967a1531009b52882f3cdd6c094c8e7002b0d3.
This commit is contained in:
parent
27967a1531
commit
092bc2f916
@ -1262,14 +1262,14 @@
|
|||||||
"z_seam_corner":
|
"z_seam_corner":
|
||||||
{
|
{
|
||||||
"label": "Seam Corner Preference",
|
"label": "Seam Corner Preference",
|
||||||
"description": "Control whether corners on the model outline influence the position of the seam. When set to Hide Seam, the seam will be located at a nearby inside corner. When set to Expose Seam, the seam will be located at a nearby outside corner. When set to Hide or Expose Seam, the seam will be located at any nearby corner.",
|
"description": "Control whether corners on the model outline influence the position of the seam.",
|
||||||
"type": "enum",
|
"type": "enum",
|
||||||
"options":
|
"options":
|
||||||
{
|
{
|
||||||
"z_seam_corner_none": "No Influence",
|
"z_seam_corner_none": "Ignore Corners",
|
||||||
"z_seam_corner_inner": "Hide Seam",
|
"z_seam_corner_inner": "Inner Corners",
|
||||||
"z_seam_corner_outer": "Expose Seam",
|
"z_seam_corner_outer": "Outer Corners",
|
||||||
"z_seam_corner_any": "Hide or Expose Seam"
|
"z_seam_corner_any": "Any Corner"
|
||||||
},
|
},
|
||||||
"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