From 4194a9772f2327e134a6eeb36ef24794d02998d4 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 8 Feb 2016 16:34:56 +0100 Subject: [PATCH] Updates description of support_z_height CURA-788 --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index dda4a2b12e..ad456ad773 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1204,7 +1204,7 @@ }, "support_z_distance": { "label": "Z Distance", - "description": "Distance from the top/bottom of the support to the print. A small gap here makes it easier to remove the support but makes the print a bit uglier. 0.15mm allows for easier separation of the support structure.", + "description": "Distance from the top/bottom of the support to the print. A small gap here makes it easier to remove the support but makes the print a bit uglier. 0.15mm allows for easier separation of the support structure. The value is rounded down to the nearest multiple of the layer height", "unit": "mm", "type": "float", "min_value": "0",