From 41103cfca074000bd472b66905e5478adde0a2a6 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 11 Jul 2017 14:37:22 +0200 Subject: [PATCH] Make machine_nozzle_head_distance settable per extruder It won't have an effect on the actual g-code since the engine still requests it from the global stack, but at least the warnings in the log go away. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 45a14cd204..e4252fbc67 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -215,7 +215,7 @@ "default_value": 3, "type": "float", "settable_per_mesh": false, - "settable_per_extruder": false, + "settable_per_extruder": true, "settable_per_meshgroup": false }, "machine_nozzle_expansion_angle":