diff --git a/.github/workflows/export-ecad.yaml b/.github/workflows/export-ecad.yaml index d4ed6db..8279e82 100644 --- a/.github/workflows/export-ecad.yaml +++ b/.github/workflows/export-ecad.yaml @@ -53,7 +53,7 @@ jobs: sed -i "s!<>!BETA-${COMMIT}!" pcb/feederFloor/feederFloor.kicad_pcb sed -i "s!<>!BETA-${COMMIT}!" pcb/indexingWheel/indexingWheel.kicad_pcb sed -i "s!<>!BETA-${COMMIT}!" pcb/light-diffusion/light-diffusion.kicad_pcb - sed -i "s!<>!BETA-${COMMIT}!" pcb/photon-8mm-fid/photon-8mm-fid.kicad_pcb + sed -i "s!<>!BETA-${COMMIT}!" pcb/photon-8mm-fid/fiducialBoard.kicad_pcb - name: Generate Mobo Export Files run: | diff --git a/.github/workflows/scripts/export-bom.py b/.github/workflows/scripts/export-bom.py index e2c2598..329866a 100644 --- a/.github/workflows/scripts/export-bom.py +++ b/.github/workflows/scripts/export-bom.py @@ -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("

Download the Source Here

") diff --git a/.github/workflows/scripts/export-stl.py b/.github/workflows/scripts/export-stl.py index 1fdd473..b48f494 100644 --- a/.github/workflows/scripts/export-stl.py +++ b/.github/workflows/scripts/export-stl.py @@ -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] = []