reorder font arguments on PCB to match others

This commit is contained in:
Joel Ebel 2018-05-14 15:58:34 -04:00
parent 7e4e1ab121
commit 6b91772037

View File

@ -332,7 +332,7 @@ module Feet() {
translate([PCBLength/2, PCBWidth/2, PCBThick]) { translate([PCBLength/2, PCBWidth/2, PCBThick]) {
color("Olive") { color("Olive") {
linear_extrude(FontThick) { linear_extrude(FontThick) {
text("PCB", halign="center", valign="center", font="Arial black"); text("PCB", font="Arial black", halign="center", valign="center");
} }
} }
} }