mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:56:05 +08:00
JSON setting for "Z Hop After Extruder Switch Height" feature
This commit is contained in:
parent
83f0213aa5
commit
ad2d54546e
@ -3529,6 +3529,19 @@
|
|||||||
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
"enabled": "retraction_hop_enabled and extruders_enabled_count > 1",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"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…
x
Reference in New Issue
Block a user