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_pattern": { "value": "'grid'" },
"support_interface_skip_height": { "value": 0.2 },
"minimum_support_area": { "value": 5 },
"minimum_support_area": { "value": 2 },
"minimum_interface_area": { "value": 10 },
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
"wall_thickness": {"value": "line_width * 2" }

View file

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