Work on lamp

This commit is contained in:
Matt McWilliams 2024-10-12 20:31:58 -04:00
parent 2823df7562
commit 2a6cfae60c
1 changed files with 4 additions and 4 deletions

View File

@ -1170,7 +1170,7 @@ module lamp_LEDs (pos = [0, 0, 0], rot = [0, 0, 0]) {
translate([0, -LightChannelY / 2, 0]) difference() { translate([0, -LightChannelY / 2, 0]) difference() {
cube([15, LightChannelY, 18], center = true); cube([15, LightChannelY, 18], center = true);
translate([0, 7.6, 0]) cube([11, LightChannelY, 18 + 1], center = true); //translate([0, 7.6, 0]) cube([11, LightChannelY, 18 + 1], center = true);
translate([0, -1, 0]) cube([5, LightChannelY, 18 + 1], center = true); translate([0, -1, 0]) cube([5, LightChannelY, 18 + 1], center = true);
//void for diffusion //void for diffusion
translate([0, (LightChannelY / 2) -18.9, 0]) cube([12, 0.5, 18 + 1], center = true); translate([0, (LightChannelY / 2) -18.9, 0]) cube([12, 0.5, 18 + 1], center = true);
@ -1178,11 +1178,11 @@ module lamp_LEDs (pos = [0, 0, 0], rot = [0, 0, 0]) {
translate([6.5, (LightChannelY / 2) -18.9, 2]) cube([3, 1.5, 18], center = true); translate([6.5, (LightChannelY / 2) -18.9, 2]) cube([3, 1.5, 18], center = true);
translate([-6.5, (LightChannelY / 2) -18.9, 2]) cube([3, 1.5, 18], center = true); translate([-6.5, (LightChannelY / 2) -18.9, 2]) cube([3, 1.5, 18], center = true);
translate([3.1, (LightChannelY / 2) + LEDOffsetY, 0]) rotate([0, 0, -7.5]) cube([LampGateX - 4.2, 15.5, 18 + 1], center = true); translate([3.1, (LightChannelY / 2) + LEDOffsetY, 0]) rotate([0, 0, -7.5]) cube([LampGateX - 4.2, 28, 18 + 1], center = true);
translate([-3.1, (LightChannelY / 2) + LEDOffsetY, 0]) rotate([0, 0, 7.5]) cube([LampGateX - 4.2, 15.5, 18 + 1], center = true); translate([-3.1, (LightChannelY / 2) + LEDOffsetY, 0]) rotate([0, 0, 7.5]) cube([LampGateX - 4.2, 28, 18 + 1], center = true);
//bevel light //bevel light
translate([0, (LightChannelY / 2) - 18.9 + 2.5, 0]) rotate([0, 0, 45]) cube([7, 7, 18 + 1], center = true); translate([0, (LightChannelY / 2) - 18.9 + 2.5, 0]) rotate([0, 0, 45]) cube([6.5, 6.5, 18 + 1], center = true);
//slide for gate //slide for gate
translate([0, (LightChannelY / 2) -22, 0]) cube([8, 2, 18 + 1], center = true); translate([0, (LightChannelY / 2) -22, 0]) cube([8, 2, 18 + 1], center = true);