Fix duplicate thru-hole pads in reversible config
This commit is contained in:
parent
53cf523915
commit
512eeaa1d1
|
|
@ -136,7 +136,6 @@ module.exports = {
|
|||
)
|
||||
(width 0))
|
||||
))
|
||||
(pad "" thru_hole circle (at -3.81 2.062 ${p.rot}) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask"))
|
||||
(pad "" smd custom (at -1.27 0.254 ${180 + p.rot}) (size 0.1 0.1) (layers "F.Cu" "F.Mask")
|
||||
(clearance 0.1) (zone_connect 0)
|
||||
(options (clearance outline) (anchor rect))
|
||||
|
|
@ -165,7 +164,6 @@ module.exports = {
|
|||
)
|
||||
(width 0))
|
||||
))
|
||||
(pad "" thru_hole circle (at -1.27 2.062 ${p.rot}) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask"))
|
||||
(pad "" smd custom (at 1.27 0.254 ${180 + p.rot}) (size 0.1 0.1) (layers "F.Cu" "F.Mask")
|
||||
(clearance 0.1) (zone_connect 0)
|
||||
(options (clearance outline) (anchor rect))
|
||||
|
|
@ -194,7 +192,6 @@ module.exports = {
|
|||
)
|
||||
(width 0))
|
||||
))
|
||||
(pad "" thru_hole circle (at 1.27 2.062 ${p.rot}) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask"))
|
||||
(pad "" smd custom (at 3.81 0.254 ${180 + p.rot}) (size 0.1 0.1) (layers "F.Cu" "F.Mask")
|
||||
(clearance 0.1) (zone_connect 0)
|
||||
(options (clearance outline) (anchor rect))
|
||||
|
|
@ -223,7 +220,6 @@ module.exports = {
|
|||
)
|
||||
(width 0))
|
||||
))
|
||||
(pad "" thru_hole circle (at 3.81 2.062 ${p.rot}) (size 1.7526 1.7526) (drill 1.0922) (layers "*.Cu" "*.Mask"))
|
||||
(pad 1 smd custom (at -3.81 -0.762 ${180 + p.rot}) (size 1.2 0.5) (layers "B.Cu" "B.Mask") ${p.P1.str}
|
||||
(clearance 0.1) (zone_connect 0)
|
||||
(options (clearance outline) (anchor rect))
|
||||
|
|
|
|||
Loading…
Reference in New Issue