1 Commits
Author SHA1 Message Date
ede1998 90d8173397 re-model left half of housing with bosl2 2026-09-13 19:49:10 +02:00
3 changed files with 74 additions and 75 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ include <common.scad>
use <left-half.scad> use <left-half.scad>
use <right-half.scad> use <right-half.scad>
left_half_creaturedex(); left_half();
right_half_creaturedex(); right_half();
#union() { #union() {
right_half_components(); right_half_components();
+2 -3
View File
@@ -144,8 +144,7 @@ module hinges(joint_axis_length = 80, hinge_thickness = 22) {
} }
} }
module left_half_creaturedex() { module left_half() {
left((w + hinge_thickness) / 2)
diff("holes", "forcekeep") diff("holes", "forcekeep")
// Outer walls // Outer walls
color_this("green") color_this("green")
@@ -221,6 +220,6 @@ module left_half_creaturedex() {
} }
} }
left_half_creaturedex(); left_half();
left(300) left_half_orig(); left(300) left_half_orig();
+2 -2
View File
@@ -106,10 +106,10 @@ module right_half_hinge_only() {
} }
// !right_half_hinge_only(); // !right_half_hinge_only();
module right_half_creaturedex() { module right_half() {
right_half_door_only(); right_half_door_only();
right_half_hinge_only(); right_half_hinge_only();
} }
// right_half_creaturedex(); // right_half();
// #right_half_components(); // #right_half_components();