mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
Minimum support area was always supposed to be small.
This commit is contained in:
parent
a1f8c3f281
commit
1f722d4de0
@ -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" }
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user