Merge branch 'mb-anchor-skin-in-infill' of https://github.com/smartavionics/Cura into smartavionics-mb-anchor-skin-in-infill

This commit is contained in:
Tim Kuipers 2017-03-03 12:15:44 +01:00
commit ca9c32c0aa

View file

@ -1243,6 +1243,61 @@
"minimum_value": "0",
"default_value": 0,
"settable_per_mesh": true
},
"expand_skins_into_infill":
{
"label": "Expand Skins Into Infill",
"description": "Expand skin areas into the infill behind walls. By default, skins stop under the wall lines that surround infill but this can lead to holes appearing when the infill density is low. This setting extends the skins beyond the wall lines so that the skins become anchored in the infill.",
"type": "bool",
"default_value": false,
"settable_per_mesh": true,
"children":
{
"expand_upper_skins":
{
"label": "Expand Upper Skins",
"description": "Expand upper skin areas (areas with air above) so that they are anchored by the infill layers above and below.",
"type": "bool",
"default_value": false,
"value": "expand_skins_into_infill",
"enabled": "expand_skins_into_infill",
"settable_per_mesh": true
},
"expand_lower_skins":
{
"label": "Expand Lower Skins",
"description": "Expand lower skin areas (areas with air below) so that they are anchored by the infill layers above and below.",
"type": "bool",
"default_value": false,
"value": "expand_skins_into_infill",
"enabled": "expand_skins_into_infill",
"settable_per_mesh": true
},
"expand_skins_expand_distance":
{
"label": "Skin Expand Distance",
"description": "The distance the skins are expanded into the infill. The default distance is enough to bridge the gap between the infill lines and will stop holes appearing in the skin where it meets the wall when the infill density is low. A smaller distance will often be sufficient.",
"unit": "mm",
"type": "float",
"default_value": 1.0,
"value": "infill_line_distance * 1.4",
"minimum_value": "0",
"enabled": "expand_skins_into_infill",
"settable_per_mesh": true
},
"min_skin_width_for_expansion":
{
"label": "Minimum Skin Width For Expansion",
"description": "Skin areas narrower than this are not expanded. This avoids expanding the narrow skin areas that are created when the model surface has a slope close to the vertical.",
"unit": "mm",
"type": "float",
"default_value": 0,
"value": "wall_thickness * 0.5",
"minimum_value": "0",
"enabled": "expand_skins_into_infill",
"settable_per_mesh": true
}
}
}
}
},