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