Remove infill_sparse_combine setting

In discussion, we deemed infill_sparse_thickness more clear to the user and infill_sparse_combine superfluous, since it is really an intermediary value used by the engine to round the thickness up. So now it is actually computed in the engine. Accompanying this commit will be a commit to CuraEngine to remove the setting from the .json file.
This commit is contained in:
Ghostkeeper 2015-10-23 12:16:05 +02:00
parent 495799955f
commit d0b5fe84b8

View File

@ -496,17 +496,7 @@
"unit": "mm",
"type": "float",
"default": 0.1,
"visible": false,
"children": {
"infill_sparse_combine": {
"label": "Infill Layers",
"description": "Amount of layers that are combined together to form sparse infill.",
"type": "int",
"default": 1,
"visible": false,
"inherit_function": "math.floor(( parent_value + 0.001) / layer_height)"
}
}
"visible": false
},
"infill_before_walls": {
"label": "Infill Before Walls",