Fillet properly

This commit is contained in:
Roberto Alsina 2023-03-30 17:47:43 -03:00
parent d5f4a1f358
commit a5274c0534
1 changed files with 1 additions and 1 deletions

View File

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