diff --git a/notebook_nueva/left_side.stl b/notebook_nueva/left_side.stl index 1d5fc93..022c4da 100644 Binary files a/notebook_nueva/left_side.stl and b/notebook_nueva/left_side.stl differ diff --git a/notebook_nueva/model.stl b/notebook_nueva/model.stl index 93a144a..f76c00b 100644 Binary files a/notebook_nueva/model.stl and b/notebook_nueva/model.stl differ diff --git a/notebook_nueva/modelo.py b/notebook_nueva/modelo.py index 20830e4..3025f3b 100644 --- a/notebook_nueva/modelo.py +++ b/notebook_nueva/modelo.py @@ -33,13 +33,13 @@ ti_depth = 6.25 # Measured from top-left corner OUTSIDE mounting_pillar_positions = [ (6, 6), - (6, 52), + (6, 48), (120, 6), (170, 6), (width - 6, 6), (width - 6, 30), - (120, 52), - (170, 52), + (120, 48), + (170, 48), ] screen_pillars.init(mounting_pillar_positions, thickness - shell_t) diff --git a/notebook_nueva/right_side.stl b/notebook_nueva/right_side.stl index ee33a6b..183569e 100644 Binary files a/notebook_nueva/right_side.stl and b/notebook_nueva/right_side.stl differ diff --git a/notebook_nueva/screen_pillars.py b/notebook_nueva/screen_pillars.py index 563ba2e..dd74dc4 100644 --- a/notebook_nueva/screen_pillars.py +++ b/notebook_nueva/screen_pillars.py @@ -13,9 +13,7 @@ def init(positions, thickness): { "x": 0, "y": 0, - "shape": cq.Sketch() - .push(positions) - .trapezoid(12, 12, 90, mode="a"), + "shape": cq.Sketch().push(positions).trapezoid(12, 12, 90, mode="a"), "height": thickness, } ]