Skip to content

Commit

Permalink
Merge branch 'main' into cad-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Feb 17, 2023
2 parents abe6522 + 23abe65 commit c491eca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/export-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
generate-bom:
name: Generate BOM
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Generate Short SHA Environment Variable
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-mcad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
export-mcad:
name: Export MCAD
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:

Expand Down
11 changes: 3 additions & 8 deletions pnp/pcb/mobo/vacuum_sensors.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@
(uuid e422e738-11ab-4e51-a526-f1f69a4c1c66)
)
(no_connect (at 201.93 115.57) (uuid 00854572-6c2d-4e70-a540-1d95a249ee36))
(no_connect (at 201.93 113.03) (uuid 00854572-6c2d-4e70-a540-1d95a249ee36))
(wire (pts (xy 167.64 77.47) (xy 167.64 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0512131d-3684-4b0b-912d-ff5dcb726b11)
Expand Down Expand Up @@ -720,10 +723,6 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 13716de3-17fe-4990-b5b1-45db0e664dbd)
)
(label "SC3" (at 201.93 113.03 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 2b4cea34-197d-48ca-b5eb-bb55d472050e)
)
(label "SD1" (at 87.63 124.46 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 35c0640b-3e75-430e-a033-b3a1fdb688d2)
Expand All @@ -740,10 +739,6 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 553da84d-b2a8-4f15-8d0d-0d606bf934e6)
)
(label "SD3" (at 201.93 115.57 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 69782134-4271-4f4d-8b70-85922f5effaf)
)
(label "SD2" (at 201.93 123.19 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 7d615bb0-8845-4cfa-a979-04fb0b73d513)
Expand Down

0 comments on commit c491eca

Please sign in to comment.