add the gate holder to the lamp

This commit is contained in:
Matt McWilliams 2024-02-18 10:33:09 -05:00
parent 2401fcf8e7
commit faf54221f7
1 changed files with 2 additions and 1 deletions

View File

@ -488,6 +488,7 @@ module lamp_single (pos = [0, 0, 0]) {
//
picture_gate_bracket([0, -7, GateZ]);
}
translate([40, 12, 10]) gate_holder();
}
module lamp_cover (pos = [0, 0, 0]) {
@ -1343,7 +1344,7 @@ module debug () {
electronics_panel([0, -100, -3]);
}
PART = "electronics_panel";
PART = "super_gate";
LIBRARY = true;
if (PART == "panel") {