reduce support join distance

We changed the support join distance, so a smaller value is now better.

CURA-10289/PP-323
This commit is contained in:
Rijk van Manen 2023-02-15 16:21:09 +01:00
parent 482d5d38b7
commit c6c9047757

View File

@ -4996,7 +4996,7 @@
"description": "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one.",
"unit": "mm",
"type": "float",
"default_value": 10.0,
"default_value": 5.0,
"limit_to_extruder": "support_infill_extruder_nr",
"minimum_value_warning": "0",
"maximum_value_warning": "50",