diff --git a/scad/light.scad b/scad/light.scad index 7082ba7..08ccd15 100644 --- a/scad/light.scad +++ b/scad/light.scad @@ -137,11 +137,12 @@ module light_diffuser_notch () { module diffuser_spacer () { $fn = 100; - LEN = 10; + LEN = 15; + THICKNESS = 3; difference () { cylinder(r = 27.9 / 2, h = LEN, center = true); - cylinder(r = 24 / 2, h = LEN + 1, center = true); - translate([0, 0, (LEN / 2) - (2/2) ]) cylinder(r = 26 / 2, h = 2, center = true); + cylinder(r = 23 / 2, h = LEN + 1, center = true); + translate([0, 0, (LEN / 2) - (THICKNESS / 2)]) cylinder(r = 26 / 2, h = THICKNESS, center = true); } } diff --git a/scad/mcopy.scad b/scad/mcopy.scad index 1cdd9c9..6760f49 100644 --- a/scad/mcopy.scad +++ b/scad/mcopy.scad @@ -11,9 +11,9 @@ include <./motor.scad>; //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(); +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(); \ No newline at end of file