From 969dc4082945d8cc1dabcd843398ef2033ebafb3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 27 Jan 2023 16:32:44 -0300 Subject: [PATCH] [DOCs] Added link to example of 3D models cache --- README.md | 7 +++++++ docs/README.in | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index e8953d82..8d00bc75 100644 --- a/README.md +++ b/README.md @@ -5553,6 +5553,8 @@ The main differences between API 1 and 2 are: 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) +Another use is to cache [downloaded 3D models](https://github.com/set-soft/kibot_3d_models_cache_example) + ## 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. +### 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 Try to make your project self contained. diff --git a/docs/README.in b/docs/README.in index 82f9faa4..39e1a38f 100644 --- a/docs/README.in +++ b/docs/README.in @@ -1694,6 +1694,8 @@ The main differences between API 1 and 2 are: 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) +Another use is to cache [downloaded 3D models](https://github.com/set-soft/kibot_3d_models_cache_example) + ## 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. +### 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 Try to make your project self contained.