Fix PCB gr_text justify syntax

This commit is contained in:
root
2026-03-30 12:27:43 -05:00
parent 98fa0d84b9
commit 3cbe4a3dfd

View File

@@ -300,32 +300,32 @@
(gr_text "Presence Sensor v1.0"
(at 22.5 17.5 0)
(layer "F.SilkS")
(effects (font (size 1.2 1.2) (thickness 0.2)) (justify center))
(effects (font (size 1.2 1.2) (thickness 0.2)) )
)
(gr_text "github.com/chrisryn"
(at 22.5 19.5 0)
(layer "F.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify center))
(effects (font (size 0.8 0.8) (thickness 0.15)) )
)
(gr_text "CAM"
(at 22.5 4 0)
(layer "F.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify center))
(effects (font (size 0.8 0.8) (thickness 0.15)) )
)
(gr_text "PIR"
(at 3 12 0)
(layer "F.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify center))
(effects (font (size 0.8 0.8) (thickness 0.15)) )
)
(gr_text "mmWave"
(at 42 14 0)
(layer "F.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify center))
(effects (font (size 0.8 0.8) (thickness 0.15)) )
)
(gr_text "USB-C"
(at 22.5 33 0)
(layer "F.SilkS")
(effects (font (size 0.8 0.8) (thickness 0.15)) (justify center))
(effects (font (size 0.8 0.8) (thickness 0.15)) )
)
(gr_rect (start 13 0) (end 32 6)
@@ -334,6 +334,6 @@
(gr_text "ANTENNA KEEP-OUT"
(at 22.5 3 0)
(layer "B.SilkS")
(effects (font (size 0.6 0.6) (thickness 0.1)) (justify center))
(effects (font (size 0.6 0.6) (thickness 0.1)) )
)
)