]> www.fi.muni.cz Git - things.git/commitdiff
hc-src04: text label (req. openscad 2015)
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 16 Apr 2015 08:20:45 +0000 (10:20 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 16 Apr 2015 08:20:45 +0000 (10:20 +0200)
hc-sr04.scad

index 18a15fd3361d9419a260ecd5979186198b43a171..2e040ffd1bcf14f8c998497ea5cc134540708a56 100644 (file)
@@ -81,5 +81,12 @@ difference() {
                translate([pcb_x/2+1+wall, -3/2, -eps])
                        cube([3, 3, wall + 2*eps]);
        }
+       // text
+       translate([0, 3, pcb_h + cyl_h + eps])
+               rotate([0, 0, 90])
+               linear_extrude(height=wall)
+               text("CVT FI", font="DejaVu Sans:style=Bold", size=5,
+                       halign="center", valign="center");
+
 }
-       
+