Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30180bba2b | ||
|
|
ae4cd16b60 | ||
|
|
e2919f54e8 | ||
|
|
2933a63461 | ||
|
|
1eb59a0b15 | ||
|
|
f7e0e4a472 | ||
|
|
df15c51c45 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
cad/FDM/frame-12.FCStd filter=lfs diff=lfs merge=lfs -text
|
||||
4
.github/workflows/export-bom.yaml
vendored
4
.github/workflows/export-bom.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
sudo apt install python3
|
||||
|
||||
- name: Download repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Generate BOM HTML Page for Release
|
||||
if: github.event_name == 'release'
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
- name: upload BOM results
|
||||
if: github.event_name != 'release'
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Feeder-BOM
|
||||
path: Feeder-BOM.zip
|
||||
|
||||
2
.github/workflows/export-ecad.yaml
vendored
2
.github/workflows/export-ecad.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
echo "default: ${{ env.default }}"
|
||||
sed -i "s!<<hash>>!${COMMIT}!" pcb/mobo/mobo.kicad_pcb
|
||||
sed -i "s!<<hash>>!${COMMIT}!" pcb/light-diffusion/light-diffusion.kicad_pcb
|
||||
sed -i "s!<<hash>>!${COMMIT}!" pcb/photon-8mm-fid/photon-8mm-fid.kicad_pcb
|
||||
sed -i "s!<<hash>>!${COMMIT}!" pcb/photon-8mm-fid/fiducialBoard.kicad_pcb
|
||||
|
||||
- name: Update the PCBs with the git hash and BETA.
|
||||
if: steps.extract_branch.outputs.branch != env.main_branch
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f43605cd3dd9d27934f568c9b7a677516b6b339e04575646872136073e0cad2c
|
||||
size 113715080
|
||||
oid sha256:5d3d9910a4e198ffd79f0a42684ec382b8ed4874de3d14c79e4e428bfc40aa5a
|
||||
size 6782094
|
||||
|
||||
Binary file not shown.
BIN
cad/asm.FCStd
BIN
cad/asm.FCStd
Binary file not shown.
Reference in New Issue
Block a user