Reorder layer and width in fp_rectangle

This commit is contained in:
Marco Massarelli 2023-06-12 00:50:36 +02:00
parent 35c382d3d5
commit 42b106bcce
1 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,10 @@ module.exports = {
))
`
const nice_view_standard = `
(fp_rect (start 7 1.3) (end -6.68 -34.7)
(layer "Dwgs.User") (width 0.12))
(fp_rect (start 7 1.3) (end -6.68 -34.7)
(layer "F.Fab") (width 0.12))
`
const nice_view_front = `
(fp_text user "GND" (at 2.54 -6.24 90 ) (layer "F.SilkS")