From f5c1bd6abdb457a231f59dbf21060774e67e5bb2 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Thu, 3 Aug 2017 13:55:50 +0200 Subject: [PATCH] Add unit "mm" for Support Chunk Size CURA-3957 --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index a52ceecc2b..7c78f1a3ae 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3395,6 +3395,7 @@ "label": "Support Chunk Size", "description": "To skip one connection line in every N mm to make the support structure easier to break away.", "type": "float", + "unit": "mm", "value": "support_line_distance * 5", "minimum_value": "0", "minimum_value_warning": "support_line_distance",