From d0b5fe84b8fb6e039652ca0ffabfabfcaf853c79 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 23 Oct 2015 12:16:05 +0200 Subject: [PATCH] Remove infill_sparse_combine setting In discussion, we deemed infill_sparse_thickness more clear to the user and infill_sparse_combine superfluous, since it is really an intermediary value used by the engine to round the thickness up. So now it is actually computed in the engine. Accompanying this commit will be a commit to CuraEngine to remove the setting from the .json file. --- resources/machines/fdmprinter.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 5f918bf047..f5dfa01640 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -496,17 +496,7 @@ "unit": "mm", "type": "float", "default": 0.1, - "visible": false, - "children": { - "infill_sparse_combine": { - "label": "Infill Layers", - "description": "Amount of layers that are combined together to form sparse infill.", - "type": "int", - "default": 1, - "visible": false, - "inherit_function": "math.floor(( parent_value + 0.001) / layer_height)" - } - } + "visible": false }, "infill_before_walls": { "label": "Infill Before Walls",