mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
JSON setting for "Z Hop After Extruder Switch Height" feature
This commit is contained in:
parent
83f0213aa5
commit
ad2d54546e
1 changed files with 13 additions and 0 deletions
|
|
@ -3529,6 +3529,19 @@
|
|||
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"retraction_hop_after_extruder_switch_height":
|
||||
{
|
||||
"label": "Z Hop After Extruder Switch Height",
|
||||
"description": "The height difference when performing a Z Hop after extruder switch.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 1,
|
||||
"minimum_value_warning": "0",
|
||||
"maximum_value_warning": "10",
|
||||
"enabled": "retraction_enable and retraction_hop_after_extruder_switch",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue