The arbitrary mount allows the diffuser mount to slide along a horizontal axis.

This commit is contained in:
mmcw-dev 2018-01-18 13:49:04 -05:00
parent 51151ea9fe
commit 489df48c17
2 changed files with 8 additions and 3 deletions

View File

@ -296,8 +296,13 @@ module impromptu_mount () {
//notch for cap
translate([-10, 0, 24.5]) cube([15, 15, 15], center = true);
translate([0, 0, -22.25]) cube([45, 45, 15], center = true);
translate([0, 0, -12.5 - 0.5]) scale([4, 1, 1]) rotate([0, -90, 90]) light_diffuser_notch();
}
difference () {
translate([0, 0, -12.25 + 1]) cube([40, 12, 7], center = true);
translate([0, 0, -12.5 - 0.5]) scale([4, 1, 1]) rotate([0, -90, 90]) light_diffuser_notch();
}
translate([0, 0, -17]) cube([8, 8, 5], center = true);
}
translate([0, -46.4, 0]) {
difference() {

View File

@ -7,13 +7,13 @@ include <./motor.scad>;
//translate([0, 2.5, 0]) rotate([90, 0, 0]) color("red") adafruit_pixie();
//translate([0, 6, 0]) color("blue") pixie_mount();
//translate([0, 0, -50]) color("red") fan(35);
color("green") diffuser_mount();
//color("green") diffuser_mount();
//translate([0, 0, -51.2]) light_body35();
//translate([0, 0, 20]) light_vent_top();
//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([90, 0, 90]) flashlight_mount_cap();
//light_fresnel();