mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-02 16:44:33 -07:00
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:
parent
4c966a1834
commit
41103cfca0
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue