reorder font arguments on PCB to match others
This commit is contained in:
parent
7e4e1ab121
commit
6b91772037
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user