mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
increase support horizontal expansion
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
This commit is contained in:
parent
3eab1c221b
commit
fd0aaafe35
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@
|
||||||
"value": "2*layer_height"
|
"value": "2*layer_height"
|
||||||
},
|
},
|
||||||
"support_offset": {
|
"support_offset": {
|
||||||
"value": "2*line_width if support_interface_enable else 0"
|
"value": "support_xy_distance if support_interface_enable else 0"
|
||||||
},
|
},
|
||||||
"support_xy_distance": {
|
"support_xy_distance": {
|
||||||
"value": "1"
|
"value": "1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue