Skip to content

Commit

Permalink
Cleanup, Buck, CAN (#6)
Browse files Browse the repository at this point in the history
* mid-layout

* finished routing

* Kibot (#7)

Add kibot with JLC output generation

* fix 3d, add drc

* fix erc

* fix pcb drc

* drc ignore_unconnected

* attempt to add githash and tag

* add silk githash string

* add silk tag string

* change outputs

---------

Co-authored-by: Jarrod Tuma <jtuma@Jarrods-Laptop.local>
  • Loading branch information
jarrod89 and Jarrod Tuma authored Sep 11, 2024
1 parent 4bcc680 commit c932578
Show file tree
Hide file tree
Showing 48 changed files with 200,843 additions and 22,001 deletions.
50 changes: 50 additions & 0 deletions .github/workflows/kibot_action_quick_start.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: "KiBot GitHub action setup for pocketPSU"

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
pull_request:
paths:
- '**/*.kicad_sch'
- '**/*.kicad_pcb'
- '**/*.kibot.yaml'
- '.github/workflows/kibot_action_quick_start.yml'
repository_dispatch:
types: [run_qs_gha]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
kibot:
name: "KiBot"
runs-on: ubuntu-latest

steps:
- name: Get repo
uses: actions/checkout@v4
with:
# So we can run a diff between last 2 changes
fetch-depth: '0'

- name: Run KiBot
uses: INTI-CMNB/KiBot@v2_k8
with:
# Required - kibot config file
config: elec/pocketPSU_elec_main/pocketPSU.kibot.yaml
schema: elec/pocketPSU_elec_main/pocketPSU_elec_main.kicad_sch
board: elec/pocketPSU_elec_main/pocketPSU_elec_main.kicad_pcb
dir: Generated

# - name: Run KiBot
# uses: INTI-CMNB/KiBot@v2_k8
# with:
# quickstart: YES

- name: Upload results
uses: actions/upload-artifact@v4
with:
name: Automatic_outputs
path: Generated
32,027 changes: 32,027 additions & 0 deletions elec/footprints/footprints.3dshapes/CONN-SMD_GH1.25-WS-4P.step

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions elec/footprints/footprints.3dshapes/CONN-SMD_GH1.25-WS-4P.wrl

Large diffs are not rendered by default.

19,794 changes: 19,794 additions & 0 deletions elec/footprints/footprints.3dshapes/ESOP-8_L4.9-W3.9-P1.27-LS6.0-TL-EP.step

Large diffs are not rendered by default.

Large diffs are not rendered by default.

35,045 changes: 35,045 additions & 0 deletions elec/footprints/footprints.3dshapes/IND-SMD_L6.0-W6.0-H4.5.step

Large diffs are not rendered by default.

440 changes: 440 additions & 0 deletions elec/footprints/footprints.3dshapes/IND-SMD_L6.0-W6.0-H4.5.wrl

Large diffs are not rendered by default.

20,252 changes: 20,252 additions & 0 deletions elec/footprints/footprints.3dshapes/IND-SMD_L8.0-W8.0-YPRH8D43-101M.step

Large diffs are not rendered by default.

Large diffs are not rendered by default.

18,535 changes: 18,535 additions & 0 deletions elec/footprints/footprints.3dshapes/SMA_L4.2-W2.6-LS5.3-RD.step

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions elec/footprints/footprints.3dshapes/SMA_L4.2-W2.6-LS5.3-RD.wrl

Large diffs are not rendered by default.

31,850 changes: 31,850 additions & 0 deletions elec/footprints/footprints.3dshapes/SO-8_L4.9-W3.9-H1.5-LS5.9-P1.27.step

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit c932578

Please sign in to comment.