Switch to combo oled and remove nice_view fp_rect
This commit is contained in:
parent
42b106bcce
commit
2e757a441f
|
|
@ -486,8 +486,8 @@ pcbs:
|
|||
params:
|
||||
P3: SCL
|
||||
P4: SDA
|
||||
oled: nice_view
|
||||
reverse: false
|
||||
oled: both
|
||||
reverse: true
|
||||
adjust:
|
||||
shift: [0.5 ks + 10.147, 0.5 kp -0.125 kp - 19.3 - 22.65 - 0.398 + 3.652]
|
||||
|
||||
|
|
|
|||
|
|
@ -341,10 +341,6 @@ 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