From 7af749bdb7c2c4491f5b6aa77b6f00e35a5a6116 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 7 Oct 2015 09:38:32 +0200 Subject: [PATCH] JSON: made top_layers default coincide with its inherited value when parent is set to default --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index b2d2b0a4a4..b83f912572 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -301,7 +301,7 @@ "label": "Top Layers", "description": "This controls the amount of top layers.", "min_value": "0", - "default": 6, + "default": 8, "type": "int", "visible": false, "inherit_function": "0 if infill_sparse_density == 100 else math.ceil(parent_value / layer_height)"