Mcopy light mount improved.

This commit is contained in:
mmcw-dev 2018-02-01 14:00:42 -05:00
parent 96eb24ac6d
commit 1ae6672957
2 changed files with 3 additions and 3 deletions

View File

@ -301,7 +301,7 @@ module impromptu_mount () {
}
difference () {
translate([0, 0, -12.25 + 1]) cube([40, 12, 7], center = true);
translate([0, 0, -12.25 + 2]) cube([40, 17, 9], center = true);
translate([0, 0, -12.5 - 0.5]) scale([4, 1, 1]) rotate([0, -90, 90]) light_diffuser_notch();
}
}

View File

@ -13,7 +13,7 @@ include <./motor.scad>;
//translate ([0, -20, 0]) rotate([90, 90, 0]) color("red") diffuser_insert();
//translate ([0, -10, 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([90, 0, 90]) flashlight_mount_cap();
//translate([0, -9, 0]) cube([15, 15, 15], center = true);
light_fresnel();
//light_fresnel();