7
mirror of https://github.com/zhiayang/mikoto.git synced 2025-04-21 20:03:23 +00:00
1. remove the power plane fill "outside" the pin headers, since those
   aren't connected well to the main VDD plane
This commit is contained in:
zhiayang 2021-06-10 18:15:09 +08:00
parent 1a817a872e
commit 089cfcc3fa
No known key found for this signature in database
GPG Key ID: 6FD8B20FA323A7D0
10 changed files with 1502 additions and 85012 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
(fp_lib_table
(lib (name footprints)(type KiCad)(uri ${KIPRJMOD}/footprints.pretty)(options "")(descr ""))
(lib (name panelisation)(type KiCad)(uri ${KIPRJMOD}/panelisation.pretty)(options "")(descr ""))
(lib (name "footprints")(type "KiCad")(uri "${KIPRJMOD}/footprints.pretty")(options "")(descr ""))
)

View File

LOADING design file

View File

@ -18,7 +18,7 @@
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"lockedItems": false,
"otherItems": true,
"pads": false,
"text": true,

View File

@ -44,7 +44,7 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": true,
"45_degree_only": false,
"min_clearance": 0.0
}
},

View File

LOADING design file

View File

@ -1,6 +0,0 @@
Panelization.pretty
===================
LAYOUT FILES: KiCad footprints useful for PCB panelization (mouse-bites...).

View File

@ -1,22 +0,0 @@
(module mouse-bite-1mm-slot (layer F.Cu) (tedit 551DB9EF)
(fp_text reference mouse-bite-1mm-slot (at 0 -2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text value VAL** (at 0 2.1) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_circle (center 1.5 0) (end 1.56 0) (layer Dwgs.User) (width 0.05))
(fp_circle (center -1.5 0) (end -1.44 0) (layer Dwgs.User) (width 0.05))
(fp_arc (start 1.5 0) (end 1.5 0.5) (angle 180) (layer F.SilkS) (width 0.1))
(fp_arc (start -1.5 0) (end -1.5 -0.5) (angle 180) (layer F.SilkS) (width 0.1))
(fp_line (start -1.5 0) (end -1.5 0) (layer Eco1.User) (width 1))
(fp_line (start 1.5 0) (end 1.5 0) (layer Eco1.User) (width 1))
(pad "" np_thru_hole circle (at 0.35 -1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -1.15 0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 1.15 0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -1.15 -0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.35 -1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 1.15 -0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.35 1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0.35 1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
)

View File

@ -1,20 +0,0 @@
(module mouse-bite-2.54mm-slot (layer F.Cu) (tedit 551DB929)
(fp_text reference mouse-bite-2.54mm-slot (at 0 -2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text value VAL** (at 0 2.1) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_line (start -2.33 0) (end -2.33 0) (layer Eco1.User) (width 2.54))
(fp_line (start 2.33 0) (end 2.33 0) (layer Eco1.User) (width 2.54))
(fp_arc (start 2.33 0) (end 2.33 1.27) (angle 180) (layer F.SilkS) (width 0.1))
(fp_circle (center 2.33 0) (end 2.33 -0.06) (layer Dwgs.User) (width 0.05))
(fp_circle (center -2.33 0) (end -2.27 0) (layer Dwgs.User) (width 0.05))
(fp_arc (start -2.33 0) (end -2.33 1.27) (angle -180) (layer F.SilkS) (width 0.1))
(pad "" np_thru_hole circle (at 0 -1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0 1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0.8 -1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.8 -1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.8 1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0.8 1.1) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
)

View File

@ -1,20 +0,0 @@
(module mouse-bite-2mm-slot (layer F.Cu) (tedit 5FE97DEF)
(fp_text reference mouse-bite-2mm-slot (at 0 -2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_text value VAL** (at 0 2.1) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.2)))
)
(fp_line (start 2 0) (end 2 0) (layer Eco1.User) (width 2))
(fp_line (start -2 0) (end -2 0) (layer Eco1.User) (width 2))
(fp_circle (center -2 0) (end -2 -0.06) (layer Dwgs.User) (width 0.05))
(fp_circle (center 2 0) (end 2.06 0) (layer Dwgs.User) (width 0.05))
(fp_arc (start -2 0) (end -2 -1) (angle 180) (layer Dwgs.User) (width 0.1))
(fp_arc (start 2 0) (end 2 1) (angle 180) (layer Dwgs.User) (width 0.1))
(pad "" np_thru_hole circle (at 0 -0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0 0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0.75 -0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.75 -0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at -0.75 0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
(pad "" np_thru_hole circle (at 0.75 0.75) (size 0.5 0.5) (drill 0.5) (layers *.Cu *.Mask))
)