Remove fill from fp_rect
This commit is contained in:
parent
0b3ee7c54c
commit
db55d2a443
|
|
@ -342,9 +342,9 @@ module.exports = {
|
|||
`
|
||||
const nice_view_standard = `
|
||||
(fp_rect (start 7 1.3) (end -6.68 -34.7)
|
||||
(width 0.12) (fill none) (layer "Dwgs.User"))
|
||||
(width 0.12) (layer "Dwgs.User"))
|
||||
(fp_rect (start 7 1.3) (end -6.68 -34.7)
|
||||
(width 0.12) (fill none) (layer "F.Fab"))
|
||||
(width 0.12) (layer "F.Fab"))
|
||||
`
|
||||
const nice_view_front = `
|
||||
(fp_text user "GND" (at 2.54 -6.24 90 ) (layer "F.SilkS")
|
||||
|
|
|
|||
Loading…
Reference in New Issue