Properly default infill_sparse_thickness to layer_height`

Contributes to CURA-323
This commit is contained in:
Arjen Hiemstra 2015-10-26 16:05:00 +01:00
parent dab05e39a5
commit d943bbee31

View file

@ -496,7 +496,8 @@
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default": 0.1, "default": 0.1,
"visible": false "visible": false,
"inherit_function": "layer_height"
}, },
"infill_before_walls": { "infill_before_walls": {
"label": "Infill Before Walls", "label": "Infill Before Walls",