Skip to content

Commit

Permalink
Fix usage of old data net name for TRRS
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Oct 12, 2023
1 parent d778fb3 commit 81591be
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ergogen/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,9 @@ pcbs:
params:
locked: false
routes:
- "B(-4.6,10.2)(-0,10.2)" # net: data
- "B(-4.6,11.3)(-0,11.3)" # net: data
net: data
- "B(-4.6,10.2)(-0,10.2)" # net: DAT
- "B(-4.6,11.3)(-0,11.3)" # net: DAT
net: DAT
adjust:
shift: [0.5 ks +19.61, 0.375 kp -50.31]
rotate: -90
Binary file modified ergogen/output/gerbers/backplate.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/controller_overlay.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/corney_island.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/corney_island_manually_routed.zip
Binary file not shown.
Binary file modified ergogen/output/gerbers/frontplate.zip
Binary file not shown.
6 changes: 2 additions & 4 deletions ergogen/output/pcbs/corney_island.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
(net 92 "MCU1_11")
(net 93 "MCU1_13")
(net 94 "MCU1_12")
(net 95 "data")

(net_class Default "This is the default net class."
(clearance 0.2)
Expand Down Expand Up @@ -291,7 +290,6 @@
(add_net "MCU1_11")
(add_net "MCU1_13")
(add_net "MCU1_12")
(add_net "data")
)


Expand Down Expand Up @@ -8954,8 +8952,8 @@

(segment (start 220.91 98.21) (end 220.91 102.81) (width 0.25) (layer B.Cu) (net 32))

(segment (start 213.91 98.21) (end 213.91 102.81) (width 0.25) (layer B.Cu) (net 95))
(segment (start 212.81 98.21) (end 212.81 102.81) (width 0.25) (layer B.Cu) (net 95))
(segment (start 213.91 98.21) (end 213.91 102.81) (width 0.25) (layer B.Cu) (net 66))
(segment (start 212.81 98.21) (end 212.81 102.81) (width 0.25) (layer B.Cu) (net 66))

(gr_line (start 91.08198222285509 108.74001780012622) (end 91.08001777794281 53.49000464193523) (angle 90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 91.58000462794281 52.98998684198348) (end 128.58001314999998 52.98901315754868) (angle 90) (layer Edge.Cuts) (width 0.15))
Expand Down

0 comments on commit 81591be

Please sign in to comment.