mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON fix: merge went wrong: forgotten comma
This commit is contained in:
parent
43f220278a
commit
f679b1ef68
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"enabled": "retraction_enable",
|
"enabled": "retraction_enable",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true,
|
||||||
"children": {
|
"children": {
|
||||||
"retraction_hop_only_when_collides": {
|
"retraction_hop_only_when_collides": {
|
||||||
"label": "Z Hop Only Over Printed Parts",
|
"label": "Z Hop Only Over Printed Parts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue