Takeup can be printed in halves
This commit is contained in:
parent
c019e54e34
commit
ef70952269
|
@ -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");
|
Loading…
Reference in New Issue