Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failing to export gerbers, failing to fail after failing to export gerbers #219

Closed
rusefillc opened this issue Jul 15, 2023 · 9 comments
Closed

Comments

@rusefillc
Copy link
Contributor

I've created https://github.com/rusefi/rusefi-hardware/blob/main/.github/workflows/create-board.yaml just to export https://github.com/rusefi/rusefi-hardware/tree/main/breakout-boards/Breakout_154pin_284617-1-Connector for now

rusefillc pushed a commit to andreika-git/hellen-one that referenced this issue Jul 15, 2023
@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing andreika-git/hellen-one@447c4a6 and andreika-git/hellen-one@dac4376 but I am getting closer to the limit of my abilities here :)

@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing I think I've fixed the "fails but does not fail job" part. What am I doing wrong with actual export here?...

rusefillc pushed a commit to andreika-git/hellen-one that referenced this issue Jul 15, 2023
rusefillc pushed a commit to andreika-git/hellen-one that referenced this issue Jul 15, 2023
@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing I've made some progress looks like VRML export is failing?

@chuckwagoncomputing
Copy link
Member

It's showing an error, but the ExportVRML_File function is reporting success, and it's outputting a VRML file. Is the file not correct?

@chuckwagoncomputing
Copy link
Member

When I view the vrml file with https://imagetostl.com/view-vrml-online I get:
ImageToStl com_hellen88bmw-c-3D(1)
We've got some pins hovering over the board:
ImageToStl com_hellen88bmw-c-3D
But it was even worse before: (https://github.com/rusefi/hellen88bmw/blob/1b9764f3ea59727ad798e16315f23c75de213dfd/boards/hellen88bmw-c/board/misc/hellen88bmw-c-3D.wrl.gz)
ImageToStl com_hellen88bmw-c-3D(4)

@chuckwagoncomputing
Copy link
Member

I think the problem here is that you're calling ext/hellen-one/bin/gha-commit.sh which doesn't make sense here, and you're calling it from the repo root rather than the directory of the board you're trying to generate gerbers for.
The result is that the files in the gerber/ directory aren't added to the commit.

@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing great point about working dir for gha-commit.sh 972b37d

@rusefillc
Copy link
Contributor Author

@chuckwagoncomputing my focus was the assert message I was assuming that it's something bad?

image

@rusefillc
Copy link
Contributor Author

looks like we do not care about assert message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants