From 232b2c7ee8aa4049736149b38ab9ff00eb9d726b Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 22 Jul 2022 09:58:36 -0300 Subject: [PATCH] Cable hole was on the wrong side --- monitor/modelo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/modelo.py b/monitor/modelo.py index 5fa524f..aa1a0c0 100644 --- a/monitor/modelo.py +++ b/monitor/modelo.py @@ -71,7 +71,7 @@ screen_base = ( .lineTo(0, height) .close() .extrude(length) - .faces("X") .shell(-shell_t) .edges("|X") .fillet(fillet_s)