mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Reduce tree support branch distance dramatically
I've tested a lot with this and found this the most major contributor to the bad surface quality that you're getting with tree support, so I'm reducing the default of this setting.
This commit is contained in:
parent
e0699a0997
commit
c4b98f4760
1 changed files with 1 additions and 1 deletions
|
|
@ -5433,7 +5433,7 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"minimum_value": "0.001",
|
||||
"default_value": 4,
|
||||
"default_value": 1,
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"enabled": "support_tree_enable",
|
||||
"settable_per_mesh": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue