diff --git a/notebook_nueva/hinged_lid.py b/notebook_nueva/hinged_lid.py index 4a09f58..951d92e 100644 --- a/notebook_nueva/hinged_lid.py +++ b/notebook_nueva/hinged_lid.py @@ -2,13 +2,14 @@ import cadquery as cq import dimensions as dim import components.keyboard as keyboard +import components.screen_pillars as screen_pillars from utils import export mounting_pillar_positions = [(x, -y) for x, y in dim.mounting_pillar_positions] mounting_pillars = ( cq.Sketch() .push(mounting_pillar_positions) - .trapezoid(-12, 12, 90, mode="a") + .trapezoid(screen_pillars.pillar_height, screen_pillars.pillar_width, 90, mode="a") .circle(dim.ti_radius, mode="s") .clean() ) diff --git a/notebook_nueva/hinged_lid.stl b/notebook_nueva/hinged_lid.stl index 79d2662..498e4da 100644 Binary files a/notebook_nueva/hinged_lid.stl and b/notebook_nueva/hinged_lid.stl differ diff --git a/notebook_nueva/hinged_lid.svg b/notebook_nueva/hinged_lid.svg index d8966a9..36c3048 100644 --- a/notebook_nueva/hinged_lid.svg +++ b/notebook_nueva/hinged_lid.svg @@ -163,34 +163,34 @@ - - - + + + - + + - - - + + + - - - + + + - - - + + - + + - @@ -203,14 +203,14 @@ - - - - - - - - + + + + + + + + @@ -323,25 +323,25 @@ - - + + - - + + - - - + + + - - - + + + - - + + - - + + @@ -375,14 +375,14 @@ - - - - - - - - + + + + + + + + diff --git a/notebook_nueva/hinged_lid_left.stl b/notebook_nueva/hinged_lid_left.stl index 1509259..afefee9 100644 Binary files a/notebook_nueva/hinged_lid_left.stl and b/notebook_nueva/hinged_lid_left.stl differ diff --git a/notebook_nueva/hinged_lid_right.stl b/notebook_nueva/hinged_lid_right.stl index 94085e3..0a82890 100644 Binary files a/notebook_nueva/hinged_lid_right.stl and b/notebook_nueva/hinged_lid_right.stl differ