7 Commits

Author SHA1 Message Date
Lucian Chapar
30180bba2b updates asm to show latest frame changes 2025-02-14 16:39:54 -05:00
Lucian Chapar
ae4cd16b60 Makes Frame-# now covers motherboard entirely
Supports will be needed!
2025-02-13 17:22:28 -05:00
Stephen Hawes
e2919f54e8 updates frame-8 to have cutout at exit 2025-02-12 16:23:45 -05:00
Lucian Chapar
2933a63461 Bakes feature tree of frames to reduce file size
- Mesh cleanup in Onshape was performed to reduce file size of feeder frames
- Design history has been baked out to improve load times and model stability
- These changes should allow the feeder frames to be editable in FreeCAD 1.0 and above.
2025-01-27 18:11:41 -05:00
Lucian Chapar
1eb59a0b15 Adds deeper light diffusor slot 2025-01-24 17:12:12 -05:00
Stephen Hawes
f7e0e4a472 Update export-ecad.yaml 2025-01-16 12:12:48 -05:00
Stephen Hawes
df15c51c45 Update export-bom.yaml 2025-01-16 12:11:38 -05:00
6 changed files with 6 additions and 5 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
cad/FDM/frame-12.FCStd filter=lfs diff=lfs merge=lfs -text

View File

@@ -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

View File

@@ -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

View File

@@ -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.

Binary file not shown.