JSON fix: lil indent (CURA-1506)

This commit is contained in:
Tim Kuipers 2016-06-17 16:52:04 +02:00
parent 94dcacb27e
commit 611c88c630

View file

@ -1028,17 +1028,17 @@
"enabled": "retraction_hop_enabled and travel_avoid_other_parts",
"settable_per_mesh": true
},
"retraction_hop": {
"label": "Z Hop Height",
"description": "The height difference when performing a Z Hop.",
"unit": "mm",
"type": "float",
"default_value": 0,
"minimum_value_warning": "-0.0001",
"maximum_value_warning": "10",
"enabled": "retraction_hop_enabled",
"settable_per_mesh": true
}
"retraction_hop": {
"label": "Z Hop Height",
"description": "The height difference when performing a Z Hop.",
"unit": "mm",
"type": "float",
"default_value": 0,
"minimum_value_warning": "-0.0001",
"maximum_value_warning": "10",
"enabled": "retraction_hop_enabled",
"settable_per_mesh": true
}
}
},
"material_standby_temperature":