The light is ready to print with an arbitrary stand for the bell and howell projector.

This commit is contained in:
mmcw-dev 2018-01-15 22:59:48 -05:00
parent 2934e70bd1
commit 234b2b89dc
2 changed files with 5 additions and 4 deletions

View File

@ -12,4 +12,5 @@ color("green") diffuser_mount();
//translate ([0, -20, 0]) rotate([90, 90, 0]) color("red") diffuser_insert();
//translate ([0, -20, 0]) rotate([90, 90, 0]) color("red") diffuser_spacer();
//rotate([0, 0, 90]) flashlight_mount();
//translate([0, -8.5, 0]) rotate([0, 0, 90]) impromptu_mount();
//translate([0, -8.5, 0]) rotate([0, 0, 90]) impromptu_mount();
//translate([30, -8.5, 0]) rotate([0, 0, 90]) flashlight_mount_cap();

View File

@ -489,9 +489,9 @@ module flashlight_mount_cap (DEBUG = false) {
translate([0, 0, 0]) rotate([90, 0, 0]) {
difference () {
union () {
translate([0, 0, 0]) cylinder(r = 9, h = 7, center = true);
translate([-6, 0, 0]) cube([12, 18, 7], center = true);
translate([-10.75, 0, -3]) cube([2.5, 18, 11], center = true);
translate([0, 0, 0]) cylinder(r = 11, h = 7, center = true);
translate([-6, 0, 0]) cube([12, 22, 7], center = true);
translate([-11.5, 0, -3]) cube([4, 22, 13], center = true);
}
difference () {
translate([0, 0, -(7 - 4.5) / 2 - .1]) cylinder(r = ROD_D / 2, h = 4.5, center = true);