From 49592ddf876fbcf64d400ebd9673cb27a468dab1 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 16 Jul 2015 13:48:44 +0200 Subject: [PATCH] rename setting initial layer thickness to initial layer height --- resources/settings/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index e42aa36677..dec67ad720 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -46,8 +46,8 @@ "max_value_warning": 0.32 }, "layer_height_0": { - "label": "Initial Layer Thickness", - "description": "The layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier.", + "label": "Initial Layer Height", + "description": "The layer height of the bottom layer. A thicker bottom layer makes sticking to the bed easier.", "unit": "mm", "type": "float", "default": 0.3,