Remove fill from fp_rect

This commit is contained in:
Marco Massarelli 2023-06-11 23:51:18 +02:00
parent 0b3ee7c54c
commit db55d2a443
1 changed files with 2 additions and 2 deletions

View File

@ -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")