export bugfixes
This commit is contained in:
2
.github/workflows/export-ecad.yaml
vendored
2
.github/workflows/export-ecad.yaml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
sed -i "s!<<hash>>!BETA-${COMMIT}!" pcb/feederFloor/feederFloor.kicad_pcb
|
||||
sed -i "s!<<hash>>!BETA-${COMMIT}!" pcb/indexingWheel/indexingWheel.kicad_pcb
|
||||
sed -i "s!<<hash>>!BETA-${COMMIT}!" pcb/light-diffusion/light-diffusion.kicad_pcb
|
||||
sed -i "s!<<hash>>!BETA-${COMMIT}!" pcb/photon-8mm-fid/photon-8mm-fid.kicad_pcb
|
||||
sed -i "s!<<hash>>!BETA-${COMMIT}!" pcb/photon-8mm-fid/fiducialBoard.kicad_pcb
|
||||
|
||||
- name: Generate Mobo Export Files
|
||||
run: |
|
||||
|
||||
2
.github/workflows/scripts/export-bom.py
vendored
2
.github/workflows/scripts/export-bom.py
vendored
@@ -73,7 +73,7 @@ tr:hover {
|
||||
""")
|
||||
|
||||
#write page title based on script
|
||||
f.write("LumenPnP BOM " + sys.argv[1])
|
||||
f.write("LumenPnP Feeder BOM " + sys.argv[1])
|
||||
|
||||
#write the beginning of table, and row for header
|
||||
f.write("</h1><a href='https://www.github.com/opulo-inc/feeder/releases/' target='_blank' rel='noopener noreferrer'><h2>Download the Source Here</h2></a><a href='https://www.opulo.io/' target='_blank' rel='noopener noreferrer'><img src='https://cdn.shopify.com/s/files/1/0570/4256/7355/files/opulo-white-alpha_1200x1200.png?v=1644515300' id='logo'/></a><table>")
|
||||
|
||||
2
.github/workflows/scripts/export-stl.py
vendored
2
.github/workflows/scripts/export-stl.py
vendored
@@ -162,7 +162,7 @@ if __name__ == '__main__':
|
||||
output_directory = Path('stl-export')
|
||||
output_directory.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
fdm_path = Path('../../../pnp/cad/FDM')
|
||||
fdm_path = Path('../../../cad')
|
||||
|
||||
exceptions: List[Exception] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user