From 0335944118e4c8a74017f204589f11562c56dc74 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 31 Mar 2023 10:10:18 -0300 Subject: [PATCH] Proper fillet --- notebook_nueva/audio_plug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/audio_plug.py b/notebook_nueva/audio_plug.py index 3402948..ae9d316 100644 --- a/notebook_nueva/audio_plug.py +++ b/notebook_nueva/audio_plug.py @@ -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), }, ]