diff --git a/README.md b/README.md index 8d00bc75..b2f3e2f0 100644 --- a/README.md +++ b/README.md @@ -5512,6 +5512,7 @@ Another example, but using variants can be found [here](https://github.com/INTI- The available options are: - **additional_args**: Additional text to add to the KiBot invocation. This is intended for advanced use, report problems. +- **cache3D**: When `YES` you can cache the downloaded 3D models. An example can be found [here](https://github.com/set-soft/kibot_3d_models_cache_example/). - **config**: The KiBot config file to use. The first file that matches `*.kibot.yaml` is used when omitted. - **dir**: Output directory for the generated files. The current directory is used when omitted. - **board**: Name of the PCB file. The first file that matches `*.kicad_pcb` is used when omitted. @@ -5548,6 +5549,9 @@ The main differences between API 1 and 2 are: - API 1 supports wildcards in the filenames, API 2 doesn't - API 2 supports spaces in the filenames, API 1 doesn't +Also note that v2 images are currently using the *full* docker image (v1.5 and newer). +It includes things like PanDoc and Blender. + ### GitHub Cache GitHub offers a mechanism to cache data between runs. diff --git a/docs/README.in b/docs/README.in index 39e1a38f..67627d92 100644 --- a/docs/README.in +++ b/docs/README.in @@ -1653,6 +1653,7 @@ Another example, but using variants can be found [here](https://github.com/INTI- The available options are: - **additional_args**: Additional text to add to the KiBot invocation. This is intended for advanced use, report problems. +- **cache3D**: When `YES` you can cache the downloaded 3D models. An example can be found [here](https://github.com/set-soft/kibot_3d_models_cache_example/). - **config**: The KiBot config file to use. The first file that matches `*.kibot.yaml` is used when omitted. - **dir**: Output directory for the generated files. The current directory is used when omitted. - **board**: Name of the PCB file. The first file that matches `*.kicad_pcb` is used when omitted. @@ -1689,6 +1690,9 @@ The main differences between API 1 and 2 are: - API 1 supports wildcards in the filenames, API 2 doesn't - API 2 supports spaces in the filenames, API 1 doesn't +Also note that v2 images are currently using the *full* docker image (v1.5 and newer). +It includes things like PanDoc and Blender. + ### GitHub Cache GitHub offers a mechanism to cache data between runs.