mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
reduce minimum support xy distance
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
This commit is contained in:
parent
a42a15199f
commit
b14774292f
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@
|
|||
"value": "1"
|
||||
},
|
||||
"support_xy_distance_overhang": {
|
||||
"value": "wall_line_width_0"
|
||||
"value": "0.2"
|
||||
},
|
||||
"minimum_support_area": {
|
||||
"value": "(2 + support_offset)**2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue