aboutsummaryrefslogtreecommitdiff
path: root/lib/faces/digits.scad
diff options
context:
space:
mode:
Diffstat (limited to 'lib/faces/digits.scad')
-rw-r--r--lib/faces/digits.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/faces/digits.scad b/lib/faces/digits.scad
new file mode 100644
index 0000000..b601452
--- /dev/null
+++ b/lib/faces/digits.scad
@@ -0,0 +1,7 @@
+
+module digits(l, n, font) {
+ file = str("../lib/faces/img/",font,"/",n,".dxf");
+ translate([0, 0, -1]) linear_extrude(height=2) scale(l/40)
+ translate([-20, -20, 0]) import(file);
+}
+