Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
a88846be70 |
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/inti-cmnb/kicad5_auto_full:1.6.3-2_k5.1.9_d11.6_b3.4.1
|
FROM ghcr.io/inti-cmnb/kicad7_auto_full:latest
|
||||||
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
LABEL AUTHOR Salvador E. Tropea <stropea@inti.gob.ar>
|
||||||
LABEL Description="Export various files from KiCad projects (KiCad 7)"
|
LABEL Description="Export various files from KiCad projects (KiCad 7)"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@ use of the rotation filter:
|
||||||
comment: 'Adjust rotation for JLC'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
- name: 'position'
|
- 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'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
|
|
||||||
Using it, instead of the internal filter named ``_rot_footprint_jlcpcb``, is
|
Using it, instead of the internal filter named ``_rot_footprint_jlcpcb``, is
|
||||||
the same here. But you can then customize the filter.
|
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'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
rotations:
|
rotations:
|
||||||
- ["^QFN-", 90.0]
|
- ["^QFN-", 90.0]
|
||||||
|
|
||||||
|
|
@ -253,7 +253,7 @@ example:
|
||||||
comment: 'Adjust rotation for JLC'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
rotations:
|
rotations:
|
||||||
- ["^QFN-", 90.0]
|
- ["^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'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
offsets:
|
offsets:
|
||||||
- ["^QFN-20", "1,0.5"]
|
- ["^QFN-20", "1,0.5"]
|
||||||
|
|
||||||
|
|
@ -329,7 +329,7 @@ will adjust U103 rotation by 180 degrees:
|
||||||
comment: 'Adjust rotation for JLC'
|
comment: 'Adjust rotation for JLC'
|
||||||
type: rot_footprint
|
type: rot_footprint
|
||||||
negative_bottom: false
|
negative_bottom: false
|
||||||
mirror_bottom: false
|
mirror_bottom: true
|
||||||
rotations_and_offsets:
|
rotations_and_offsets:
|
||||||
- field: Reference
|
- field: Reference
|
||||||
regex: U103
|
regex: U103
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue