[DOCs] Added link to example of 3D models cache
This commit is contained in:
parent
3986b5f5a5
commit
969dc40829
|
|
@ -5553,6 +5553,8 @@ The main differences between API 1 and 2 are:
|
||||||
GitHub offers a mechanism to cache data between runs.
|
GitHub offers a mechanism to cache data between runs.
|
||||||
One interesting use is to make the KiCost prices cache persistent, here is an [example](https://github.com/set-soft/kicost_ci_test)
|
One interesting use is to make the KiCost prices cache persistent, here is an [example](https://github.com/set-soft/kicost_ci_test)
|
||||||
|
|
||||||
|
Another use is to cache [downloaded 3D models](https://github.com/set-soft/kibot_3d_models_cache_example)
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
@ -5892,6 +5894,11 @@ If you need to install the KiCad 3D models in one of the `kicad_debian`, `kicad_
|
||||||
|
|
||||||
If you are running the GitHub action and you want to install the KiCad 3D models use the `install3D: YES` option.
|
If you are running the GitHub action and you want to install the KiCad 3D models use the `install3D: YES` option.
|
||||||
|
|
||||||
|
### Caching downloaded 3D models
|
||||||
|
|
||||||
|
You can store the downloaded 3D models in a GitHub cache, an example can be found in the following
|
||||||
|
[repo](https://github.com/set-soft/kibot_3d_models_cache_example)
|
||||||
|
|
||||||
### Self contained projects
|
### Self contained projects
|
||||||
|
|
||||||
Try to make your project self contained.
|
Try to make your project self contained.
|
||||||
|
|
|
||||||
|
|
@ -1694,6 +1694,8 @@ The main differences between API 1 and 2 are:
|
||||||
GitHub offers a mechanism to cache data between runs.
|
GitHub offers a mechanism to cache data between runs.
|
||||||
One interesting use is to make the KiCost prices cache persistent, here is an [example](https://github.com/set-soft/kicost_ci_test)
|
One interesting use is to make the KiCost prices cache persistent, here is an [example](https://github.com/set-soft/kicost_ci_test)
|
||||||
|
|
||||||
|
Another use is to cache [downloaded 3D models](https://github.com/set-soft/kibot_3d_models_cache_example)
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
@ -2033,6 +2035,11 @@ If you need to install the KiCad 3D models in one of the `kicad_debian`, `kicad_
|
||||||
|
|
||||||
If you are running the GitHub action and you want to install the KiCad 3D models use the `install3D: YES` option.
|
If you are running the GitHub action and you want to install the KiCad 3D models use the `install3D: YES` option.
|
||||||
|
|
||||||
|
### Caching downloaded 3D models
|
||||||
|
|
||||||
|
You can store the downloaded 3D models in a GitHub cache, an example can be found in the following
|
||||||
|
[repo](https://github.com/set-soft/kibot_3d_models_cache_example)
|
||||||
|
|
||||||
### Self contained projects
|
### Self contained projects
|
||||||
|
|
||||||
Try to make your project self contained.
|
Try to make your project self contained.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue