From 637f793f48d2f53e7ee6f1b71068a247dce734bb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 25 Mar 2016 14:03:49 +0100 Subject: [PATCH] Simplified some of the inheritance functions --- resources/machines/fdmprinter.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index f83b1e6807..78a98394ae 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -857,7 +857,7 @@ "max_value_warning": "150", "default": 30, "visible": false, - "inherit_function": "parent_value / 60 * 30", + "inherit_function": "parent_value / 2", "children": { "speed_wall_0": { "label": "Outer Wall Speed", @@ -878,7 +878,7 @@ "max_value_warning": "150", "default": 60, "visible": false, - "inherit_function": "speed_print" + "inherit_function": "parent_value * 2" } } }, @@ -891,7 +891,7 @@ "max_value_warning": "150", "default": 30, "visible": false, - "inherit_function": "parent_value / 60 * 30" + "inherit_function": "parent_value / 2" }, "speed_support": { "label": "Support Speed", @@ -928,7 +928,7 @@ "max_value_warning": "150", "visible": false, "enabled": "support_roof_enable", - "inherit_function": "parent_value / 60 * 40", + "inherit_function": "parent_value / 1.5", "global_only": true } }