From 6b91772037936b67c10e2c9bef260d1914c585a3 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Mon, 14 May 2018 15:58:34 -0400 Subject: [PATCH] reorder font arguments on PCB to match others --- files/U_Box_V104_Test_Cleaned.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 7a60ead..6238a73 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -332,7 +332,7 @@ module Feet() { translate([PCBLength/2, PCBWidth/2, PCBThick]) { color("Olive") { linear_extrude(FontThick) { - text("PCB", halign="center", valign="center", font="Arial black"); + text("PCB", font="Arial black", halign="center", valign="center"); } } }