[DOCs] Explained how to install 3D models

This commit is contained in:
Salvador E. Tropea 2022-09-14 13:03:21 -03:00
parent 64b9c83105
commit d87a5cbb39
2 changed files with 10 additions and 0 deletions

View File

@ -4072,6 +4072,11 @@ This is not a big problem because KiBot will download any missing 3D model from
As a side effect you'll get errors and/or warnings about the missing 3D models and/or KiCad environment variables pointing to them.
If you need to install the KiCad 3D models in one of the `kicad_debian`, `kicad_auto` or `kicad_auto_test` images just run the
`/usr/bin/kicad_3d_install.sh` script included with the current images.
If you are running the Github action and you want to install the KiCad 3D models use the `install3D: YES` option.
### Self contained projects
Try to make your project self contained.

View File

@ -1771,6 +1771,11 @@ This is not a big problem because KiBot will download any missing 3D model from
As a side effect you'll get errors and/or warnings about the missing 3D models and/or KiCad environment variables pointing to them.
If you need to install the KiCad 3D models in one of the `kicad_debian`, `kicad_auto` or `kicad_auto_test` images just run the
`/usr/bin/kicad_3d_install.sh` script included with the current images.
If you are running the Github action and you want to install the KiCad 3D models use the `install3D: YES` option.
### Self contained projects
Try to make your project self contained.