Better fillet

This commit is contained in:
Roberto Alsina 2023-04-01 11:31:15 -03:00
parent a6992ed4a6
commit dcc6b3e552
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ holes = [
{
"x": 0,
"y": 4,
"shape": cq.Sketch().trapezoid(13, 5, 90, mode="a").vertices().fillet(2),
"shape": cq.Sketch().trapezoid(13, 5, 90, mode="a").vertices().fillet(1),
},
]