mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:39:00 +08:00
JSON fix: lil indent (CURA-1506)
This commit is contained in:
parent
94dcacb27e
commit
611c88c630
@ -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…
x
Reference in New Issue
Block a user