Squashed commit of the following:

commit bb18cddcc8
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 11:43:33 2023 +0200

    update gerbers

commit df5ee882de
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 11:43:15 2023 +0200

    pcb render

commit 14c23b0fa8
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 11:34:24 2023 +0200

    add icon svg

commit 6ec17faa04
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 11:31:08 2023 +0200

    Update README.md

commit b65a183fe3
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 11:30:20 2023 +0200

    routed rev 1.1

commit 9ce5d4ee41
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 09:46:20 2023 +0200

    add rev and order number to ergogen config

commit c0575a7352
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 08:56:18 2023 +0200

    make text on pcb better readable

commit 03692059b5
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 08:44:04 2023 +0200

    fix mcu labels

commit 6edd65c0c5
Author: daniel <github@dbauer.me>
Date:   Sat Aug 5 08:34:36 2023 +0200

    incr. diode to socket distance
This commit is contained in:
daniel
2023-08-05 11:44:37 +02:00
parent d1e1e023c5
commit 99a37eb0cc
26 changed files with 150653 additions and 122539 deletions

View File

@@ -16,10 +16,7 @@
![mcu2](./images/mcu2.jpg)
![case](./images/magnetic_case.jpg)
![pcb](./images/pcb.jpg)
## Features
![top](./images/pcb_render_front.jpg)
## Bill of materials
**Essentials**:
@@ -57,10 +54,8 @@ Only supports ZMK. The firmware repository can be found here: [https://github.co
TODO
## TODO List
- [ ] Increase diode-socket distance.
- [ ] Fix MCU pin labels on right-front (Some are mirrored / not on the correct side of the MCU).
- [ ] Give this project a **name**.
- [ ] Use github actions to build + release gerber files.
- [ ] Write a build guide
## Standing on the shoulders of giants

View File

@@ -296,7 +296,7 @@ pcbs:
to: "{{row_net}}"
adjust:
rotate: 0
shift: [0, -9]
shift: [0, -9.5]
diode_top:
what: diode
where: [switch_top]
@@ -305,7 +305,7 @@ pcbs:
to: "{{row_net}}"
adjust:
rotate: 0
shift: [0, 5.7]
shift: [0, 5.2]
diode_space:
what: diode
where: [switch_space]
@@ -669,7 +669,7 @@ pcbs:
text: "Left Hand Front"
side: F
knockout: true
fontsize: 1.4
fontsize: 1.6
adjust:
shift: [0, 4]
rotate: 90
@@ -680,10 +680,36 @@ pcbs:
text: "Right Hand Front"
side: B
knockout: true
fontsize: 1.4
fontsize: 1.6
adjust:
rotate: 90
shift: [0, 4]
order_number_text:
what: text
where: [switch_space]
params:
side: B
text: "JLCJLCJLCJLC"
adjust:
rotate: 10
shift: [-9.5, 10]
name_text:
what: text
where: matrix_middle_mod
params:
text: "Corax56 rev. 1.1"
adjust:
rotate: 82
shift: [-9, -11]
name_text_right:
what: text
where: matrix_middle_mod
params:
side: B
text: "Corax56 rev. 1.1"
adjust:
rotate: 82
shift: [-9, -11]
switchplate:
outlines.main.outline: switchplate
footprints:

View File

@@ -8,30 +8,30 @@ module.exports = {
params: {
designator: 'MCU',
orientation: 'down',
RAW: {type: 'net', value: 'RAW'},
GND1: {type: 'net', value: 'GND'},
RST: {type: 'net', value: 'RST'},
VCC: {type: 'net', value: 'VCC'},
P21: {type: 'net', value: 'P21'},
P20: {type: 'net', value: 'P20'},
P19: {type: 'net', value: 'P19'},
P18: {type: 'net', value: 'P18'},
P15: {type: 'net', value: 'P15'},
P14: {type: 'net', value: 'P14'},
P16: {type: 'net', value: 'P16'},
P10: {type: 'net', value: 'P10'},
P1: {type: 'net', value: 'P1'},
P0: {type: 'net', value: 'P0'},
GND2: {type: 'net', value: 'GND'},
GND3: {type: 'net', value: 'GND'},
P2: {type: 'net', value: 'P2'},
P3: {type: 'net', value: 'P3'},
P4: {type: 'net', value: 'P4'},
P5: {type: 'net', value: 'P5'},
P6: {type: 'net', value: 'P6'},
P7: {type: 'net', value: 'P7'},
P8: {type: 'net', value: 'P8'},
P9: {type: 'net', value: 'P9'}
RAW: { type: 'net', value: 'RAW' },
GND1: { type: 'net', value: 'GND' },
RST: { type: 'net', value: 'RST' },
VCC: { type: 'net', value: 'VCC' },
P21: { type: 'net', value: 'P21' },
P20: { type: 'net', value: 'P20' },
P19: { type: 'net', value: 'P19' },
P18: { type: 'net', value: 'P18' },
P15: { type: 'net', value: 'P15' },
P14: { type: 'net', value: 'P14' },
P16: { type: 'net', value: 'P16' },
P10: { type: 'net', value: 'P10' },
P1: { type: 'net', value: 'P1' },
P0: { type: 'net', value: 'P0' },
GND2: { type: 'net', value: 'GND' },
GND3: { type: 'net', value: 'GND' },
P2: { type: 'net', value: 'P2' },
P3: { type: 'net', value: 'P3' },
P4: { type: 'net', value: 'P4' },
P5: { type: 'net', value: 'P5' },
P6: { type: 'net', value: 'P6' },
P7: { type: 'net', value: 'P7' },
P8: { type: 'net', value: 'P8' },
P9: { type: 'net', value: 'P9' }
},
body: p => {
const standard = `
@@ -81,34 +81,34 @@ module.exports = {
(fp_text user col4 (at 13.97 ${def_neg}6.3 ${p.rot + 90}) (layer F.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right)))
(fp_text user GND (at -8.89 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user SDA (at -3.81 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user SCL (at -1.27 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user CS (at 1.27 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user col0 (at 3.81 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user col1 (at 6.35 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user col2 (at 8.89 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user col3 (at 11.43 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user col4 (at 13.97 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user ENCA (at -3.81 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user ENCB (at -1.27 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row0 (at 1.27 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row1 (at 3.81 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row2 (at 6.35 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row3 (at 8.89 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row4 (at 11.43 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user row5 (at 13.97 ${def_pos}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right mirror)))
(fp_text user RAW (at -13.97 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user RST (at -8.89 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user VCC (at -6.35 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user ENCA (at -3.81 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user ENCB (at -1.27 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row0 (at 1.27 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row1 (at 3.81 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row2 (at 6.35 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row3 (at 8.89 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row4 (at 11.43 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user row5 (at 13.97 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user SDA (at -3.81 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user SCL (at -1.27 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user CS (at 1.27 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user col0 (at 3.81 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user col1 (at 6.35 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user col2 (at 8.89 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user col3 (at 11.43 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
(fp_text user col4 (at 13.97 ${def_neg}6.3 ${p.rot + 90}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left mirror)))
${'' /* description */}
(fp_text user "Nice!Nano" (at 3 ${def_pos}1.2 ${p.rot}) (layer F.SilkS knockout) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "Place face down." (at 3 ${def_pos}-0.55 ${p.rot}) (layer F.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "Solder jumpers on back." (at 3 ${def_pos}-1.8 ${p.rot}) (layer F.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "Nice!Nano" (at 3 ${def_pos}1.2 ${p.rot}) (layer B.SilkS knockout) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)))
(fp_text user "Place face down." (at 3 ${def_pos}-0.55 ${p.rot}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)))
(fp_text user "Solder jumpers on back." (at 3 ${def_pos}-1.8 ${p.rot}) (layer B.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "Nice!Nano" (at 3.7 ${def_pos}1.2 ${p.rot}) (layer F.SilkS knockout) (effects (font (size 1.0 1.0) (thickness 0.15))))
(fp_text user "Place face down." (at 3.7 ${def_pos}-0.55 ${p.rot}) (layer F.SilkS) (effects (font (size 1.0 1.0) (thickness 0.15))))
(fp_text user "Solder jumpers on back." (at 3.7 ${def_pos}-1.8 ${p.rot}) (layer F.SilkS) (effects (font (size 1.0 1.0) (thickness 0.15))))
(fp_text user "Nice!Nano" (at 3.7 ${def_pos}1.2 ${p.rot}) (layer B.SilkS knockout) (effects (font (size 1.0 1.0) (thickness 0.15)) (justify mirror)))
(fp_text user "Place face down." (at 3.7 ${def_pos}-0.55 ${p.rot}) (layer B.SilkS) (effects (font (size 1.0 1.0) (thickness 0.15)) (justify mirror)))
(fp_text user "Solder jumpers on back." (at 3.7 ${def_pos}-1.8 ${p.rot}) (layer B.SilkS) (effects (font (size 1.0 1.0) (thickness 0.15)) (justify mirror)))
${''/* and now the actual pins */}
(pad 1 thru_hole circle (at -13.97 ${def_pos}7.62 ${p.rot}) (size 1.7526 1.7526) (drill 1.0922) (layers *.Cu *.SilkS *.Mask) ${p.RAW.str})
@@ -142,7 +142,7 @@ module.exports = {
(pad "" thru_hole rect (at -13.97 -7.62 ${p.rot}) (size 1.7526 1.7526) (drill 1.1) (layers B.Cu B.Mask) (zone_connect 0) ${p.P1.str})
`
}
if(p.orientation == 'down') {
if (p.orientation == 'down') {
return `
${standard}
${pins('-', '')})

View File

@@ -46,8 +46,8 @@ module.exports = {
(fp_line (start 1.25 -6.5) (end -1.25 -6.5) (layer F.SilkS) (width 0.15))
${'' /* labels */}
(fp_text user Nice!View (at -2.5 0.00 ${p.rot+90}) (layer F.SilkS knockout) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user Nice!View (at -2.5 0.00 ${p.rot+90}) (layer B.SilkS knockout) (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)))
(fp_text user Nice!View (at -2.5 0.00 ${p.rot+90}) (layer F.SilkS knockout) (effects (font (size 1.0 1.0) (thickness 0.15))))
(fp_text user Nice!View (at -2.5 0.00 ${p.rot+90}) (layer B.SilkS knockout) (effects (font (size 1.0 1.0) (thickness 0.15)) (justify mirror)))
`
}

View File

@@ -49,8 +49,8 @@ module.exports = {
(fp_line (start 8.4 -7.4) (end -8.4 -7.4) (layer B.SilkS) (width 0.12))
(fp_line (start -8.4 -7.4) (end -8.4 6.4) (layer B.SilkS) (width 0.12))
(fp_text user "Scrollwheel" (at 0 0 ${p.rot + 90}) (layer F.SilkS knockout) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "EVQWGD001" (at 1.75 0 ${p.rot + 90}) (layer F.SilkS) (effects (font (size 0.8 0.8) (thickness 0.15))))
(fp_text user "Scrollwheel" (at 0 0 ${p.rot + 90}) (layer F.SilkS knockout) (effects (font (size 1.0 1.0) (thickness 0.15))))
(fp_text user "EVQWGD001" (at 1.75 0 ${p.rot + 90}) (layer F.SilkS) (effects (font (size 1.0 1.0) (thickness 0.15))))
`
function pins(def_neg, def_pos) {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6-7.0.6~ubuntu20.04.1*%
%TF.CreationDate,2023-07-19T13:19:58+02:00*%
%TF.CreationDate,2023-08-05T11:34:34+02:00*%
%TF.ProjectId,keyboard,6b657962-6f61-4726-942e-6b696361645f,v1.0.0*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-07-19 13:19:58*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-08-05 11:34:34*
%MOMM*%
%LPD*%
G01*
@@ -27,376 +27,374 @@ G04 Aperture macros list*
G04 Aperture macros list end*
%ADD10R,0.900000X0.900000*%
%ADD11R,0.900000X1.250000*%
%ADD12RotRect,0.900000X1.200000X345.000000*%
%ADD13R,0.900000X1.200000*%
%ADD14FreePoly0,90.000000*%
%ADD15FreePoly1,90.000000*%
%ADD16R,2.600000X2.600000*%
%ADD17FreePoly0,180.000000*%
%ADD18FreePoly1,180.000000*%
%ADD19RotRect,0.900000X1.200000X5.000000*%
%ADD20RotRect,2.600000X2.600000X185.000000*%
%ADD21FreePoly0,270.000000*%
%ADD22FreePoly1,270.000000*%
%ADD23RotRect,2.600000X2.600000X240.000000*%
%ADD24RotRect,0.900000X1.200000X330.000000*%
%ADD25RotRect,2.600000X2.600000X165.000000*%
%ADD12FreePoly0,180.000000*%
%ADD13FreePoly1,180.000000*%
%ADD14R,2.600000X2.600000*%
%ADD15RotRect,0.900000X1.200000X5.000000*%
%ADD16R,0.900000X1.200000*%
%ADD17FreePoly0,90.000000*%
%ADD18FreePoly1,90.000000*%
%ADD19RotRect,2.600000X2.600000X185.000000*%
%ADD20RotRect,2.600000X2.600000X240.000000*%
%ADD21RotRect,2.600000X2.600000X165.000000*%
%ADD22RotRect,0.900000X1.200000X345.000000*%
%ADD23FreePoly0,270.000000*%
%ADD24FreePoly1,270.000000*%
%ADD25RotRect,0.900000X1.200000X330.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,T1*%
X169080487Y-36625888D03*
X169080487Y-38825888D03*
X176480487Y-36625888D03*
X176480487Y-38825888D03*
X183721806Y-44925437D03*
X183721806Y-47125437D03*
X191121806Y-44925437D03*
X191121806Y-47125437D03*
D11*
X170530487Y-39800888D03*
X173530487Y-39800888D03*
X175030487Y-39800888D03*
X185171806Y-48100437D03*
X188171806Y-48100437D03*
X189671806Y-48100437D03*
%TD*%
D12*
%TO.C,D14*%
X151357346Y-123682173D03*
X154544902Y-124536275D03*
%TD*%
D13*
%TO.C,D26*%
X151630493Y-90825897D03*
X154930493Y-90825897D03*
%TD*%
D14*
%TO.C,J2*%
X168022501Y-95255901D03*
D15*
X169038501Y-95255901D03*
%TD*%
D16*
%TO.C,S16*%
X120555496Y-60365899D03*
X109005496Y-58165899D03*
%TD*%
D17*
%TO.C,J19*%
X177860491Y-73333897D03*
D18*
X177860491Y-72317897D03*
%TD*%
D13*
%TO.C,D6*%
X115630492Y-114415887D03*
X118930492Y-114415887D03*
%TD*%
%TO.C,D13*%
X151630493Y-54525895D03*
X154930493Y-54525895D03*
%TD*%
D19*
%TO.C,D19*%
X76438676Y-67401129D03*
X79726118Y-67113515D03*
%TD*%
D20*
%TO.C,S1*%
X47978936Y-98650461D03*
X36281145Y-97465482D03*
%TD*%
D13*
%TO.C,D23*%
X115630494Y-48715883D03*
X118930494Y-48715883D03*
%TD*%
D14*
%TO.C,J9*%
X169772494Y-48475887D03*
D15*
X170788494Y-48475887D03*
%TD*%
D13*
%TO.C,D24*%
X133630488Y-88325890D03*
X136930488Y-88325890D03*
%TD*%
D17*
%TO.C,J17*%
X172780503Y-73333888D03*
D18*
X172780503Y-72317888D03*
%TD*%
D20*
%TO.C,S4*%
X64428797Y-80146351D03*
X52731006Y-78961372D03*
%TD*%
D13*
%TO.C,D7*%
X115630496Y-80415891D03*
X118930496Y-80415891D03*
%TD*%
%TO.C,D27*%
X151630495Y-56825893D03*
X154930495Y-56825893D03*
%TD*%
D19*
%TO.C,D1*%
X61270005Y-100549303D03*
X64557447Y-100261689D03*
%TD*%
D20*
%TO.C,S6*%
X83841934Y-95512876D03*
X72144143Y-94327897D03*
%TD*%
D17*
%TO.C,J16*%
X170240500Y-73333880D03*
D18*
X170240500Y-72317880D03*
%TD*%
D16*
%TO.C,S21*%
X138555498Y-65975885D03*
X127005498Y-63775885D03*
%TD*%
%TO.C,S12*%
X102555493Y-48975891D03*
X91005493Y-46775891D03*
%TD*%
D19*
%TO.C,D3*%
X76238210Y-65109875D03*
X79525652Y-64822261D03*
%TD*%
D16*
%TO.C,S18*%
X138555498Y-116975891D03*
X127005498Y-114775891D03*
%TD*%
D21*
%TO.C,J10*%
X175788493Y-45925883D03*
D22*
X174772493Y-45925883D03*
%TD*%
D16*
%TO.C,S9*%
X102555497Y-99975882D03*
X91005497Y-97775882D03*
%TD*%
D19*
%TO.C,D18*%
X79401971Y-101271753D03*
X82689413Y-100984139D03*
%TD*%
D20*
%TO.C,S8*%
X80878646Y-61642244D03*
X69180855Y-60457265D03*
%TD*%
D19*
%TO.C,D2*%
X79201507Y-98980500D03*
X82488949Y-98692886D03*
%TD*%
D13*
%TO.C,D12*%
X151630504Y-88525880D03*
X154930504Y-88525880D03*
%TD*%
D20*
%TO.C,S5*%
X85323582Y-112448172D03*
X73625791Y-111263193D03*
%TD*%
D17*
%TO.C,J18*%
X175320498Y-73333884D03*
D18*
X175320498Y-72317884D03*
%TD*%
D19*
%TO.C,D17*%
X58507169Y-68969922D03*
X61794611Y-68682308D03*
%TD*%
D16*
%TO.C,S13*%
X120555488Y-111365884D03*
X109005488Y-109165884D03*
%TD*%
D19*
%TO.C,D16*%
X61470466Y-102840548D03*
X64757908Y-102552934D03*
%TD*%
D16*
%TO.C,S10*%
X102555505Y-82975889D03*
X91005505Y-80775889D03*
X189961808Y-81633435D03*
D13*
X189961808Y-80617435D03*
%TD*%
D14*
%TO.C,S22*%
X138555507Y-48975887D03*
X127005507Y-46775887D03*
X153196801Y-57275431D03*
X141646801Y-55075431D03*
%TD*%
D19*
%TO.C,D15*%
X42057314Y-87474046D03*
X45344756Y-87186432D03*
%TD*%
D13*
%TO.C,D11*%
X133630489Y-52025889D03*
X136930489Y-52025889D03*
%TD*%
D20*
%TO.C,S2*%
X67392090Y-114016966D03*
X55694299Y-112831987D03*
%TD*%
D16*
%TO.C,S11*%
X102555498Y-65975887D03*
X91005498Y-63775887D03*
%TD*%
D20*
%TO.C,S7*%
X82360304Y-78577544D03*
X70662513Y-77392565D03*
%TD*%
D16*
%TO.C,S17*%
X120555491Y-43365894D03*
X109005491Y-41165894D03*
%TD*%
%TO.C,S25*%
X156555498Y-68475880D03*
X145005498Y-66275880D03*
%TD*%
D23*
%TO.C,S28*%
X179555591Y-126043531D03*
X171875335Y-134946124D03*
%TD*%
D14*
%TO.C,J7*%
X169772489Y-43375888D03*
D15*
X170788489Y-43375888D03*
%TD*%
D14*
%TO.C,J1*%
X168022493Y-92715894D03*
D15*
X169038493Y-92715894D03*
%TD*%
D14*
%TO.C,J3*%
X168022493Y-97795880D03*
D15*
X169038493Y-97795880D03*
%TO.C,D3*%
X90923101Y-73907520D03*
X94210543Y-73619906D03*
%TD*%
D16*
%TO.C,S19*%
X138555496Y-99975885D03*
X127005496Y-97775885D03*
%TD*%
%TO.C,S15*%
X120555491Y-77365889D03*
X109005491Y-75165889D03*
%TD*%
%TO.C,S20*%
X138555491Y-82975890D03*
X127005491Y-80775890D03*
%TD*%
D20*
%TO.C,S3*%
X65910440Y-97081655D03*
X54212649Y-95896676D03*
%TD*%
D24*
%TO.C,D28*%
X174607779Y-117413401D03*
X177465663Y-119063401D03*
%TD*%
D13*
%TO.C,D10*%
X133630504Y-86025886D03*
X136930504Y-86025886D03*
%TD*%
%TO.C,D29*%
X164880485Y-105525879D03*
X168180485Y-105525879D03*
%TD*%
D16*
%TO.C,S26*%
X156555492Y-51475890D03*
X145005492Y-49275890D03*
%TD*%
D13*
%TO.C,D5*%
X97630498Y-52025887D03*
X100930498Y-52025887D03*
%TD*%
%TO.C,D25*%
X133630489Y-54325891D03*
X136930489Y-54325891D03*
%TD*%
D25*
%TO.C,S27*%
X156903933Y-122010782D03*
X146316891Y-116896385D03*
%TD*%
D13*
%TO.C,D21*%
X97630499Y-54325891D03*
X100930499Y-54325891D03*
%TD*%
D16*
%TO.C,S14*%
X120555499Y-94365883D03*
X109005499Y-92165883D03*
%TD*%
%TO.C,S23*%
X156555494Y-102475887D03*
X145005494Y-100275887D03*
%TD*%
D13*
%TO.C,D20*%
X97630488Y-88325890D03*
X100930488Y-88325890D03*
%TD*%
D14*
%TO.C,J8*%
X169772497Y-45925881D03*
D15*
X170788497Y-45925881D03*
%TD*%
D13*
%TO.C,D9*%
X133630498Y-120025891D03*
X136930498Y-120025891D03*
%TD*%
D16*
%TO.C,S20*%
X156557680Y-85472957D03*
X145007680Y-83272957D03*
%TD*%
D13*
%TO.C,D8*%
X115630497Y-46415892D03*
X118930497Y-46415892D03*
%TD*%
D17*
%TO.C,J15*%
X167700503Y-73333895D03*
D18*
X167700503Y-72317895D03*
%TD*%
D13*
%TO.C,D4*%
X97630499Y-86025901D03*
X100930499Y-86025901D03*
X148271803Y-128825426D03*
X151571803Y-128825426D03*
%TD*%
%TO.C,D22*%
X115630498Y-82715890D03*
X118930498Y-82715890D03*
X130271803Y-91515433D03*
X133571803Y-91515433D03*
%TD*%
D14*
%TO.C,S14*%
X135196805Y-102665430D03*
X123646805Y-100465430D03*
%TD*%
D16*
%TO.C,D12*%
X166271806Y-97325435D03*
X169571806Y-97325435D03*
%TD*%
D14*
%TO.C,S12*%
X117196804Y-57275435D03*
X105646804Y-55075435D03*
%TD*%
D17*
%TO.C,J2*%
X182663797Y-103555432D03*
D18*
X183679797Y-103555432D03*
%TD*%
D16*
%TO.C,D13*%
X166271806Y-63325439D03*
X169571806Y-63325439D03*
%TD*%
%TO.C,D25*%
X148271804Y-63125431D03*
X151571804Y-63125431D03*
%TD*%
%TO.C,D8*%
X130271807Y-55215428D03*
X133571807Y-55215428D03*
%TD*%
%TO.C,D23*%
X130271797Y-57515430D03*
X133571797Y-57515430D03*
%TD*%
D14*
%TO.C,S24*%
X171196805Y-93775433D03*
X159646805Y-91575433D03*
%TD*%
D15*
%TO.C,D16*%
X76155346Y-111638191D03*
X79442788Y-111350577D03*
%TD*%
D16*
%TO.C,D29*%
X179521807Y-113825437D03*
X182821807Y-113825437D03*
%TD*%
D12*
%TO.C,J15*%
X182341806Y-81633437D03*
D13*
X182341806Y-80617437D03*
%TD*%
D16*
%TO.C,D20*%
X112271800Y-97125432D03*
X115571800Y-97125432D03*
%TD*%
%TO.C,D27*%
X166271804Y-65625431D03*
X169571804Y-65625431D03*
%TD*%
D14*
%TO.C,S23*%
X171196804Y-110775440D03*
X159646804Y-108575440D03*
%TD*%
D12*
%TO.C,J16*%
X184881797Y-81633434D03*
D13*
X184881797Y-80617434D03*
%TD*%
D14*
%TO.C,S20*%
X153196803Y-91275440D03*
X141646803Y-89075440D03*
%TD*%
%TO.C,S9*%
X117196801Y-108275436D03*
X105646801Y-106075436D03*
%TD*%
D16*
%TO.C,D21*%
X112271799Y-63125434D03*
X115571799Y-63125434D03*
%TD*%
%TO.C,D7*%
X130271804Y-89215436D03*
X133571804Y-89215436D03*
%TD*%
D14*
%TO.C,S21*%
X153196796Y-74275430D03*
X141646796Y-72075430D03*
%TD*%
D19*
%TO.C,S3*%
X80551734Y-105381212D03*
X68853943Y-104196233D03*
%TD*%
D16*
%TO.C,D10*%
X148271800Y-94825434D03*
X151571800Y-94825434D03*
%TD*%
D19*
%TO.C,S4*%
X79070094Y-88445899D03*
X67372303Y-87260920D03*
%TD*%
D14*
%TO.C,S18*%
X153196801Y-125275434D03*
X141646801Y-123075434D03*
%TD*%
%TO.C,S11*%
X117196803Y-74275442D03*
X105646803Y-72075442D03*
%TD*%
D16*
%TO.C,D26*%
X166271807Y-99625427D03*
X169571807Y-99625427D03*
%TD*%
D17*
%TO.C,J3*%
X182663802Y-106095430D03*
D18*
X183679802Y-106095430D03*
%TD*%
D17*
%TO.C,J7*%
X184413808Y-51675435D03*
D18*
X185429808Y-51675435D03*
%TD*%
D17*
%TO.C,J1*%
X182663800Y-101015438D03*
D18*
X183679800Y-101015438D03*
%TD*%
D14*
%TO.C,S25*%
X171196800Y-76775435D03*
X159646800Y-74575435D03*
%TD*%
D20*
%TO.C,S28*%
X194196890Y-134343073D03*
X186516634Y-143245666D03*
%TD*%
D19*
%TO.C,S5*%
X99964905Y-120747713D03*
X88267114Y-119562734D03*
%TD*%
D21*
%TO.C,S27*%
X171545233Y-130310331D03*
X160958191Y-125195934D03*
%TD*%
D22*
%TO.C,D14*%
X165869244Y-132464682D03*
X169056800Y-133318784D03*
%TD*%
D19*
%TO.C,S7*%
X97001598Y-86877094D03*
X85303807Y-85692115D03*
%TD*%
D14*
%TO.C,S15*%
X135196798Y-85665433D03*
X123646798Y-83465433D03*
%TD*%
D15*
%TO.C,D2*%
X93886392Y-107778138D03*
X97173834Y-107490524D03*
%TD*%
D12*
%TO.C,J17*%
X187421802Y-81633432D03*
D13*
X187421802Y-80617432D03*
%TD*%
D14*
%TO.C,S13*%
X135196797Y-119665434D03*
X123646797Y-117465434D03*
%TD*%
D23*
%TO.C,J10*%
X190429793Y-54225429D03*
D24*
X189413793Y-54225429D03*
%TD*%
D14*
%TO.C,S19*%
X153196801Y-108275431D03*
X141646801Y-106075431D03*
%TD*%
D16*
%TO.C,D5*%
X112271795Y-60825430D03*
X115571795Y-60825430D03*
%TD*%
D14*
%TO.C,S17*%
X135196810Y-51665433D03*
X123646810Y-49465433D03*
%TD*%
D16*
%TO.C,D11*%
X148271803Y-60825432D03*
X151571803Y-60825432D03*
%TD*%
D15*
%TO.C,D19*%
X91123556Y-76198767D03*
X94410998Y-75911153D03*
%TD*%
D14*
%TO.C,S16*%
X135196805Y-68665435D03*
X123646805Y-66465435D03*
%TD*%
%TO.C,S26*%
X171196802Y-59775437D03*
X159646802Y-57575437D03*
%TD*%
D19*
%TO.C,S2*%
X82033393Y-122316515D03*
X70335602Y-121131536D03*
%TD*%
%TO.C,S1*%
X62620242Y-106950007D03*
X50922451Y-105765028D03*
%TD*%
D25*
%TO.C,D28*%
X189249078Y-125712944D03*
X192106962Y-127362944D03*
%TD*%
D17*
%TO.C,J9*%
X184413796Y-56775432D03*
D18*
X185429796Y-56775432D03*
%TD*%
D15*
%TO.C,D17*%
X73192051Y-77767564D03*
X76479493Y-77479950D03*
%TD*%
D14*
%TO.C,S10*%
X117196796Y-91275435D03*
X105646796Y-89075435D03*
%TD*%
D19*
%TO.C,S6*%
X98483247Y-103812411D03*
X86785456Y-102627432D03*
%TD*%
D17*
%TO.C,J8*%
X184413802Y-54225432D03*
D18*
X185429802Y-54225432D03*
%TD*%
D16*
%TO.C,D6*%
X130271798Y-123215439D03*
X133571798Y-123215439D03*
%TD*%
D12*
%TO.C,J19*%
X192501798Y-81633432D03*
D13*
X192501798Y-80617432D03*
%TD*%
D16*
%TO.C,D4*%
X112271797Y-94825443D03*
X115571797Y-94825443D03*
%TD*%
%TO.C,D24*%
X148271796Y-97125434D03*
X151571796Y-97125434D03*
%TD*%
D19*
%TO.C,S8*%
X95519954Y-69941783D03*
X83822163Y-68756804D03*
%TD*%
D15*
%TO.C,D1*%
X75954884Y-109346947D03*
X79242326Y-109059333D03*
%TD*%
%TO.C,D15*%
X56742195Y-96271678D03*
X60029637Y-95984064D03*
%TD*%
%TO.C,D18*%
X94086855Y-110069380D03*
X97374297Y-109781766D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,11 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6-7.0.6~ubuntu20.04.1*%
%TF.CreationDate,2023-07-19T13:19:58+02:00*%
%TF.CreationDate,2023-08-05T11:34:34+02:00*%
%TF.ProjectId,keyboard,6b657962-6f61-4726-942e-6b696361645f,v1.0.0*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-07-19 13:19:58*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-08-05 11:34:34*
%MOMM*%
%LPD*%
G01*
@@ -15,132 +15,132 @@ G04 APERTURE LIST*
%TD*%
G04 APERTURE END LIST*
D10*
X185623450Y-122633630D02*
X68494838Y-126516486D02*
X50381121Y-112178548D01*
X200264777Y-130933179D02*
X191477805Y-146152680D01*
X189050902Y-147028090D02*
X140110393Y-128895317D01*
X197705344Y-114506266D02*
X200499185Y-129568430D01*
X197671802Y-46325441D02*
X197671810Y-114141523D01*
X189050878Y-147028155D02*
G75*
G03*
X185857879Y-121268886I-1732050J1000030D01*
X191477802Y-146152665I694822J1875455D01*
G01*
X127497548Y-27964793D02*
X163063451Y-35976992D01*
X89512126Y-33453701D02*
X106989839Y-28006478D01*
X183030411Y-38025897D02*
X48621982Y-92071493D02*
X80747721Y-55933883D01*
X142138859Y-36264320D02*
G75*
G03*
X181030488Y-36025889I-2000011J-3D01*
X141699308Y-36215436I-439559J-1951780D01*
G01*
X127497549Y-27964788D02*
X49629974Y-110784686D02*
G75*
G03*
X127058014Y-27915885I-439449J-1950012D01*
X50381122Y-112178547I1992426J174386D01*
G01*
X174409603Y-138728540D02*
X125469076Y-120595760D01*
X53853532Y-118216944D02*
X35739807Y-103879001D01*
X34988712Y-102485137D02*
X33483026Y-85275057D01*
X125469074Y-120595767D02*
X197671820Y-114141523D02*
G75*
G03*
X125081772Y-120494966I-694874J-1875433D01*
X197705344Y-114506268I1999080J-177D01*
G01*
X92090501Y-115419705D02*
X55269133Y-118641162D01*
X66566784Y-47251403D02*
X81208086Y-55550949D02*
X103714159Y-41950909D01*
X197671858Y-46325441D02*
G75*
G03*
X66106409Y-47634342I1034916J-1712397D01*
X195671803Y-44325442I-2000058J-59D01*
G01*
X89512128Y-33453707D02*
X68494826Y-126516501D02*
G75*
G03*
X89072847Y-33651362I595072J-1909493D01*
X69910447Y-126940690I1241274J1568201D01*
G01*
X33980661Y-83771949D02*
X81208083Y-55550943D02*
G75*
G03*
X33483026Y-85275057I1494759J-1328801D01*
X80747722Y-55933884I1034517J-1711857D01*
G01*
X107584936Y-27915894D02*
X107213651Y-123735429D02*
G75*
G03*
X106989839Y-28006479I-36J-1999806D01*
X106731811Y-123719248I-307551J-1975971D01*
G01*
X163063450Y-35976997D02*
X142138858Y-36264326D02*
X177704751Y-44276537D01*
X140110391Y-128895323D02*
G75*
G03*
X163502981Y-36025884I439550J1951597D01*
X139723070Y-128794506I-694691J-1874477D01*
G01*
X163502983Y-36025886D02*
X181030488Y-36025889D01*
X66566783Y-47251401D02*
X89072851Y-33651372D01*
X92572346Y-115435881D02*
X49630015Y-110784682D02*
X48124334Y-93574610D01*
X200264787Y-130933185D02*
G75*
G03*
X92090486Y-115419703I-307546J-1976119D01*
X200499190Y-129568427I-1731987J999985D01*
G01*
X33980661Y-83771949D02*
X66106409Y-47634342D01*
X174409585Y-138728588D02*
X139723070Y-128794506D02*
X107213651Y-123735426D01*
X122226249Y-36215432D02*
X141699308Y-36215436D01*
X122226249Y-36215433D02*
G75*
G03*
X176836502Y-137853123I694815J1875488D01*
X121631147Y-36306024I51J-2000267D01*
G01*
X107584936Y-27915894D02*
X127058014Y-27915885D01*
X183030496Y-38025897D02*
X183030495Y-105841966D01*
X183064032Y-106206716D02*
X185857884Y-121268883D01*
X185623478Y-122633646D02*
X176836492Y-137853134D01*
X53853548Y-118216924D02*
X104153425Y-41753245D02*
X121631147Y-36306024D01*
X104153429Y-41753256D02*
G75*
G03*
X55269134Y-118641160I1241252J1567924D01*
X103714151Y-41950910I594871J-1909044D01*
G01*
X125081772Y-120494966D02*
X92572345Y-115435885D01*
X34988735Y-102485135D02*
X106731811Y-123719247D02*
X69910438Y-126940703D01*
X178144292Y-44325435D02*
X195671803Y-44325442D01*
X48621983Y-92071494D02*
G75*
G03*
X35739807Y-103879000I1992465J174335D01*
X48124335Y-93574610I1494717J-1328806D01*
G01*
X183030503Y-105841966D02*
X177704752Y-44276534D02*
G75*
G03*
X183064029Y-106206719I1999497J-134D01*
X178144298Y-44325432I439548J1951134D01*
G01*
%TO.C,REF\u002A\u002A*%
X178930508Y-89225886D02*
X178930508Y-103825886D01*
X179230508Y-104125886D02*
X181030508Y-104125886D01*
X181030508Y-88925886D02*
X179230508Y-88925886D01*
X181330508Y-103825886D02*
X181330508Y-89225886D01*
X179230508Y-88925886D02*
X193571807Y-97525434D02*
X193571807Y-112125434D01*
X193871807Y-112425434D02*
X195671807Y-112425434D01*
X195671807Y-97225434D02*
X193871807Y-97225434D01*
X195971807Y-112125434D02*
X195971807Y-97525434D01*
X193871807Y-97225434D02*
G75*
G03*
X178930508Y-89225886I0J-300000D01*
X193571807Y-97525434I0J-300000D01*
G01*
X178930508Y-103825886D02*
X193571807Y-112125434D02*
G75*
G03*
X179230508Y-104125886I300000J0D01*
X193871807Y-112425434I300000J0D01*
G01*
X181330508Y-89225886D02*
X195971807Y-97525434D02*
G75*
G03*
X181030508Y-88925886I-300000J0D01*
X195671807Y-97225434I-300000J0D01*
G01*
X181030508Y-104125886D02*
X195671807Y-112425434D02*
G75*
G03*
X181330508Y-103825886I0J300000D01*
X195971807Y-112125434I0J300000D01*
G01*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.6-7.0.6~ubuntu20.04.1*%
%TF.CreationDate,2023-07-19T13:19:58+02:00*%
%TF.CreationDate,2023-08-05T11:34:34+02:00*%
%TF.ProjectId,keyboard,6b657962-6f61-4726-942e-6b696361645f,v1.0.0*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-07-19 13:19:58*
G04 Created by KiCad (PCBNEW 7.0.6-7.0.6~ubuntu20.04.1) date 2023-08-05 11:34:34*
%MOMM*%
%LPD*%
G01*
@@ -27,374 +27,376 @@ G04 Aperture macros list*
G04 Aperture macros list end*
%ADD10R,0.900000X0.900000*%
%ADD11R,0.900000X1.250000*%
%ADD12FreePoly0,270.000000*%
%ADD13FreePoly1,270.000000*%
%ADD14FreePoly0,180.000000*%
%ADD15FreePoly1,180.000000*%
%ADD16RotRect,0.900000X1.200000X345.000000*%
%ADD17R,0.900000X1.200000*%
%ADD18R,2.600000X2.600000*%
%ADD19RotRect,0.900000X1.200000X5.000000*%
%ADD20FreePoly0,90.000000*%
%ADD21FreePoly1,90.000000*%
%ADD22RotRect,2.600000X2.600000X185.000000*%
%ADD23RotRect,2.600000X2.600000X240.000000*%
%ADD24RotRect,0.900000X1.200000X330.000000*%
%ADD25RotRect,2.600000X2.600000X165.000000*%
%ADD12R,2.600000X2.600000*%
%ADD13RotRect,0.900000X1.200000X5.000000*%
%ADD14R,0.900000X1.200000*%
%ADD15FreePoly0,270.000000*%
%ADD16FreePoly1,270.000000*%
%ADD17FreePoly0,90.000000*%
%ADD18FreePoly1,90.000000*%
%ADD19FreePoly0,180.000000*%
%ADD20FreePoly1,180.000000*%
%ADD21RotRect,2.600000X2.600000X185.000000*%
%ADD22RotRect,2.600000X2.600000X240.000000*%
%ADD23RotRect,2.600000X2.600000X165.000000*%
%ADD24RotRect,0.900000X1.200000X345.000000*%
%ADD25RotRect,0.900000X1.200000X330.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,T1*%
X169080487Y-36625888D03*
X169080487Y-38825888D03*
X176480487Y-36625888D03*
X176480487Y-38825888D03*
X183721806Y-44925437D03*
X183721806Y-47125437D03*
X191121806Y-44925437D03*
X191121806Y-47125437D03*
D11*
X175030487Y-39800888D03*
X172030487Y-39800888D03*
X170530487Y-39800888D03*
X189671806Y-48100437D03*
X186671806Y-48100437D03*
X185171806Y-48100437D03*
%TD*%
D12*
%TO.C,J11*%
X175788489Y-43375888D03*
%TO.C,S22*%
X146646801Y-57275431D03*
X158196801Y-55075431D03*
%TD*%
D13*
X174772489Y-43375888D03*
%TO.C,D3*%
X90923101Y-73907520D03*
X94210543Y-73619906D03*
%TD*%
D14*
%TO.C,J22*%
X172780503Y-73333888D03*
%TO.C,D9*%
X148271803Y-128825426D03*
X151571803Y-128825426D03*
%TD*%
D15*
X172780503Y-72317888D03*
%TD*%
%TO.C,J11*%
X190429802Y-51675432D03*
D16*
%TO.C,D14*%
X151357346Y-123682173D03*
X154544902Y-124536275D03*
X189413802Y-51675432D03*
%TD*%
D17*
%TO.C,D26*%
X151630493Y-90825897D03*
X154930493Y-90825897D03*
D14*
%TO.C,D22*%
X130271803Y-91515433D03*
X133571803Y-91515433D03*
%TD*%
D18*
%TO.C,S16*%
X114005496Y-60365899D03*
X125555496Y-58165899D03*
D12*
%TO.C,S14*%
X128646805Y-102665430D03*
X140196805Y-100465430D03*
%TD*%
D17*
%TO.C,D6*%
X115630492Y-114415887D03*
X118930492Y-114415887D03*
D14*
%TO.C,D12*%
X166271806Y-97325435D03*
X169571806Y-97325435D03*
%TD*%
%TO.C,D13*%
X151630493Y-54525895D03*
X154930493Y-54525895D03*
%TD*%
D19*
%TO.C,D19*%
X76438676Y-67401129D03*
X79726118Y-67113515D03*
%TD*%
D20*
%TO.C,J4*%
X168022495Y-100335891D03*
D21*
X169038495Y-100335891D03*
%TD*%
D22*
%TO.C,S1*%
X41453861Y-99221332D03*
X52768167Y-96023054D03*
%TD*%
D17*
%TO.C,D23*%
X115630494Y-48715883D03*
X118930494Y-48715883D03*
%TD*%
%TO.C,D24*%
X133630488Y-88325890D03*
X136930488Y-88325890D03*
%TD*%
D22*
%TO.C,S4*%
X57903722Y-80717222D03*
X69218028Y-77518944D03*
%TD*%
D17*
%TO.C,D7*%
X115630496Y-80415891D03*
X118930496Y-80415891D03*
%TD*%
%TO.C,D27*%
X151630495Y-56825893D03*
X154930495Y-56825893D03*
%TD*%
D19*
%TO.C,D1*%
X61270005Y-100549303D03*
X64557447Y-100261689D03*
%TD*%
D22*
%TO.C,S6*%
X77316859Y-96083747D03*
X88631165Y-92885469D03*
%TD*%
D18*
%TO.C,S21*%
X132005498Y-65975885D03*
X143555498Y-63775885D03*
D15*
%TO.C,J13*%
X190429802Y-56775430D03*
D16*
X189413802Y-56775430D03*
%TD*%
D12*
%TO.C,S12*%
X96005493Y-48975891D03*
X107555493Y-46775891D03*
X110646804Y-57275435D03*
X122196804Y-55075435D03*
%TD*%
D14*
%TO.C,D13*%
X166271806Y-63325439D03*
X169571806Y-63325439D03*
%TD*%
D17*
%TO.C,J14*%
X184413802Y-54225432D03*
D18*
X185429802Y-54225432D03*
%TD*%
D14*
%TO.C,D25*%
X148271804Y-63125431D03*
X151571804Y-63125431D03*
%TD*%
%TO.C,D8*%
X130271807Y-55215428D03*
X133571807Y-55215428D03*
%TD*%
%TO.C,D23*%
X130271797Y-57515430D03*
X133571797Y-57515430D03*
%TD*%
D12*
%TO.C,S24*%
X164646805Y-93775433D03*
X176196805Y-91575433D03*
%TD*%
D13*
%TO.C,D16*%
X76155346Y-111638191D03*
X79442788Y-111350577D03*
%TD*%
D14*
%TO.C,D29*%
X179521807Y-113825437D03*
X182821807Y-113825437D03*
%TD*%
D19*
%TO.C,D3*%
X76238210Y-65109875D03*
X79525652Y-64822261D03*
%TO.C,J20*%
X192501798Y-81633432D03*
D20*
X192501798Y-80617432D03*
%TD*%
D18*
%TO.C,S18*%
X132005498Y-116975891D03*
X143555498Y-114775891D03*
D14*
%TO.C,D20*%
X112271800Y-97125432D03*
X115571800Y-97125432D03*
%TD*%
D19*
%TO.C,J24*%
X182341806Y-81633437D03*
D20*
X182341806Y-80617437D03*
%TD*%
D14*
%TO.C,D27*%
X166271804Y-65625431D03*
X169571804Y-65625431D03*
%TD*%
D12*
%TO.C,S23*%
X164646804Y-110775440D03*
X176196804Y-108575440D03*
%TD*%
%TO.C,S20*%
X146646803Y-91275440D03*
X158196803Y-89075440D03*
%TD*%
%TO.C,S9*%
X96005497Y-99975882D03*
X107555497Y-97775882D03*
%TD*%
D19*
%TO.C,D18*%
X79401971Y-101271753D03*
X82689413Y-100984139D03*
%TD*%
D22*
%TO.C,S8*%
X74353571Y-62213115D03*
X85667877Y-59014837D03*
%TD*%
D19*
%TO.C,D2*%
X79201507Y-98980500D03*
X82488949Y-98692886D03*
%TD*%
D17*
%TO.C,D12*%
X151630504Y-88525880D03*
X154930504Y-88525880D03*
%TD*%
D22*
%TO.C,S5*%
X78798507Y-113019043D03*
X90112813Y-109820765D03*
%TD*%
D19*
%TO.C,D17*%
X58507169Y-68969922D03*
X61794611Y-68682308D03*
%TD*%
D18*
%TO.C,S13*%
X114005488Y-111365884D03*
X125555488Y-109165884D03*
%TD*%
D19*
%TO.C,D16*%
X61470466Y-102840548D03*
X64757908Y-102552934D03*
%TD*%
D18*
%TO.C,S10*%
X96005505Y-82975889D03*
X107555505Y-80775889D03*
%TD*%
%TO.C,S22*%
X132005507Y-48975887D03*
X143555507Y-46775887D03*
X110646801Y-108275436D03*
X122196801Y-106075436D03*
%TD*%
D14*
%TO.C,J23*%
X170240500Y-73333880D03*
D15*
X170240500Y-72317880D03*
%TO.C,D21*%
X112271799Y-63125434D03*
X115571799Y-63125434D03*
%TD*%
D19*
%TO.C,D15*%
X42057314Y-87474046D03*
X45344756Y-87186432D03*
%TD*%
D17*
%TO.C,D11*%
X133630489Y-52025889D03*
X136930489Y-52025889D03*
%TO.C,D7*%
X130271804Y-89215436D03*
X133571804Y-89215436D03*
%TD*%
D12*
%TO.C,S21*%
X146646796Y-74275430D03*
X158196796Y-72075430D03*
%TD*%
D21*
%TO.C,S3*%
X74026659Y-105952083D03*
X85340965Y-102753805D03*
%TD*%
D14*
%TO.C,D10*%
X148271800Y-94825434D03*
X151571800Y-94825434D03*
%TD*%
D15*
%TO.C,J12*%
X175788493Y-45925883D03*
D13*
X174772493Y-45925883D03*
X190429793Y-54225429D03*
D16*
X189413793Y-54225429D03*
%TD*%
D22*
%TO.C,S2*%
X60867015Y-114587837D03*
X72181321Y-111389559D03*
D21*
%TO.C,S4*%
X72545019Y-89016770D03*
X83859325Y-85818492D03*
%TD*%
D18*
%TO.C,S11*%
X96005498Y-65975887D03*
X107555498Y-63775887D03*
D19*
%TO.C,J23*%
X184881797Y-81633434D03*
D20*
X184881797Y-80617434D03*
%TD*%
D22*
%TO.C,S7*%
X75835229Y-79148415D03*
X87149535Y-75950137D03*
%TD*%
D14*
D19*
%TO.C,J21*%
X175320498Y-73333884D03*
D15*
X175320498Y-72317884D03*
%TD*%
D14*
%TO.C,J20*%
X177860491Y-73333897D03*
D15*
X177860491Y-72317897D03*
%TD*%
D18*
%TO.C,S17*%
X114005491Y-43365894D03*
X125555491Y-41165894D03*
X189961808Y-81633435D03*
D20*
X189961808Y-80617435D03*
%TD*%
D12*
%TO.C,J13*%
X175788494Y-48475890D03*
D13*
X174772494Y-48475890D03*
%TO.C,S18*%
X146646801Y-125275434D03*
X158196801Y-123075434D03*
%TD*%
D18*
%TO.C,S11*%
X110646803Y-74275442D03*
X122196803Y-72075442D03*
%TD*%
D14*
%TO.C,D26*%
X166271807Y-99625427D03*
X169571807Y-99625427D03*
%TD*%
D12*
%TO.C,S25*%
X150005498Y-68475880D03*
X161555498Y-66275880D03*
X164646800Y-76775435D03*
X176196800Y-74575435D03*
%TD*%
D22*
%TO.C,S28*%
X190921890Y-140015539D03*
X194791634Y-128912946D03*
%TD*%
D21*
%TO.C,S5*%
X93439830Y-121318584D03*
X104754136Y-118120306D03*
%TD*%
D23*
%TO.C,S28*%
X176280591Y-131715997D03*
X180150335Y-120613404D03*
%TD*%
D20*
%TO.C,J14*%
X169772497Y-45925881D03*
D21*
X170788497Y-45925881D03*
%TD*%
D18*
%TO.C,S19*%
X132005496Y-99975885D03*
X143555496Y-97775885D03*
%TD*%
%TO.C,S15*%
X114005491Y-77365889D03*
X125555491Y-75165889D03*
%TD*%
%TO.C,S20*%
X132005491Y-82975890D03*
X143555491Y-80775890D03*
%TD*%
D22*
%TO.C,S3*%
X59385365Y-97652526D03*
X70699671Y-94454248D03*
%TO.C,S27*%
X165218419Y-128615066D03*
X176944264Y-129479389D03*
%TD*%
D24*
%TO.C,D28*%
X174607779Y-117413401D03*
X177465663Y-119063401D03*
%TO.C,D14*%
X165869244Y-132464682D03*
X169056800Y-133318784D03*
%TD*%
D17*
%TO.C,D10*%
X133630504Y-86025886D03*
X136930504Y-86025886D03*
D21*
%TO.C,S7*%
X90476523Y-87447965D03*
X101790829Y-84249687D03*
%TD*%
%TO.C,D29*%
X164880485Y-105525879D03*
X168180485Y-105525879D03*
D12*
%TO.C,S15*%
X128646798Y-85665433D03*
X140196798Y-83465433D03*
%TD*%
D18*
%TO.C,S26*%
X150005492Y-51475890D03*
X161555492Y-49275890D03*
D13*
%TO.C,D2*%
X93886392Y-107778138D03*
X97173834Y-107490524D03*
%TD*%
D12*
%TO.C,S13*%
X128646797Y-119665434D03*
X140196797Y-117465434D03*
%TD*%
%TO.C,S19*%
X146646801Y-108275431D03*
X158196801Y-106075431D03*
%TD*%
D14*
%TO.C,J24*%
X167700503Y-73333895D03*
D15*
X167700503Y-72317895D03*
%TO.C,D5*%
X112271795Y-60825430D03*
X115571795Y-60825430D03*
%TD*%
D12*
%TO.C,S17*%
X128646810Y-51665433D03*
X140196810Y-49465433D03*
%TD*%
D14*
%TO.C,D11*%
X148271803Y-60825432D03*
X151571803Y-60825432D03*
%TD*%
D13*
%TO.C,D19*%
X91123556Y-76198767D03*
X94410998Y-75911153D03*
%TD*%
D12*
%TO.C,S16*%
X128646805Y-68665435D03*
X140196805Y-66465435D03*
%TD*%
D17*
%TO.C,D5*%
X97630498Y-52025887D03*
X100930498Y-52025887D03*
%TO.C,J5*%
X182663802Y-106095430D03*
D18*
X183679802Y-106095430D03*
%TD*%
%TO.C,D25*%
X133630489Y-54325891D03*
X136930489Y-54325891D03*
D12*
%TO.C,S26*%
X164646802Y-59775437D03*
X176196802Y-57575437D03*
%TD*%
D21*
%TO.C,S2*%
X75508318Y-122887386D03*
X86822624Y-119689108D03*
%TD*%
%TO.C,S1*%
X56095167Y-107520878D03*
X67409473Y-104322600D03*
%TD*%
D25*
%TO.C,S27*%
X150577119Y-120315517D03*
X162302964Y-121179840D03*
%TO.C,D28*%
X189249078Y-125712944D03*
X192106962Y-127362944D03*
%TD*%
D13*
%TO.C,D17*%
X73192051Y-77767564D03*
X76479493Y-77479950D03*
%TD*%
D12*
%TO.C,S10*%
X110646796Y-91275435D03*
X122196796Y-89075435D03*
%TD*%
D21*
%TO.C,S6*%
X91958172Y-104383282D03*
X103272478Y-101185004D03*
%TD*%
D19*
%TO.C,J22*%
X187421802Y-81633432D03*
D20*
X187421802Y-80617432D03*
%TD*%
D14*
%TO.C,D6*%
X130271798Y-123215439D03*
X133571798Y-123215439D03*
%TD*%
D17*
%TO.C,D21*%
X97630499Y-54325891D03*
X100930499Y-54325891D03*
%TD*%
%TO.C,J4*%
X182663803Y-108635438D03*
D18*
%TO.C,S14*%
X114005499Y-94365883D03*
X125555499Y-92165883D03*
X183679803Y-108635438D03*
%TD*%
%TO.C,S23*%
X150005494Y-102475887D03*
X161555494Y-100275887D03*
%TD*%
D20*
D17*
%TO.C,J6*%
X168022501Y-95255901D03*
D21*
X169038501Y-95255901D03*
%TD*%
D17*
%TO.C,D20*%
X97630488Y-88325890D03*
X100930488Y-88325890D03*
%TD*%
%TO.C,D9*%
X133630498Y-120025891D03*
X136930498Y-120025891D03*
%TD*%
X182663797Y-103555432D03*
D18*
%TO.C,S20*%
X150007680Y-85472957D03*
X161557680Y-83272957D03*
X183679797Y-103555432D03*
%TD*%
D17*
%TO.C,D8*%
X115630497Y-46415892D03*
X118930497Y-46415892D03*
%TD*%
D20*
%TO.C,J5*%
X168022493Y-97795880D03*
D21*
X169038493Y-97795880D03*
%TD*%
D17*
D14*
%TO.C,D4*%
X97630499Y-86025901D03*
X100930499Y-86025901D03*
X112271797Y-94825443D03*
X115571797Y-94825443D03*
%TD*%
%TO.C,D22*%
X115630498Y-82715890D03*
X118930498Y-82715890D03*
%TO.C,D24*%
X148271796Y-97125434D03*
X151571796Y-97125434D03*
%TD*%
D21*
%TO.C,S8*%
X88994879Y-70512654D03*
X100309185Y-67314376D03*
%TD*%
D13*
%TO.C,D1*%
X75954884Y-109346947D03*
X79242326Y-109059333D03*
%TD*%
%TO.C,D15*%
X56742195Y-96271678D03*
X60029637Y-95984064D03*
%TD*%
%TO.C,D18*%
X94086855Y-110069380D03*
X97374297Y-109781766D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
M48
; DRILL file {KiCad 7.0.6-7.0.6~ubuntu20.04.1} date Wed 19 Jul 2023 01:19:57 PM CEST
; DRILL file {KiCad 7.0.6-7.0.6~ubuntu20.04.1} date Sat 05 Aug 2023 11:34:35 AM CEST
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-07-19T13:19:57+02:00
; #@! TF.CreationDate,2023-08-05T11:34:35+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6-7.0.6~ubuntu20.04.1
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
@@ -18,206 +18,206 @@ T4C3.429
G90
G05
T1
X171.28Y-37.726
X174.28Y-37.726
X185.922Y-46.025
X188.922Y-46.025
T2
X38.719Y-93.488
X49.677Y-92.529
X55.169Y-74.984
X56.65Y-91.919
X58.132Y-108.854
X66.127Y-74.025
X67.608Y-90.96
X69.09Y-107.896
X71.618Y-56.48
X73.1Y-73.415
X74.582Y-90.35
X76.063Y-107.286
X82.577Y-55.521
X84.058Y-72.456
X85.54Y-89.392
X87.022Y-106.327
X93.78Y-43.026
X93.78Y-94.026
X93.78Y-60.026
X93.781Y-77.026
X104.78Y-43.026
X104.78Y-94.026
X104.78Y-60.026
X104.781Y-77.026
X111.78Y-105.416
X111.78Y-37.416
X111.78Y-71.416
X111.78Y-54.416
X111.78Y-88.416
X122.78Y-105.416
X122.78Y-37.416
X122.78Y-71.416
X122.78Y-54.416
X122.78Y-88.416
X129.78Y-77.026
X129.78Y-94.026
X129.78Y-60.026
X129.78Y-111.026
X129.781Y-43.026
X140.78Y-77.026
X140.78Y-94.026
X140.78Y-60.026
X140.78Y-111.026
X140.781Y-43.026
X147.78Y-45.526
X147.78Y-96.526
X147.78Y-62.526
X147.783Y-79.523
X149.968Y-113.992
X158.78Y-45.526
X158.78Y-96.526
X158.78Y-62.526
X158.783Y-79.523
X160.593Y-116.839
X170.015Y-130.668
X175.515Y-121.142
X53.36Y-101.787
X64.318Y-100.829
X69.81Y-83.283
X71.292Y-100.219
X72.773Y-117.154
X80.768Y-82.325
X82.25Y-99.26
X83.731Y-116.195
X86.26Y-64.779
X87.741Y-81.715
X89.223Y-98.65
X90.705Y-115.585
X97.218Y-63.821
X98.7Y-80.756
X100.181Y-97.691
X101.663Y-114.626
X108.422Y-85.325
X108.422Y-102.325
X108.422Y-68.325
X108.422Y-51.325
X119.422Y-85.325
X119.422Y-102.325
X119.422Y-68.325
X119.422Y-51.325
X126.422Y-113.715
X126.422Y-79.715
X126.422Y-62.715
X126.422Y-96.715
X126.422Y-45.715
X137.422Y-113.715
X137.422Y-79.715
X137.422Y-62.715
X137.422Y-96.715
X137.422Y-45.715
X144.422Y-68.325
X144.422Y-51.325
X144.422Y-102.325
X144.422Y-119.325
X144.422Y-85.325
X155.422Y-68.325
X155.422Y-51.325
X155.422Y-102.325
X155.422Y-119.325
X155.422Y-85.325
X162.422Y-70.825
X162.422Y-53.825
X162.422Y-104.825
X162.422Y-87.825
X164.609Y-122.292
X173.422Y-70.825
X173.422Y-53.825
X173.422Y-104.825
X173.422Y-87.825
X175.234Y-125.139
X184.657Y-138.967
X190.157Y-129.441
T3
X39.544Y-97.18
X44.716Y-98.936
X44.716Y-98.936
X49.506Y-96.308
X55.994Y-78.676
X57.475Y-95.611
X58.957Y-112.547
X61.166Y-80.432
X61.166Y-80.432
X62.648Y-97.367
X62.648Y-97.367
X64.13Y-114.302
X64.13Y-114.302
X65.955Y-77.804
X67.437Y-94.74
X68.919Y-111.675
X72.443Y-60.172
X73.925Y-77.107
X75.407Y-94.042
X76.888Y-110.978
X77.616Y-61.928
X77.616Y-61.928
X79.098Y-78.863
X79.098Y-78.863
X80.579Y-95.798
X80.579Y-95.798
X82.061Y-112.734
X82.061Y-112.734
X82.405Y-59.3
X83.887Y-76.236
X85.369Y-93.171
X86.85Y-110.106
X94.28Y-46.776
X94.28Y-97.776
X94.28Y-63.776
X94.281Y-80.776
X99.28Y-48.976
X99.28Y-48.976
X99.28Y-99.976
X99.28Y-99.976
X99.28Y-65.976
X99.28Y-65.976
X99.281Y-82.976
X99.281Y-82.976
X104.28Y-46.776
X104.28Y-97.776
X104.28Y-63.776
X104.281Y-80.776
X112.28Y-109.166
X112.28Y-41.166
X112.28Y-75.166
X112.28Y-58.166
X112.28Y-92.166
X117.28Y-111.366
X117.28Y-111.366
X117.28Y-43.366
X117.28Y-43.366
X117.28Y-77.366
X117.28Y-77.366
X117.28Y-60.366
X117.28Y-60.366
X117.28Y-94.366
X117.28Y-94.366
X122.28Y-109.166
X122.28Y-41.166
X122.28Y-75.166
X122.28Y-58.166
X122.28Y-92.166
X130.28Y-80.776
X130.28Y-97.776
X130.28Y-63.776
X130.28Y-114.776
X130.281Y-46.776
X135.28Y-82.976
X135.28Y-82.976
X135.28Y-99.976
X135.28Y-99.976
X135.28Y-65.976
X135.28Y-65.976
X135.28Y-116.976
X135.28Y-116.976
X135.281Y-48.976
X135.281Y-48.976
X140.28Y-80.776
X140.28Y-97.776
X140.28Y-63.776
X140.28Y-114.776
X140.281Y-46.776
X148.28Y-49.276
X148.28Y-100.276
X148.28Y-66.276
X148.283Y-83.273
X149.48Y-117.744
X153.28Y-51.476
X153.28Y-51.476
X153.28Y-102.476
X153.28Y-102.476
X153.28Y-68.476
X153.28Y-68.476
X153.283Y-85.473
X153.283Y-85.473
X153.741Y-121.163
X153.741Y-121.163
X158.28Y-49.276
X158.28Y-100.276
X158.28Y-66.276
X158.283Y-83.273
X159.14Y-120.332
X173.513Y-132.11
X177.918Y-128.88
X177.918Y-128.88
X178.513Y-123.45
X54.185Y-105.48
X59.358Y-107.235
X59.358Y-107.235
X64.147Y-104.608
X70.635Y-86.975
X72.116Y-103.911
X73.598Y-120.846
X75.808Y-88.731
X75.808Y-88.731
X77.289Y-105.667
X77.289Y-105.667
X78.771Y-122.602
X78.771Y-122.602
X80.597Y-86.104
X82.078Y-103.039
X83.56Y-119.975
X87.085Y-68.471
X88.566Y-85.407
X90.048Y-102.342
X91.53Y-119.277
X92.257Y-70.227
X92.257Y-70.227
X93.739Y-87.163
X93.739Y-87.163
X95.221Y-104.098
X95.221Y-104.098
X96.702Y-121.033
X96.702Y-121.033
X97.047Y-67.6
X98.528Y-84.535
X100.01Y-101.47
X101.492Y-118.406
X108.922Y-89.075
X108.922Y-106.075
X108.922Y-72.075
X108.922Y-55.075
X113.922Y-91.275
X113.922Y-91.275
X113.922Y-108.275
X113.922Y-108.275
X113.922Y-74.275
X113.922Y-74.275
X113.922Y-57.275
X113.922Y-57.275
X118.922Y-89.075
X118.922Y-106.075
X118.922Y-72.075
X118.922Y-55.075
X126.922Y-117.465
X126.922Y-83.465
X126.922Y-66.465
X126.922Y-100.465
X126.922Y-49.465
X131.922Y-119.665
X131.922Y-119.665
X131.922Y-85.665
X131.922Y-85.665
X131.922Y-68.665
X131.922Y-68.665
X131.922Y-102.665
X131.922Y-102.665
X131.922Y-51.665
X131.922Y-51.665
X136.922Y-117.465
X136.922Y-83.465
X136.922Y-66.465
X136.922Y-100.465
X136.922Y-49.465
X144.922Y-72.075
X144.922Y-55.075
X144.922Y-106.075
X144.922Y-123.075
X144.922Y-89.075
X149.922Y-74.275
X149.922Y-74.275
X149.922Y-57.275
X149.922Y-57.275
X149.922Y-108.275
X149.922Y-108.275
X149.922Y-125.275
X149.922Y-125.275
X149.922Y-91.275
X149.922Y-91.275
X154.922Y-72.075
X154.922Y-55.075
X154.922Y-106.075
X154.922Y-123.075
X154.922Y-89.075
X162.922Y-74.575
X162.922Y-57.575
X162.922Y-108.575
X162.922Y-91.575
X164.122Y-126.044
X167.922Y-76.775
X167.922Y-76.775
X167.922Y-59.775
X167.922Y-59.775
X167.922Y-110.775
X167.922Y-110.775
X167.922Y-93.775
X167.922Y-93.775
X168.382Y-129.463
X168.382Y-129.463
X172.922Y-74.575
X172.922Y-57.575
X172.922Y-108.575
X172.922Y-91.575
X173.781Y-128.632
X188.154Y-140.409
X192.559Y-137.179
X192.559Y-137.179
X193.154Y-131.749
T4
X44.198Y-93.009
X60.648Y-74.504
X62.129Y-91.44
X63.611Y-108.375
X77.098Y-56.0
X78.579Y-72.936
X80.061Y-89.871
X81.542Y-106.806
X99.28Y-43.026
X99.28Y-94.026
X99.28Y-60.026
X99.281Y-77.026
X117.28Y-105.416
X117.28Y-37.416
X117.28Y-71.416
X117.28Y-54.416
X117.28Y-88.416
X135.28Y-77.026
X135.28Y-94.026
X135.28Y-60.026
X135.28Y-111.026
X135.281Y-43.026
X153.28Y-45.526
X153.28Y-96.526
X153.28Y-62.526
X153.283Y-79.523
X155.28Y-115.416
X172.765Y-125.905
X58.839Y-101.308
X75.289Y-82.804
X76.771Y-99.739
X78.252Y-116.675
X91.739Y-64.3
X93.22Y-81.235
X94.702Y-98.17
X96.184Y-115.106
X113.922Y-85.325
X113.922Y-102.325
X113.922Y-68.325
X113.922Y-51.325
X131.922Y-113.715
X131.922Y-79.715
X131.922Y-62.715
X131.922Y-96.715
X131.922Y-45.715
X149.922Y-68.325
X149.922Y-51.325
X149.922Y-102.325
X149.922Y-119.325
X149.922Y-85.325
X167.922Y-70.825
X167.922Y-53.825
X167.922Y-104.825
X167.922Y-87.825
X169.922Y-123.715
X187.407Y-134.204
T0
M30

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
M48
; DRILL file {KiCad 7.0.6-7.0.6~ubuntu20.04.1} date Wed 19 Jul 2023 01:19:57 PM CEST
; DRILL file {KiCad 7.0.6-7.0.6~ubuntu20.04.1} date Sat 05 Aug 2023 11:34:35 AM CEST
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-07-19T13:19:57+02:00
; #@! TF.CreationDate,2023-08-05T11:34:35+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.6-7.0.6~ubuntu20.04.1
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
@@ -30,234 +30,236 @@ T10C4.100
G90
G05
T1
X42.954Y-87.396
X44.448Y-87.265
X59.404Y-68.891
X60.898Y-68.761
X62.167Y-100.471
X62.367Y-102.762
X63.661Y-100.34
X63.861Y-102.631
X77.135Y-65.031
X77.335Y-67.323
X78.629Y-64.901
X78.83Y-67.192
X80.098Y-98.902
X80.299Y-101.193
X81.592Y-98.771
X81.793Y-101.063
X98.53Y-88.326
X98.53Y-52.026
X98.53Y-54.326
X98.53Y-86.026
X100.03Y-88.326
X100.03Y-52.026
X100.03Y-54.326
X100.03Y-86.026
X116.53Y-114.416
X116.53Y-48.716
X116.53Y-80.416
X116.53Y-46.416
X116.53Y-82.716
X118.03Y-114.416
X118.03Y-48.716
X118.03Y-80.416
X118.03Y-46.416
X118.03Y-82.716
X134.53Y-88.326
X134.53Y-52.026
X134.53Y-54.326
X134.53Y-120.026
X134.531Y-86.026
X136.03Y-88.326
X136.03Y-52.026
X136.03Y-54.326
X136.03Y-120.026
X136.031Y-86.026
X152.227Y-123.915
X152.53Y-54.526
X152.53Y-90.826
X152.53Y-56.826
X152.531Y-88.526
X153.676Y-124.303
X154.03Y-54.526
X154.03Y-90.826
X154.03Y-56.826
X154.031Y-88.526
X165.78Y-105.526
X167.28Y-105.526
X175.387Y-117.863
X176.686Y-118.613
X57.639Y-96.193
X59.133Y-96.063
X74.089Y-77.689
X75.583Y-77.558
X76.851Y-109.269
X77.052Y-111.56
X78.346Y-109.138
X78.546Y-111.429
X91.82Y-73.829
X92.02Y-76.12
X93.314Y-73.698
X93.514Y-75.99
X94.783Y-107.7
X94.983Y-109.991
X96.277Y-107.569
X96.478Y-109.86
X113.172Y-60.825
X113.172Y-94.825
X113.172Y-63.125
X113.172Y-97.125
X114.672Y-60.825
X114.672Y-94.825
X114.672Y-63.125
X114.672Y-97.125
X131.172Y-57.515
X131.172Y-123.215
X131.172Y-91.515
X131.172Y-89.215
X131.172Y-55.215
X132.672Y-57.515
X132.672Y-123.215
X132.672Y-91.515
X132.672Y-89.215
X132.672Y-55.215
X149.172Y-97.125
X149.172Y-94.825
X149.172Y-60.825
X149.172Y-128.825
X149.172Y-63.125
X150.672Y-97.125
X150.672Y-94.825
X150.672Y-60.825
X150.672Y-128.825
X150.672Y-63.125
X166.739Y-132.698
X167.172Y-65.625
X167.172Y-63.325
X167.172Y-97.325
X167.172Y-99.625
X168.187Y-133.086
X168.672Y-65.625
X168.672Y-63.325
X168.672Y-97.325
X168.672Y-99.625
X180.422Y-113.825
X181.922Y-113.825
X190.029Y-126.163
X191.328Y-126.913
T2
X41.514Y-94.71
X47.068Y-96.231
X57.967Y-76.205
X59.45Y-93.185
X60.936Y-110.176
X63.0Y-86.75
X63.521Y-77.727
X64.182Y-85.313
X65.003Y-94.707
X66.49Y-111.697
X68.5Y-102.25
X70.5Y-104.5
X74.417Y-57.701
X75.899Y-74.681
X77.381Y-91.572
X78.867Y-108.562
X79.971Y-59.223
X81.453Y-76.203
X82.183Y-84.541
X82.934Y-93.093
X83.0Y-67.0
X84.421Y-110.084
X85.5Y-82.25
X87.0Y-101.25
X94.75Y-74.25
X96.35Y-61.515
X96.372Y-44.537
X96.385Y-78.485
X96.392Y-95.537
X101.75Y-63.515
X101.772Y-46.537
X101.778Y-70.957
X101.785Y-80.485
X101.792Y-97.537
X103.75Y-87.75
X107.0Y-68.5
X114.424Y-106.892
X114.427Y-38.892
X114.45Y-56.015
X114.485Y-72.985
X114.492Y-90.037
X119.25Y-100.0
X119.824Y-108.892
X119.827Y-40.892
X119.844Y-67.383
X119.85Y-58.015
X119.885Y-74.985
X119.892Y-92.037
X126.75Y-54.5
X127.0Y-68.0
X132.427Y-44.592
X132.45Y-61.515
X132.485Y-78.485
X132.492Y-95.537
X132.562Y-112.575
X134.5Y-71.75
X137.75Y-105.5
X137.827Y-46.592
X137.85Y-63.515
X137.878Y-74.883
X137.885Y-80.485
X137.892Y-97.537
X137.962Y-114.575
X143.0Y-91.0
X150.427Y-46.992
X150.45Y-64.015
X150.485Y-80.985
X150.492Y-98.037
X152.096Y-116.159
X155.5Y-107.75
X155.827Y-48.992
X155.85Y-66.015
X155.878Y-75.88
X155.885Y-82.985
X155.892Y-100.037
X156.795Y-119.488
X157.75Y-55.0
X159.448Y-71.882
X159.448Y-73.881
X159.448Y-74.881
X159.448Y-72.882
X159.448Y-70.883
X159.478Y-75.88
X159.75Y-58.25
X159.99Y-102.729
X160.548Y-88.483
X160.598Y-78.023
X161.0Y-90.75
X161.548Y-88.483
X161.597Y-78.038
X162.597Y-78.029
X163.75Y-75.75
X167.698Y-51.083
X167.701Y-71.413
X170.24Y-71.453
X170.248Y-53.583
X171.572Y-91.479
X171.598Y-52.383
X171.848Y-49.933
X171.848Y-46.983
X172.25Y-120.5
X172.42Y-95.256
X172.605Y-129.144
X172.748Y-48.483
X172.781Y-71.433
X172.848Y-43.383
X173.269Y-92.57
X173.548Y-44.783
X175.32Y-69.933
X176.648Y-54.733
X177.037Y-125.467
X177.86Y-71.383
X56.139Y-103.139
X61.974Y-104.436
X72.598Y-84.634
X74.02Y-101.577
X75.554Y-118.508
X78.014Y-94.765
X78.434Y-85.931
X79.094Y-93.483
X79.856Y-102.873
X81.389Y-119.804
X83.644Y-109.865
X84.314Y-112.405
X89.005Y-66.124
X90.539Y-83.055
X91.961Y-99.997
X93.495Y-116.928
X94.841Y-67.42
X96.374Y-84.351
X97.047Y-92.64
X97.796Y-101.294
X98.024Y-75.865
X98.914Y-90.425
X99.33Y-118.225
X100.884Y-109.705
X109.364Y-82.845
X111.022Y-86.909
X111.029Y-52.907
X111.074Y-103.909
X111.082Y-69.907
X116.722Y-88.709
X116.729Y-80.547
X116.729Y-54.707
X116.774Y-105.709
X116.782Y-71.707
X118.444Y-96.625
X119.754Y-77.835
X129.012Y-81.299
X129.015Y-115.301
X129.019Y-47.297
X129.064Y-98.299
X129.072Y-64.297
X134.044Y-108.295
X134.712Y-83.099
X134.715Y-117.101
X134.719Y-49.097
X134.719Y-78.369
X134.764Y-100.099
X134.772Y-66.097
X136.214Y-74.135
X141.514Y-97.515
X145.614Y-79.855
X147.012Y-86.919
X147.019Y-52.917
X147.021Y-120.911
X147.064Y-103.919
X147.072Y-69.917
X151.984Y-113.595
X152.712Y-88.719
X152.719Y-54.717
X152.719Y-83.322
X152.721Y-122.711
X152.764Y-105.719
X152.772Y-71.717
X153.174Y-116.115
X154.494Y-95.375
X165.012Y-89.409
X165.019Y-55.407
X165.064Y-106.409
X165.072Y-72.407
X166.709Y-124.499
X170.712Y-91.209
X170.719Y-57.207
X170.764Y-108.209
X170.772Y-74.207
X171.584Y-85.145
X171.748Y-127.713
X172.6Y-64.0
X173.434Y-99.955
X173.857Y-82.321
X173.857Y-79.322
X173.857Y-80.322
X173.857Y-81.321
X173.857Y-83.32
X174.324Y-122.345
X174.6Y-66.8
X175.6Y-85.665
X175.674Y-110.915
X175.674Y-98.7
X175.674Y-97.415
X176.673Y-85.665
X177.8Y-85.665
X178.204Y-93.795
X179.8Y-83.8
X182.319Y-59.407
X182.342Y-79.707
X184.532Y-135.445
X184.882Y-79.707
X184.919Y-61.807
X186.219Y-60.707
X186.412Y-55.207
X186.419Y-58.507
X187.119Y-99.907
X187.282Y-137.522
X187.419Y-51.707
X187.422Y-79.707
X187.422Y-56.878
X188.066Y-127.324
X188.067Y-103.555
X188.296Y-53.107
X189.019Y-101.015
X189.962Y-78.507
X191.219Y-62.907
X191.691Y-133.486
X192.502Y-79.707
T3
X165.031Y-37.826
X180.531Y-37.826
X179.672Y-46.125
X195.172Y-46.125
T4
X164.681Y-90.326
X164.681Y-102.726
X165.906Y-92.716
X165.906Y-95.256
X165.906Y-97.796
X165.906Y-100.336
X166.531Y-90.326
X166.531Y-102.726
X179.322Y-98.625
X179.322Y-111.025
X180.547Y-101.015
X180.547Y-103.555
X180.547Y-106.095
X180.547Y-108.635
X181.172Y-98.625
X181.172Y-111.025
T5
X167.7Y-75.326
X170.24Y-75.326
X172.78Y-75.326
X175.32Y-75.326
X177.86Y-75.326
X182.342Y-83.625
X184.882Y-83.625
X187.422Y-83.625
X189.962Y-83.625
X192.502Y-83.625
T6
X165.16Y-40.856
X165.16Y-43.396
X165.16Y-45.936
X165.16Y-48.476
X165.16Y-51.016
X165.16Y-53.556
X165.16Y-56.096
X165.16Y-58.636
X165.16Y-61.176
X165.16Y-63.716
X165.16Y-66.256
X165.16Y-68.796
X180.4Y-40.856
X180.4Y-43.396
X180.4Y-45.936
X180.4Y-48.476
X180.4Y-51.016
X180.4Y-53.556
X180.4Y-56.096
X180.4Y-58.636
X180.4Y-61.176
X180.4Y-63.716
X180.4Y-66.256
X180.4Y-68.796
X179.802Y-49.155
X179.802Y-51.695
X179.802Y-54.235
X179.802Y-56.775
X179.802Y-59.315
X179.802Y-61.855
X179.802Y-64.395
X179.802Y-66.935
X179.802Y-69.475
X179.802Y-72.015
X179.802Y-74.555
X179.802Y-77.095
X195.042Y-49.155
X195.042Y-51.695
X195.042Y-54.235
X195.042Y-56.775
X195.042Y-59.315
X195.042Y-61.855
X195.042Y-64.395
X195.042Y-66.935
X195.042Y-69.475
X195.042Y-72.015
X195.042Y-74.555
X195.042Y-77.095
T7
X165.16Y-40.856
X180.4Y-40.856
X179.802Y-49.155
X195.042Y-49.155
T8
X169.531Y-81.826
X176.031Y-81.826
X184.172Y-90.125
X190.672Y-90.125
T9
X165.281Y-81.826
X180.28Y-81.826
X179.922Y-90.125
X194.922Y-90.125
T10
X71.836Y-99.123
X88.28Y-51.526
X126.28Y-102.526
X144.28Y-53.776
X169.659Y-110.749
X86.477Y-107.423
X102.922Y-59.825
X140.922Y-110.825
X158.922Y-61.075
X184.3Y-119.049
T0
M30

View File

@@ -5,7 +5,7 @@
"Application": "Pcbnew",
"Version": "7.0.6-7.0.6~ubuntu20.04.1"
},
"CreationDate": "2023-07-19T13:19:58+02:00"
"CreationDate": "2023-08-05T11:34:34+02:00"
},
"GeneralSpecs": {
"ProjectId": {
@@ -82,6 +82,7 @@
"MaterialStackup": [
{
"Type": "Legend",
"Color": "White",
"Name": "Top Silk Screen"
},
{
@@ -90,6 +91,7 @@
},
{
"Type": "SolderMask",
"Color": "Black",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
@@ -112,6 +114,7 @@
},
{
"Type": "SolderMask",
"Color": "Black",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
@@ -121,6 +124,7 @@
},
{
"Type": "Legend",
"Color": "White",
"Name": "Bottom Silk Screen"
}
]

47
images/corax.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 KiB

BIN
images/pcb_render_back.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

BIN
images/pcb_render_front.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -34,9 +34,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.0,
"height": 2.6,
"width": 2.6
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.12,
"silk_text_italic": false,
@@ -48,13 +48,7 @@
"min_clearance": 0.508
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"diff_pair_dimensions": [],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
@@ -170,15 +164,8 @@
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"track_widths": [],
"via_dimensions": [],
"zones_allow_external_fillets": false
},
"layer_presets": [],
@@ -425,23 +412,6 @@
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Large",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {