Minimum support area was always supposed to be small.

This commit is contained in:
Remco Burema 2020-01-08 16:28:28 +01:00
parent a1f8c3f281
commit 1f722d4de0
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C
2 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,7 @@
"support_interface_density": { "value": 33.333 }, "support_interface_density": { "value": 33.333 },
"support_interface_pattern": { "value": "'grid'" }, "support_interface_pattern": { "value": "'grid'" },
"support_interface_skip_height": { "value": 0.2 }, "support_interface_skip_height": { "value": 0.2 },
"minimum_support_area": { "value": 5 }, "minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 }, "minimum_interface_area": { "value": 10 },
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
"wall_thickness": {"value": "line_width * 2" } "wall_thickness": {"value": "line_width * 2" }

View File

@ -4521,6 +4521,7 @@
"type": "float", "type": "float",
"default_value": 0.0, "default_value": 0.0,
"minimum_value": "0", "minimum_value": "0",
"maximum_value_warning": "5",
"enabled": "support_enable", "enabled": "support_enable",
"limit_to_extruder": "support_infill_extruder_nr", "limit_to_extruder": "support_infill_extruder_nr",
"settable_per_mesh": true "settable_per_mesh": true