Skip to content

Commit

Permalink
add rotataed variant
Browse files Browse the repository at this point in the history
  • Loading branch information
willpuckett committed Sep 8, 2024
1 parent 4295cbe commit e472a14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
19 changes: 9 additions & 10 deletions swoon.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ preflight:
ignore_unconnected: false
fill_zones: true


variants:
- name: 'Flip'
comment: 'For Hand Soldering'
Expand All @@ -30,6 +29,13 @@ variants:
file_id: _RIGHT
variant: right

- name: rotated
comment: 'Just a place holder for the rotation filter'
type: kibom
variant: rotated
pre_transform: fix_rotation
exclude_filter: mechanical_fixed


filters:
- name: fix_rotation
Expand Down Expand Up @@ -72,13 +78,6 @@ filters:
- column: 'FP'
regex: 'fiducial'

# variants:
# - name: rotated
# comment: 'Just a place holder for the rotation filter'
# type: kibom
# variant: rotated
# pre_transform: fix_rotation
# exclude_filter: mechanical_fixed

outputs:
- name: CaseFoam_DXF
Expand Down Expand Up @@ -229,15 +228,15 @@ outputs:
output: '%f_%i_jlc.%x'
exclude_filter: 'only_jlc_parts'
ref_separator: ','
group_fields: ['Value', 'Footprint', 'LCSC Part Number']
group_fields: ['Value', 'Footprint', 'LCSC']
columns:
- field: Value
name: Comment
- field: References
name: Designator
- field: Footprint
name: Footprint
- field: 'LCSC Part Number'
- field: 'LCSC'
name: 'LCSC Part #'
csv:
hide_pcb_info: true
Expand Down
8 changes: 4 additions & 4 deletions swoon.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -16135,7 +16135,7 @@
(layer "F.Cu")
(uuid "478486f5-f501-4b4f-a5f3-2abd7fabefa7")
(at 139.746726 109.618663 42)
(property "Reference" "G***"
(property "Reference" "G2"
(at -14.123674 7.588813 42)
(layer "F.SilkS")
(hide yes)
Expand Down Expand Up @@ -38127,7 +38127,7 @@
(layer "F.Cu")
(uuid "dc0e04d6-563e-4f6f-a1f0-944c5da40ba8")
(at 139.746726 109.618663 42)
(property "Reference" "G***"
(property "Reference" "G1"
(at -12.954003 21.082 42)
(layer "F.SilkS")
(hide yes)
Expand Down Expand Up @@ -70057,7 +70057,7 @@
(layer "B.Cu")
(uuid "a3e7800d-d919-4b50-9bb7-1c3d5dd2d826")
(at 141.859 111.252 108)
(property "Reference" "G***"
(property "Reference" "G3"
(at -12.954004 -21.082 108)
(layer "B.SilkS")
(hide yes)
Expand Down Expand Up @@ -92090,7 +92090,7 @@
(layer "B.Cu")
(uuid "b3f740e6-e05d-4a73-8fe0-495519b5d694")
(at 141.859 111.252 108)
(property "Reference" "G***"
(property "Reference" "G4"
(at -14.123674 -7.588813 108)
(layer "B.SilkS")
(hide yes)
Expand Down
4 changes: 2 additions & 2 deletions swoon.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -14064,7 +14064,7 @@
(hide yes)
)
)
(property "LCSC" " C5261048"
(property "LCSC" "C5261048"
(at 229.87 82.55 0)
(effects
(font
Expand Down Expand Up @@ -21193,7 +21193,7 @@
(hide yes)
)
)
(property "LCSC" " C5261048"
(property "LCSC" "C5261048"
(at 219.71 82.55 0)
(effects
(font
Expand Down

0 comments on commit e472a14

Please sign in to comment.