From 65f297070f2fa37a80fa908b7090044a160267a6 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 26 Jan 2020 18:08:43 +0800 Subject: [PATCH] use scad --- src/pixel/px_ascii.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pixel/px_ascii.scad b/src/pixel/px_ascii.scad index 985a3162..de0163f3 100644 --- a/src/pixel/px_ascii.scad +++ b/src/pixel/px_ascii.scad @@ -8,6 +8,8 @@ * **/ +use ; + function px_ascii(char, center = false, invert = false) = let(code = ord(char)) assert(code > 31 && code < 127, "not printable character")