Takeup can be printed in halves
This commit is contained in:
parent
c019e54e34
commit
ef70952269
|
@ -25,6 +25,9 @@ BOLTSX = 77;
|
||||||
|
|
||||||
M5 = 5;
|
M5 = 5;
|
||||||
|
|
||||||
|
FILTER_X = 55.4;
|
||||||
|
FILTER_Y = 6.5;
|
||||||
|
|
||||||
module block () {
|
module block () {
|
||||||
cube([AX, AY, AZ], center = true);
|
cube([AX, AY, AZ], center = true);
|
||||||
translate([0, -(AY - BY) / 2, (AZ / 2) + (BZ / 2)]) {
|
translate([0, -(AY - BY) / 2, (AZ / 2) + (BZ / 2)]) {
|
||||||
|
@ -70,6 +73,10 @@ module projector_arm () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module filter_holder () {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
module jk_takeup () {
|
module jk_takeup () {
|
||||||
block();
|
block();
|
||||||
translate([0, 0, 1.8]) {
|
translate([0, 0, 1.8]) {
|
||||||
|
@ -101,5 +108,6 @@ module jk_takeup_halves (HALF = "A") {
|
||||||
}
|
}
|
||||||
|
|
||||||
//translate([0, 0, 40]) color("red") original_takeup();
|
//translate([0, 0, 40]) color("red") original_takeup();
|
||||||
jk_takeup_halves();
|
jk_takeup();
|
||||||
|
//jk_takeup_halves();
|
||||||
//color("blue") jk_takeup_halves("B");
|
//color("blue") jk_takeup_halves("B");
|
Loading…
Reference in New Issue