diff --git a/notebook_nueva/battery_holder.py b/notebook_nueva/battery_holder.py index cca10cf..87b8d7b 100644 --- a/notebook_nueva/battery_holder.py +++ b/notebook_nueva/battery_holder.py @@ -1,5 +1,4 @@ -import cadquery2 as cq -from cadquery2 import exporters +import cadquery as cq cpu_stand_positions = [(0, 0), (58, 0), (58, 49), (0, 49)] diff --git a/notebook_nueva/cpu_holder.py b/notebook_nueva/cpu_holder.py index fa31c19..4d681b2 100644 --- a/notebook_nueva/cpu_holder.py +++ b/notebook_nueva/cpu_holder.py @@ -1,5 +1,4 @@ -import cadquery2 as cq -from cadquery2 import exporters +import cadquery as cq cpu_stand_positions = [(0, 0), (23, 0), (23, 58), (0, 58)] diff --git a/notebook_nueva/left_screen_mount.stl b/notebook_nueva/left_screen_mount.stl index 3af86fc..a9d4f1d 100644 Binary files a/notebook_nueva/left_screen_mount.stl and b/notebook_nueva/left_screen_mount.stl differ diff --git a/notebook_nueva/left_side.stl b/notebook_nueva/left_side.stl index ac7246a..3fdae7e 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 0f16dba..d41729b 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 3680c01..46fc323 100644 --- a/notebook_nueva/modelo.py +++ b/notebook_nueva/modelo.py @@ -1,5 +1,5 @@ -import cadquery2 as cq -from cadquery2 import exporters +import cadquery as cq +from cadquery import exporters import battery_holder import cpu_holder diff --git a/notebook_nueva/right_screen_mount.stl b/notebook_nueva/right_screen_mount.stl index ebc3911..8c2c50b 100644 Binary files a/notebook_nueva/right_screen_mount.stl and b/notebook_nueva/right_screen_mount.stl differ diff --git a/notebook_nueva/right_side.stl b/notebook_nueva/right_side.stl index 44d70ff..a15c07b 100644 Binary files a/notebook_nueva/right_side.stl and b/notebook_nueva/right_side.stl differ diff --git a/notebook_nueva/screen_mount.py b/notebook_nueva/screen_mount.py index e6e4231..bfc187e 100644 --- a/notebook_nueva/screen_mount.py +++ b/notebook_nueva/screen_mount.py @@ -1,5 +1,5 @@ -import cadquery2 as cq -from cadquery2 import exporters +import cadquery as cq +from cadquery import exporters from modelo import ( kbd_height, diff --git a/notebook_nueva/screen_mount.stl b/notebook_nueva/screen_mount.stl index 62385c7..5c2659f 100644 Binary files a/notebook_nueva/screen_mount.stl and b/notebook_nueva/screen_mount.stl differ diff --git a/requirements.txt b/requirements.txt index b401185..85bb7c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cadquery +cadquery2