From 1eca6ffe9f4f995c08d61cdd2552b2647e376bf5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Mar 2022 17:11:32 -0300 Subject: [PATCH] Links to KiCad 5/6 arduprog examples. --- README.md | 4 +++- docs/README.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a18d7f8..9cdb55e2 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ In the future more advanced filters will allow modification of component details Variants are currently used to create *assembly variants*. This concept is used to manufacture one PCB used for various products. You can learn more about KiBot variants on the following [example repo](https://inti-cmnb.github.io/kibot_variants_arduprog/). +The example is currently using KiCad 6, if you want to see the example files for KiCad 5 go [here](https://github.com/INTI-CMNB/kibot_variants_arduprog/tree/KiCad5/). As mentioned above the current use of filters is to mark some components. Mainly to exclude them, but also to mark them as special. This is the case of *do not change* components in the BoM. @@ -2690,7 +2691,8 @@ For KiCad 6 use `v2_k6` instead of `v2`. A working example applied to a repo can be found [here](https://github.com/INTI-CMNB/kicad-ci-test-spora/tree/test_gh_action) ([spora_main.yml](https://github.com/INTI-CMNB/kicad-ci-test-spora/blob/test_gh_action/.github/workflows/spora_main.yml)). Another example, but using variants can be found [here](https://github.com/INTI-CMNB/kibot_variants_arduprog) -([kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/master/.github/workflows/kibot_action.yml)) +([kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/master/.github/workflows/kibot_action.yml) for KiCad 6, + [kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/KiCad5/.github/workflows/kibot_action.yml) for KiCad 5) The available options are: diff --git a/docs/README.in b/docs/README.in index 9269ede4..05344fe1 100644 --- a/docs/README.in +++ b/docs/README.in @@ -316,6 +316,7 @@ In the future more advanced filters will allow modification of component details Variants are currently used to create *assembly variants*. This concept is used to manufacture one PCB used for various products. You can learn more about KiBot variants on the following [example repo](https://inti-cmnb.github.io/kibot_variants_arduprog/). +The example is currently using KiCad 6, if you want to see the example files for KiCad 5 go [here](https://github.com/INTI-CMNB/kibot_variants_arduprog/tree/KiCad5/). As mentioned above the current use of filters is to mark some components. Mainly to exclude them, but also to mark them as special. This is the case of *do not change* components in the BoM. @@ -1132,7 +1133,8 @@ For KiCad 6 use `v2_k6` instead of `v2`. A working example applied to a repo can be found [here](https://github.com/INTI-CMNB/kicad-ci-test-spora/tree/test_gh_action) ([spora_main.yml](https://github.com/INTI-CMNB/kicad-ci-test-spora/blob/test_gh_action/.github/workflows/spora_main.yml)). Another example, but using variants can be found [here](https://github.com/INTI-CMNB/kibot_variants_arduprog) -([kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/master/.github/workflows/kibot_action.yml)) +([kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/master/.github/workflows/kibot_action.yml) for KiCad 6, + [kibot_action.yml](https://github.com/INTI-CMNB/kibot_variants_arduprog/blob/KiCad5/.github/workflows/kibot_action.yml) for KiCad 5) The available options are: