mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
JSON fix: lil indent (CURA-1506)
This commit is contained in:
parent
94dcacb27e
commit
611c88c630
1 changed files with 11 additions and 11 deletions
|
|
@ -1028,17 +1028,17 @@
|
||||||
"enabled": "retraction_hop_enabled and travel_avoid_other_parts",
|
"enabled": "retraction_hop_enabled and travel_avoid_other_parts",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"retraction_hop": {
|
"retraction_hop": {
|
||||||
"label": "Z Hop Height",
|
"label": "Z Hop Height",
|
||||||
"description": "The height difference when performing a Z Hop.",
|
"description": "The height difference when performing a Z Hop.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
"minimum_value_warning": "-0.0001",
|
"minimum_value_warning": "-0.0001",
|
||||||
"maximum_value_warning": "10",
|
"maximum_value_warning": "10",
|
||||||
"enabled": "retraction_hop_enabled",
|
"enabled": "retraction_hop_enabled",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"material_standby_temperature":
|
"material_standby_temperature":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue