From a5274c05349a52506e30a05b4ac0b676f274731e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 30 Mar 2023 17:47:43 -0300 Subject: [PATCH] Fillet properly --- notebook_nueva/hdmi_out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/hdmi_out.py b/notebook_nueva/hdmi_out.py index dc19fd1..65b4916 100644 --- a/notebook_nueva/hdmi_out.py +++ b/notebook_nueva/hdmi_out.py @@ -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), }, ]