mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-08 13:29:01 +08: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
@ -233,7 +233,7 @@
|
||||
"value": "2*layer_height"
|
||||
},
|
||||
"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": {
|
||||
"value": "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user