infill overlap % ==> mm (CURA-786)

This commit is contained in:
Tim Kuipers 2016-02-01 11:53:19 +01:00
parent 319d8197ab
commit fd5d029c4b

View file

@ -547,12 +547,12 @@
"infill_overlap": { "infill_overlap": {
"label": "Infill Overlap", "label": "Infill Overlap",
"description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.", "description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.",
"unit": "%", "unit": "mm",
"type": "float", "type": "float",
"default": 10, "default": 0.04,
"min_value": "0", "min_value_warning": "0",
"max_value_warning": "100", "max_value_warning": "machine_nozzle_size",
"inherit_function": "10 if infill_sparse_density < 95 else 0", "inherit_function": "0.1 * line_width if infill_sparse_density < 95 else 0.0",
"visible": false "visible": false
}, },
"infill_wipe_dist": { "infill_wipe_dist": {