Skip to content

Commit

Permalink
Production plate for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkus committed Feb 6, 2024
1 parent edce1ce commit 0142f8f
Show file tree
Hide file tree
Showing 93 changed files with 60,146 additions and 536,983 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
with:
config: kicad/plate/config.kibot.yaml
dir: 'plate/classic'
board: 'kicad/plate/le_capybara_plate.kicad_pcb'
board: 'kicad/plate/config.kibot.yaml'
verbose: 0
continue-on-error: true

- name: generate plate files (3 thumbs)
uses: INTI-CMNB/KiBot@v2_k7
with:
config: kicad/plate_3_thumbs/config.kibot.yaml
dir: 'plate/3-thumbs'
board: 'kicad/plate_3_thumbs/plate_3_thumbs.kicad_pcb'
config: kicad/plate_36keys/config.kibot.yaml
dir: 'plate/36-keys'
board: 'kicad/plate_36keys/plate_36keys.kicad_pcb'
verbose: 0
continue-on-error: true

Expand Down
21 changes: 10 additions & 11 deletions kicad/plate/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,15 @@ outputs:
layers:
- Edge.Cuts

- name: drill_notes
comment: Fabrication notes
type: pcb_print
options:
pages:
- layers:
- Edge.Cuts
- User.1

- name: 'step'
comment: "PCB STEP file"
type: step
Expand All @@ -27,16 +36,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 0142f8f

Please sign in to comment.