]> mj.ucw.cz Git - home-hw.git/commitdiff
BSB Case: Text depth
authorMartin Mares <mj@ucw.cz>
Sun, 1 Mar 2020 09:22:10 +0000 (10:22 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 1 Mar 2020 09:22:10 +0000 (10:22 +0100)
bsb/case/case.scad

index d8f19cee8505db394518ef3013496e19c22a2fbe..63c8b4eee3a278d0eafecb2566daedc978175a7d 100644 (file)
@@ -54,7 +54,7 @@ lid_right = pcb_right - lid_smaller;
 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;
@@ -171,7 +171,7 @@ module pcb() {
                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);