lid_front = pcb_front - lid_smaller;
lid_back = pcb_back - lid_smaller;
lid_thickness = 1.8;
-text_depth = 1;
+text_depth = 0.8;
over = 0.1;
$fn = 50;
cube([pcb_left + pcb_width + pcb_right, pcb_front + pcb_length + pcb_back, pcb_thickness]);
}
-bottom();
+// bottom();
// color([1, 0, 1]) pcb();
color([1, 0, 0]) translate([0, 0, box_height]) lid();
// color([0, 0, 1]) translate([0, 0, box_height]) lid_text(0);