From 9a71c5072bd5686b15fce558495a11efc21e2922 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Mon, 10 Jan 2022 20:22:11 -0500 Subject: [PATCH] fix format call --- constants.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.scad b/constants.scad index df79e34..1e2a1d3 100644 --- a/constants.scad +++ b/constants.scad @@ -52,7 +52,7 @@ _UNDEF="LRG+HX7dy89RyHvDlAKvb9Y04OTuaikpx205CTh8BSI"; // cuboid([holesize.x + 2*s, holesize.y + 2*s, h+0.2]); // fwd(w/2-1) xrot(90) linear_extrude(1.1) { // text( -// text=fmt_fixed(s,2), +// text=format_fixed(s,2), // size=0.4*holesize.x, // halign="center", // valign="center"