Proper fillet

This commit is contained in:
Roberto Alsina 2023-03-31 10:10:18 -03:00
parent 80a027b8f1
commit 0335944118
1 changed files with 1 additions and 1 deletions

View File

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