From bae753ba0a7c97d9f56bc1225429ecd88a37c8d8 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 15 Apr 2023 19:52:36 -0300 Subject: [PATCH] Don't modify dim.pillar positions --- notebook_nueva/tandy_lid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_nueva/tandy_lid.py b/notebook_nueva/tandy_lid.py index 4a01618..64e40d3 100644 --- a/notebook_nueva/tandy_lid.py +++ b/notebook_nueva/tandy_lid.py @@ -22,7 +22,7 @@ board_cutout = cq.Sketch().trapezoid( kbd_cable_hole = cq.Sketch().trapezoid(20, 9, 90, mode="a").vertices().fillet(1) # y needs to be inverted because this is the top side, and there's 2 pillars we don't use -dim.mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions[:-2]] +mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions[:-2]] mounting_pillars = ( cq.Sketch()