mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
JSON fix: made retraction_hop_only_when_collides and retraction_hop not children of retraction_hop_enabled
retraction_hop_enabled was used by the engine, so it should never become disabled
This commit is contained in:
parent
34ac8cf66f
commit
27f160c220
@ -1236,8 +1236,8 @@
|
||||
"default_value": false,
|
||||
"enabled": "retraction_enable",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true,
|
||||
"children": {
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"retraction_hop_only_when_collides": {
|
||||
"label": "Z Hop Only Over Printed Parts",
|
||||
"description": "Only perform a Z Hop when moving over printed parts which cannot be avoided by horizontal motion by Avoid Printed Parts when Traveling.",
|
||||
@ -1258,8 +1258,6 @@
|
||||
"enabled": "retraction_enable and retraction_hop_enabled",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"material_standby_temperature":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user