diff --git a/notebook_nueva/keyboard.py b/notebook_nueva/keyboard.py index 595ddde..6454e2d 100644 --- a/notebook_nueva/keyboard.py +++ b/notebook_nueva/keyboard.py @@ -26,7 +26,7 @@ elements = [ "x": 0, "y": 0, "z": 5.5, - "shape": cq.Sketch().push(kbd_pillar_positions).circle(4, mode="a"), + "shape": cq.Sketch().push(kbd_pillar_positions).circle(5, mode="a"), }, # Taller pillars with holes for self-tapping screws { @@ -36,7 +36,7 @@ elements = [ "shape": ( cq.Sketch() .push(kbd_pillar_positions) - .circle(2.2, mode="a") + .circle(2.4, mode="a") .circle(1.1, mode="s") ), }, diff --git a/notebook_nueva/right_side.stl b/notebook_nueva/right_side.stl index 61aee78..6e3d81e 100644 Binary files a/notebook_nueva/right_side.stl and b/notebook_nueva/right_side.stl differ