We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that some scripts for updating footprints have hard-coded paths: @Misca1234, was this because only you were using them?
FPDir = '../../../../kicad-footprints/Package_DFN_QFN.pretty' KISYS3DMOD = '../../../../kicad-packages3D'
FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe'`
grep -rnw -e '/c/users/stefan' FCAD_script_generator/QFN_packages/FindMissingLGA3DModels.py:87:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/QFN_packages/FindMissingDFN_QFN3DModels.py:87:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/Varistor/FindMissingVaristor3DModels.py:87:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/BGA_packages/FindMissingBGA3DModels.py:88:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/DIP_packages/FindMissingDIP3DModels.py:87:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/GW_QFP_SOIC_SSOP_TSSOP_SOT/FindMissingSOIC3DModels.py:87:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe' FCAD_script_generator/GW_QFP_SOIC_SSOP_TSSOP_SOT/FindMissingQFP3DModels.py:86:FreeCadExe = '/c/users/stefan/Downloads/FreeCAD_0.17.11223_x64_dev_win/FreeCAD_0.17.11223_x64_dev_win/bin/FreeCAD.exe'
The text was updated successfully, but these errors were encountered:
Bump
Sorry, something went wrong.
No branches or pull requests
I noticed that some scripts for updating footprints have hard-coded paths:
@Misca1234, was this because only you were using them?
Hard-coded paths:
Files containing hard-coded paths:
The text was updated successfully, but these errors were encountered: