diff --git a/Housing/RP2350_MIDI_Lighter_Housing.scad b/Housing/RP2350_MIDI_Lighter_Housing.scad index 090302d..36708d1 100644 --- a/Housing/RP2350_MIDI_Lighter_Housing.scad +++ b/Housing/RP2350_MIDI_Lighter_Housing.scad @@ -7,7 +7,7 @@ include include -Show_FAD_Logo = false; +Show_FAD_Logo = true; Show_PCB = false; Audio_Jack_Present = false; Debug_Present = false; @@ -26,10 +26,10 @@ if(Show_PCB) // Only for display purposes // translate([0, 0, eps]) -// Top(); +Top(); // Top_Wall(); -Bottom(Bottom_Mount, true); +// Bottom(Bottom_Mount, true); // Bottom_Wall(); // rotate([0, 180, 0]) // translate([0, 0, eps]) Display_GC9A01A_Cover();