From 54c1c995eddb70aeaad2093a4bfb5d7ec352ea93 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 3 Mar 2017 12:37:06 +0100 Subject: [PATCH] JSON fix: moved expand_skins_expand_distance and min_skin_width_for_expansion out of illegitimate parent (CURA-3440) --- resources/definitions/fdmprinter.def.json | 48 +++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9b89f07bff..bd7ecfd672 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1272,32 +1272,32 @@ "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 } } + }, + "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 } } },