From fa76e9545c9e60c3c0787c4987a6f4bf5de26f18 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 1 Mar 2020 10:22:10 +0100 Subject: [PATCH] BSB Case: Text depth --- bsb/case/case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsb/case/case.scad b/bsb/case/case.scad index d8f19ce..63c8b4e 100644 --- a/bsb/case/case.scad +++ b/bsb/case/case.scad @@ -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); -- 2.39.2