From ec062269070bc3b25d813dc51f682672712739da Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 21 Mar 2016 14:16:37 +0100 Subject: [PATCH] quickfix for fan full at height --- 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 bea07c07fe..93b66694bd 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1132,7 +1132,7 @@ "min_value": "0", "max_value_warning": "100", "visible": false, - "inherit_function": "int((parent_value - layer_height_0 + 0.001) / layer_height)", + "inherit_function": "int((parent_value - layer_height_0 + 0.001) / layer_height) + 1", "global_only": "True" } }