From 1c9ed0d5de3f6a17474c826bbc65462328d62e48 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 25 Jun 2015 12:06:05 +0200 Subject: [PATCH] Move initial layer thickness from layer height children into category This makes it possible to have a different initial layer height. Fixes Asana issue 38958940640338 --- resources/settings/fdmprinter.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index 351f92b480..ca5785d046 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -44,20 +44,17 @@ "min_value": 0.0001, "min_value_warning": 0.04, "max_value_warning": 0.32, - "always_visible": true, - "children": { - "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.", - "unit": "mm", - "type": "float", - "default": 0.3, - "min_value": 0.0001, - "min_value_warning": 0.04, - "max_value_warning": 0.32, - "visible": false - } - } + }, + "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.", + "unit": "mm", + "type": "float", + "default": 0.3, + "min_value": 0.0001, + "min_value_warning": 0.04, + "max_value_warning": 0.32, + "visible": false }, "shell_thickness": { "label": "Shell Thickness",