Takeup can be printed in halves

This commit is contained in:
Matt McWilliams 2022-11-28 13:01:26 -05:00
parent c019e54e34
commit ef70952269
1 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,10 @@ BZ = 5;
BOLTSX = 77;
M5 = 5;
M5 = 5;
FILTER_X = 55.4;
FILTER_Y = 6.5;
module block () {
cube([AX, AY, AZ], center = true);
@ -70,6 +73,10 @@ module projector_arm () {
}
}
module filter_holder () {
}
module jk_takeup () {
block();
translate([0, 0, 1.8]) {
@ -101,5 +108,6 @@ module jk_takeup_halves (HALF = "A") {
}
//translate([0, 0, 40]) color("red") original_takeup();
jk_takeup_halves();
jk_takeup();
//jk_takeup_halves();
//color("blue") jk_takeup_halves("B");