Skip to content

Commit

Permalink
Making production plates
Browse files Browse the repository at this point in the history
- Change EC mounting hole size from 2.2mm clearance to 1.6mm for M2
  tapping
- Reduce hole count for cost reduction
- Add drilling/fabrication notes
  • Loading branch information
sporkus committed Feb 6, 2024
1 parent a365a12 commit a3781e3
Show file tree
Hide file tree
Showing 5 changed files with 10,907 additions and 7,666 deletions.
23 changes: 12 additions & 11 deletions kicad/plate_asym/config.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kibot:

outputs:
- name: edge_cut
comment: PCB edge cut
comment: Plate edge cut
type: dxf
options:
metric_units: true
Expand All @@ -12,6 +12,17 @@ outputs:
layers:
- Edge.Cuts

- name: drill_notes
comment: Fabrication notes
type: pdf
options:
metric_units: true
polygon_mode: false
use_aux_axis_as_origin: true
layers:
- Edge.Cuts
- User.1

- name: 'step'
comment: "PCB STEP file"
type: step
Expand All @@ -27,16 +38,6 @@ outputs:
show_components: none
dpi: 600

- name: pcb_bot_g
comment: "2D Renders - bottom"
type: pcbdraw
options:
output: "%f-%i.%x"
format: jpg
bottom: True
show_components: none
dpi: 600

- name: JLCPCB_gerbers
comment: Gerbers compatible with JLCPCB
type: gerber
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
(footprint "MountingHole_1.6mm_M2_tapped" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(descr "Mounting Hole 2.2mm, no annular, M2")
(tags "mounting hole 2.2mm no annular m2")
(attr exclude_from_pos_files exclude_from_bom)
(fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 174aa71d-32eb-425b-bc46-17c76511a9b9)
)
(fp_text value "MountingHole_1.6mm_M2_tapped" (at 0 3.2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4f444c01-63b0-4f6e-b768-0e7008ac9efa)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp cc498c72-ff76-4ab5-a24e-45217f63acc0)
)
(fp_circle (center 0 0) (end 1.5 0)
(stroke (width 0.1) (type default)) (fill none) (layer "Dwgs.User") (tstamp 4b4dfd3f-685b-41a4-9e36-c975f667d9a3))
(fp_circle (center 0 0) (end 1.1 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp 03f162c7-3eec-44fc-8095-54c34ed5c691))
(fp_circle (center 0 0) (end 1.5 0)
(stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1045a914-6900-4873-af0b-93437f83494d))
(pad "" np_thru_hole circle (at 0 0) (size 1.6 1.6) (drill 1.6) (layers "F&B.Cu" "*.Mask") (tstamp 75b224f0-3010-4e8c-bf32-f95a770c96d9))
)
Loading

0 comments on commit a3781e3

Please sign in to comment.