Compare commits

..

No commits in common. "57b6fb28ac94911c2c5273f43bbbf171b3f2b397" and "f957b736eb67846cd982c5c7f51d27a3c827fb85" have entirely different histories.

1 changed files with 0 additions and 19 deletions

View File

@ -499,25 +499,6 @@ module takeup_panel_picture (pos = [0, 0, 0]) {
}
}
module corner_foot (pos = [0, 0, 0]) {
H = 20;
D1 = 12;
D2 = 24;
translate(pos) {
difference () {
union() {
translate([0, 20, 0]) cube([20, 60, 6], center = true);
translate([20, 0, 0]) cube([60, 20, 6], center = true);
}
rotate([180, 0, 0]) m3_panel_bolt_void([20, 0, 1]);
rotate([180, 0, 0])m3_panel_bolt_void([40, 0, 1]);
translate([0, 20, 0]) rotate([180, 0, 0]) m3_panel_bolt_void([0, 0, 1]);
translate([0, 40, 0]) rotate([180, 0, 0]) m3_panel_bolt_void([0, 0, 1]);
}
translate([0 , 0, -(6/2) - (H / 2)]) rotate([0, 0, 45]) cylinder(r1 = R(D1), r2 = R(D2), h = H, center = true, $fn = 4);
}
}
module takeup_panel_picture_motor_mount () {
}