blob: 9b3f0f6af450a35519254ef4b00418123e9f42c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
hw.s-ol.nu KiCad library
========================
## 3D Model Paths
To get 3D Models working, configure the `SOL_LIB_DIR` Environment Variable
in the "Configure Paths" dialog to point at this repository.
If you are distributing your project as a Git repository,
it is recommended to add this repo as a submodule (e.g. in `lib/s-ol`) and configure a relative path as follows:
$ mkdir lib
$ git submodule add https://git.s-ol.nu/hw/kicad-lib.git lib/s-ol
SOL_LIB_DIR: ${KIPRJMOD}/lib/s-ol
|