Remove `(fill none)` not supported by KiCad 5

This commit is contained in:
Marco Massarelli 2023-10-16 12:29:33 -04:00
parent 071b7b448d
commit edb52aeabf
1 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ module.exports = {
(xy -1.6 -1.4)
(xy 1.6 -1.4)
)
(width 0.1) (fill none) (layer "B.CrtYd"))
(width 0.1) (layer "B.CrtYd"))
`
const courtyard_back = `
@ -231,7 +231,7 @@ module.exports = {
(xy -1.6 -1.4)
(xy 1.6 -1.4)
)
(width 0.1) (fill none) (layer "B.CrtYd"))
(width 0.1) (layer "B.CrtYd"))
`
const keepout = `