From: Jan "Yenya" Kasprzak Date: Thu, 16 Apr 2015 08:20:45 +0000 (+0200) Subject: hc-src04: text label (req. openscad 2015) X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=7a8f6bd13ad4eac8f76a185fa18d78bc792d5b8f;p=things.git hc-src04: text label (req. openscad 2015) --- diff --git a/hc-sr04.scad b/hc-sr04.scad index 18a15fd..2e040ff 100644 --- a/hc-sr04.scad +++ b/hc-sr04.scad @@ -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"); + } - +