From 27967a1531009b52882f3cdd6c094c8e7002b0d3 Mon Sep 17 00:00:00 2001 From: Mark Burton Date: Wed, 30 Aug 2017 19:19:16 +0100 Subject: [PATCH] Tweak z_seam_corner option strings and the descriptive blurb. --- resources/definitions/fdmprinter.def.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 36baf6dbfc..c45de63eab 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1262,14 +1262,14 @@ "z_seam_corner": { "label": "Seam Corner Preference", - "description": "Control whether corners on the model outline influence the position of the seam.", + "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.", "type": "enum", "options": { - "z_seam_corner_none": "Ignore Corners", - "z_seam_corner_inner": "Inner Corners", - "z_seam_corner_outer": "Outer Corners", - "z_seam_corner_any": "Any Corner" + "z_seam_corner_none": "No Influence", + "z_seam_corner_inner": "Hide Seam", + "z_seam_corner_outer": "Expose Seam", + "z_seam_corner_any": "Hide or Expose Seam" }, "default_value": "z_seam_corner_inner", "enabled": "z_seam_type != 'random'",