Fix PCB gr_text justify syntax
This commit is contained in:
@@ -300,32 +300,32 @@
|
|||||||
(gr_text "Presence Sensor v1.0"
|
(gr_text "Presence Sensor v1.0"
|
||||||
(at 22.5 17.5 0)
|
(at 22.5 17.5 0)
|
||||||
(layer "F.SilkS")
|
(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"
|
(gr_text "github.com/chrisryn"
|
||||||
(at 22.5 19.5 0)
|
(at 22.5 19.5 0)
|
||||||
(layer "F.SilkS")
|
(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"
|
(gr_text "CAM"
|
||||||
(at 22.5 4 0)
|
(at 22.5 4 0)
|
||||||
(layer "F.SilkS")
|
(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"
|
(gr_text "PIR"
|
||||||
(at 3 12 0)
|
(at 3 12 0)
|
||||||
(layer "F.SilkS")
|
(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"
|
(gr_text "mmWave"
|
||||||
(at 42 14 0)
|
(at 42 14 0)
|
||||||
(layer "F.SilkS")
|
(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"
|
(gr_text "USB-C"
|
||||||
(at 22.5 33 0)
|
(at 22.5 33 0)
|
||||||
(layer "F.SilkS")
|
(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)
|
(gr_rect (start 13 0) (end 32 6)
|
||||||
@@ -334,6 +334,6 @@
|
|||||||
(gr_text "ANTENNA KEEP-OUT"
|
(gr_text "ANTENNA KEEP-OUT"
|
||||||
(at 22.5 3 0)
|
(at 22.5 3 0)
|
||||||
(layer "B.SilkS")
|
(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)) )
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user