From 8b21efb18bddb0554b2e51c9929adec12a627803 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 6 Jan 2017 15:37:21 +0100 Subject: [PATCH] Correct description of Support Z Distance setting It's rounded up, not down. Contributes to issue CURA-2364. --- 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 e463cb2802..c87a2f9b9e 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -2815,7 +2815,7 @@ "support_z_distance": { "label": "Support Z Distance", - "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded down to a multiple of the layer height.", + "description": "Distance from the top/bottom of the support structure to the print. This gap provides clearance to remove the supports after the model is printed. This value is rounded up to a multiple of the layer height.", "unit": "mm", "type": "float", "minimum_value": "0",