From d943bbee31e3a1635654aa80e1fca06de7f0bd4d Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Mon, 26 Oct 2015 16:05:00 +0100 Subject: [PATCH] Properly default infill_sparse_thickness to layer_height` Contributes to CURA-323 --- resources/machines/fdmprinter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index f5dfa01640..a28a96fd34 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -496,7 +496,8 @@ "unit": "mm", "type": "float", "default": 0.1, - "visible": false + "visible": false, + "inherit_function": "layer_height" }, "infill_before_walls": { "label": "Infill Before Walls",