This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 430
Geometry check #186
Labels
Enhancement
Improves existing package 3D in the library
Comments
Thanks! I have added a PR template based on your points above. I'll look into the FreeCad script soon |
thx...
|
I think this is a related issue: KiCad/kicad-library#1546 (comment) |
Perhaps a Travis check if the model is referenced anywhere? |
Do you mean referenced by a footprint? |
@easyw |
No, unfortunately geometry check does not give a clear result. There could be many false positive results. I wouldn't add any check like this on Travis. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
if FreeCAD (release 0.17 > 12703) can be included in travis checking chain, it would be possible to check geometry of STEP models in an automatic way:
modify the following command checking script to give positive or negative results to travis
checkBOPnoGui.py.zip
launch the following command to run the checking in command mode (without the need of a gui)
freecadcmd checkBOPnoGui.py "full_path_to_STEP_file/resistor-wrong-BOP.step"
or in linux
freecadcmd-daily checkBOPnoGui.py "full_path_to_STEP_file/resistor-wrong-BOP.step"
Here a wrong STEP model to test:
resistor-wrong-BOP.zip
It would be possible then to put some checking at the PR template like:
The text was updated successfully, but these errors were encountered: