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.
This commit is contained in:
Ghostkeeper 2017-07-11 14:37:22 +02:00
parent 4c966a1834
commit 41103cfca0
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -215,7 +215,7 @@
"default_value": 3, "default_value": 3,
"type": "float", "type": "float",
"settable_per_mesh": false, "settable_per_mesh": false,
"settable_per_extruder": false, "settable_per_extruder": true,
"settable_per_meshgroup": false "settable_per_meshgroup": false
}, },
"machine_nozzle_expansion_angle": "machine_nozzle_expansion_angle":