Reorder layer and width in fp_rectangle
This commit is contained in:
parent
35c382d3d5
commit
42b106bcce
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue