Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fafb4fc34f
|
+2
-2
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user