From 8ab765576ff2d78a28b8de6324e7cc9cfc064811 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 29 Jun 2020 11:32:13 +0200 Subject: [PATCH] Attempt at improving documentation of Slicing Tolerance setting Make it more clear that it's about the vertical tolerance only. Also correct the interpretation at the end. Inclusive retains more details, while exclusive makes parts fit better, not the other way around. Contributes to issue #6093. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index babd4cca3e..8483b7a9cb 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -6290,7 +6290,7 @@ "slicing_tolerance": { "label": "Slicing Tolerance", - "description": "How to slice layers with diagonal surfaces. The areas of a layer can be generated based on where the middle of the layer intersects the surface (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the height of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Exclusive retains the most details, Inclusive makes for the best fit and Middle takes the least time to process.", + "description": "Vertical tolerance in the sliced layers. The contours of a layer are normally generated by taking cross sections through the middle of each layer's thickness (Middle). Alternatively each layer can have the areas which fall inside of the volume throughout the entire thickness of the layer (Exclusive) or a layer has the areas which fall inside anywhere within the layer (Inclusive). Inclusive retains the most details, Exclusive makes for the best fit and Middle stays closest to the original surface.", "type": "enum", "options": {