Compare commits

...

4 Commits

Author SHA1 Message Date
Salvador E. Tropea a88846be70 [DOCs][Fixed] JLCPCB rotation examples
We need to mirror the bottom (because KiCad does it)
See #591
2024-03-22 08:43:41 -03:00
Salvador E. Tropea e86f6c55fc [DOCs][CI/CD] Updated release tags 2024-02-06 08:04:07 -03:00
Salvador E. Tropea 8770087dd2 [DOCs][Fixed] README link to docs
I had to move stable to master in RTD

Fixes #577
2024-02-03 21:11:04 -03:00
Salvador E. Tropea 68260c0b82 [DOCs] Updated the new stuff summary 2024-02-02 14:07:17 -03:00
4 changed files with 18 additions and 10 deletions

View File

@ -13,7 +13,7 @@ documentation files for your KiCad projects easily, repeatable, and most
of all, scriptably. This means you can use a Makefile to export your
KiCad PCBs just as needed, or do it in a CI/CD environment.
For more information consult the [documentation](https://kibot.readthedocs.io/en/stable/) (hosted by Read the Docs)
For more information consult the [documentation](https://kibot.readthedocs.io/en/master/) (hosted by Read the Docs)
If you are looking for the last features and fixes visit the [dev branch](https://github.com/INTI-CMNB/KiBot/tree/dev)

View File

@ -14,10 +14,12 @@ KiBot (formerly KiPlot)
- If you are looking for the GitHub Actions documentation, and you already know how
to use KiBot, or want a quick start, read: :ref:`usage-of-github-actions`
**New on v1.6.3**
**New on v1.6.4**
- Parametrizable imports
- ``value_split`` and ``spec_to_field`` filters
- KiRi (interactive diff) and KiCanvas (on-line schematic/PCB browser) new outputs
- New Internal templates: 3DRender_top, 3DRender_top_straight, 3DRender_bottom and
3DRender_bottom_straight: to generate simple and quick 3D renders.
- Various fixes and new command line options
.. toctree::

View File

@ -158,7 +158,7 @@ use of the rotation filter:
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
outputs:
- name: 'position'
@ -215,7 +215,7 @@ As you can see we now create a filter named ``fix_rotation`` of type
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
Using it, instead of the internal filter named ``_rot_footprint_jlcpcb``, is
the same here. But you can then customize the filter.
@ -231,7 +231,7 @@ rotate them just 90 degrees. The filter will look like this:
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
rotations:
- ["^QFN-", 90.0]
@ -253,7 +253,7 @@ example:
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
rotations:
- ["^QFN-", 90.0]
@ -280,7 +280,7 @@ You just need to add new offsets to the ``offsets`` option, like in the followin
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
offsets:
- ["^QFN-20", "1,0.5"]
@ -329,7 +329,7 @@ will adjust U103 rotation by 180 degrees:
comment: 'Adjust rotation for JLC'
type: rot_footprint
negative_bottom: false
mirror_bottom: false
mirror_bottom: true
rotations_and_offsets:
- field: Reference
regex: U103

View File

@ -77,6 +77,9 @@ ghcr.io/inti-cmnb/kicad7_auto:latest last release 7.x
ghcr.io/inti-cmnb/kicad5_auto_full:dev git code 5.1.9
ghcr.io/inti-cmnb/kicad6_auto_full:dev git code 6.0.11
ghcr.io/inti-cmnb/kicad7_auto_full:dev git code 7.x
ghcr.io/inti-cmnb/kicad5_auto_full:1.6.3 1.6.3 5.1.9
ghcr.io/inti-cmnb/kicad6_auto_full:1.6.3 1.6.3 6.0.11
ghcr.io/inti-cmnb/kicad7_auto_full:1.6.3 1.6.3 7.0.10
ghcr.io/inti-cmnb/kicad5_auto_full:1.6.2 1.6.2 5.1.9
ghcr.io/inti-cmnb/kicad6_auto_full:1.6.2 1.6.2 6.0.11
ghcr.io/inti-cmnb/kicad7_auto_full:1.6.2 1.6.2 7.0.5.1
@ -229,6 +232,9 @@ v2_k6_1_6_0 2 1.6.0 6.0.9
v2_1_6_2 2 1.6.2 5.1.9
v2_k6_1_6_2 2 1.6.2 6.0.11
v2_k7_1_6_2 2 1.6.2 7.0.5.1
v2_1_6_3 2 1.6.3 5.1.9
v2_k6_1_6_3 2 1.6.3 6.0.11
v2_k7_1_6_3 2 1.6.3 7.0.10
v2 2 last release 5.1.9
v2_k6 2 last release 6.0.11
v2_k7 2 last release 7.x