Skip to content

Commit

Permalink
V1.0
Browse files Browse the repository at this point in the history
Refinement for GB production

- Mounting style updated to tapped plates instead of brass standoff
- Plate and PCB mounting holes are reduced to reduce fabrication cost
  • Loading branch information
sporkus committed Mar 2, 2024
2 parents a365a12 + 13adaee commit 137bf24
Show file tree
Hide file tree
Showing 145 changed files with 358,355 additions and 448,196 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,25 @@ jobs:
uses: INTI-CMNB/KiBot@v2_k7
with:
config: kicad/plate/config.kibot.yaml
dir: 'plate'
board: 'kicad/plate/le_capybara_plate.kicad_pcb'
dir: 'plate/classic'
board: 'kicad/plate/plate.kicad_pcb'
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'
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

- name: generate plate files (asymmetric)
uses: INTI-CMNB/KiBot@v2_k7
with:
config: kicad/plate_asym/config.kibot.yaml
dir: 'plate'
dir: 'plate/asymmetric'
board: 'kicad/plate_asym/plate_asym.kicad_pcb'
verbose: 0
continue-on-error: true
Expand Down
84,132 changes: 41,251 additions & 42,881 deletions documentation/le_capybara-3D.step

Large diffs are not rendered by default.

140 changes: 0 additions & 140 deletions documentation/le_capybara-Edge_Cuts.dxf
Original file line number Diff line number Diff line change
Expand Up @@ -965,16 +965,6 @@ CIRCLE
8
BLACK
10
-14.8511039999999994
20
-15.1570109999999989
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
12.5294949999999989
20
3.7509949999999996
Expand All @@ -985,26 +975,6 @@ CIRCLE
8
BLACK
10
-67.3866309999999942
20
-32.6977890000000002
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
84.5472579999999994
20
-16.1959939999999989
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
-62.7372449999999944
20
5.1174049999999998
Expand Down Expand Up @@ -1055,36 +1025,6 @@ CIRCLE
8
BLACK
10
-82.2256479999999925
20
2.7120139999999999
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
-44.409639999999996
20
-1.9312099999999999
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
-65.0650210000000015
20
-13.7897799999999986
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
104.0356689999999986
20
-18.6013809999999999
Expand Down Expand Up @@ -1115,36 +1055,6 @@ CIRCLE
8
BLACK
10
-46.7374209999999977
20
-20.838397999999998
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
67.3866289999999992
20
-32.6977869999999982
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
-84.5472599999999943
20
-16.1959960000000009
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
20.2213309999999993
20
-52.3926159999999967
Expand All @@ -1155,56 +1065,6 @@ CIRCLE
8
BLACK
10
46.7374189999999956
20
-20.8383959999999995
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
65.0650189999999924
20
-13.7897780000000001
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
82.2256479999999925
20
2.7120139999999999
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
44.409639999999996
20
-1.9312099999999999
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
14.8511039999999994
20
-15.1570109999999989
40
1.0999999999999999
0
CIRCLE
8
BLACK
10
101.7140529999999927
20
0.306622
Expand Down
Binary file modified documentation/le_capybara-bottom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion documentation/le_capybara-ibom.html

Large diffs are not rendered by default.

Binary file modified documentation/le_capybara-schematic.pdf
Binary file not shown.
Binary file modified documentation/le_capybara-top.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions kicad/pcb/analog.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(title_block
(title "Le Capybara")
(date "2023-09-01")
(rev "0.2")
(date "2024-02-21")
(rev "1.0")
(company "sporkus")
)
Expand Down
4 changes: 2 additions & 2 deletions kicad/pcb/key_matrix.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
(title_block
(title "Le Capybara")
(date "2023-09-01")
(rev "0.2")
(date "2024-02-21")
(rev "1.0")
(company "sporkus")
)
Expand Down
Loading

0 comments on commit 137bf24

Please sign in to comment.