mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
482d5d38b7
commit
c6c9047757
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
"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",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 10.0,
|
"default_value": 5.0,
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"minimum_value_warning": "0",
|
"minimum_value_warning": "0",
|
||||||
"maximum_value_warning": "50",
|
"maximum_value_warning": "50",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue