diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 06f57a05a2..7bde053913 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -392,7 +392,6 @@ "min_value_warning": "0.6", "type": "float", "visible": true, - "enabled": "False", "children": { "top_thickness": { "label": "Top Thickness", @@ -1329,7 +1328,7 @@ "label": "Minimal Width", "description": "Minimal width to which conical support reduces the support areas. Small widths can cause the base of the support to not act well as foundation for support above.", "unit": "mm", - "default": 3.0, + "default": 5.0, "min_value": "0", "min_value_warning": "machine_nozzle_size * 3", "max_value_warning": "100.0",