added towards the ideas section in readme

master
polymurph 2 years ago
parent f137f85938
commit 879a7c2ff0

@ -39,6 +39,16 @@ You will need to add the relative KicED paths with respect to your KiCAD project
# Ideas
## Ways of using this library
### Centralized (deztached from the KiCAD Project)
Library is plced at a centralized point. Best place is the besides the KiCAD projects. This saves data redundancy when working on multiple KiCAD projects.
### De-centralized (implemented as submodule)
Better tracking of version.Project is added as submodule to the version controlled KiCAD project.
## Auto KiCAD project specific library linking script with python
this script should modfy the specific KiCAD project specific library settings. It hould referenc all paths with the shortcut ```${KIPRJMOD}\<...>```

Loading…
Cancel
Save