circuit-to-canvas 0.0.17 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/index.d.ts +32 -8
  2. package/dist/index.js +179 -13
  3. package/lib/drawer/CircuitToCanvasDrawer.ts +14 -2
  4. package/lib/drawer/elements/index.ts +5 -0
  5. package/lib/drawer/elements/pcb-copper-text.ts +2 -2
  6. package/lib/drawer/elements/pcb-note-dimension.ts +201 -0
  7. package/lib/drawer/shapes/arrow.ts +36 -0
  8. package/lib/drawer/shapes/index.ts +1 -0
  9. package/lib/drawer/shapes/text/getAlphabetLayout.ts +41 -0
  10. package/lib/drawer/shapes/text/getTextStartPosition.ts +53 -0
  11. package/lib/drawer/shapes/text/index.ts +3 -0
  12. package/lib/drawer/shapes/{text.ts → text/text.ts} +5 -104
  13. package/package.json +2 -1
  14. package/tests/board-snapshot/__snapshots__/usb-c-flashlight-board.snap.png +0 -0
  15. package/tests/board-snapshot/usb-c-flashlight-board.test.ts +15 -0
  16. package/tests/board-snapshot/usb-c-flashlight.json +2456 -0
  17. package/tests/elements/__snapshots__/fabrication-note-text-descenders.snap.png +0 -0
  18. package/tests/elements/__snapshots__/fabrication-note-text-full-charset.snap.png +0 -0
  19. package/tests/elements/__snapshots__/pcb-fabrication-note-text-rgba-color.snap.png +0 -0
  20. package/tests/elements/__snapshots__/pcb-fabrication-note-text-small.snap.png +0 -0
  21. package/tests/elements/__snapshots__/pcb-note-dimension-angled-and-vertical.snap.png +0 -0
  22. package/tests/elements/__snapshots__/pcb-note-dimension-basic.snap.png +0 -0
  23. package/tests/elements/__snapshots__/pcb-note-dimension-vertical.snap.png +0 -0
  24. package/tests/elements/__snapshots__/pcb-note-dimension-with-offset.snap.png +0 -0
  25. package/tests/elements/__snapshots__/pcb-note-text-anchor-alignment.snap.png +0 -0
  26. package/tests/elements/__snapshots__/pcb-note-text-custom-color.snap.png +0 -0
  27. package/tests/elements/__snapshots__/pcb-note-text-small.snap.png +0 -0
  28. package/tests/elements/pcb-note-dimension-angled-and-vertical.test.ts +37 -0
  29. package/tests/elements/pcb-note-dimension-basic.test.ts +36 -0
  30. package/tests/elements/pcb-note-dimension-vertical.test.ts +42 -0
  31. package/tests/elements/pcb-note-dimension-with-offset.test.ts +38 -0
  32. package/tests/fixtures/assets/label-circuit-to-canvas.png +0 -0
  33. package/tests/fixtures/assets/label-circuit-to-svg.png +0 -0
  34. package/tests/fixtures/getStackedPngSvgComparison.ts +62 -0
  35. package/tests/fixtures/stackPngsVertically.ts +82 -0
  36. package/tests/shapes/__snapshots__/oval.snap.png +0 -0
  37. package/tsconfig.json +1 -0
@@ -0,0 +1,2456 @@
1
+ [
2
+ {
3
+ "type": "source_project_metadata",
4
+ "source_project_metadata_id": "source_project_metadata_0",
5
+ "software_used_string": "@tscircuit/core@0.0.727"
6
+ },
7
+ {
8
+ "type": "source_group",
9
+ "source_group_id": "source_group_0",
10
+ "is_subcircuit": true,
11
+ "subcircuit_id": "subcircuit_source_group_0"
12
+ },
13
+ {
14
+ "type": "source_port",
15
+ "source_port_id": "source_port_0",
16
+ "name": "GND1",
17
+ "pin_number": 1,
18
+ "port_hints": ["GND1", "A1", "pin1", "1"],
19
+ "source_component_id": "source_component_0",
20
+ "subcircuit_id": "subcircuit_source_group_0"
21
+ },
22
+ {
23
+ "type": "source_port",
24
+ "source_port_id": "source_port_1",
25
+ "name": "GND2",
26
+ "pin_number": 2,
27
+ "port_hints": ["GND2", "B12", "pin2", "2"],
28
+ "source_component_id": "source_component_0",
29
+ "subcircuit_id": "subcircuit_source_group_0"
30
+ },
31
+ {
32
+ "type": "source_port",
33
+ "source_port_id": "source_port_2",
34
+ "name": "VBUS1",
35
+ "pin_number": 3,
36
+ "port_hints": ["VBUS1", "A4", "pin3", "3"],
37
+ "source_component_id": "source_component_0",
38
+ "subcircuit_id": "subcircuit_source_group_0"
39
+ },
40
+ {
41
+ "type": "source_port",
42
+ "source_port_id": "source_port_3",
43
+ "name": "VBUS2",
44
+ "pin_number": 4,
45
+ "port_hints": ["VBUS2", "B9", "pin4", "4"],
46
+ "source_component_id": "source_component_0",
47
+ "subcircuit_id": "subcircuit_source_group_0"
48
+ },
49
+ {
50
+ "type": "source_port",
51
+ "source_port_id": "source_port_4",
52
+ "name": "SBU2",
53
+ "pin_number": 5,
54
+ "port_hints": ["SBU2", "B8", "pin5", "5"],
55
+ "source_component_id": "source_component_0",
56
+ "subcircuit_id": "subcircuit_source_group_0"
57
+ },
58
+ {
59
+ "type": "source_port",
60
+ "source_port_id": "source_port_5",
61
+ "name": "CC1",
62
+ "pin_number": 6,
63
+ "port_hints": ["CC1", "A5", "pin6", "6"],
64
+ "source_component_id": "source_component_0",
65
+ "subcircuit_id": "subcircuit_source_group_0"
66
+ },
67
+ {
68
+ "type": "source_port",
69
+ "source_port_id": "source_port_6",
70
+ "name": "DM2",
71
+ "pin_number": 7,
72
+ "port_hints": ["DM2", "B7", "pin7", "7"],
73
+ "source_component_id": "source_component_0",
74
+ "subcircuit_id": "subcircuit_source_group_0"
75
+ },
76
+ {
77
+ "type": "source_port",
78
+ "source_port_id": "source_port_7",
79
+ "name": "DP1",
80
+ "pin_number": 8,
81
+ "port_hints": ["DP1", "A6", "pin8", "8"],
82
+ "source_component_id": "source_component_0",
83
+ "subcircuit_id": "subcircuit_source_group_0"
84
+ },
85
+ {
86
+ "type": "source_port",
87
+ "source_port_id": "source_port_8",
88
+ "name": "DM1",
89
+ "pin_number": 9,
90
+ "port_hints": ["DM1", "A7", "pin9", "9"],
91
+ "source_component_id": "source_component_0",
92
+ "subcircuit_id": "subcircuit_source_group_0"
93
+ },
94
+ {
95
+ "type": "source_port",
96
+ "source_port_id": "source_port_9",
97
+ "name": "DP2",
98
+ "pin_number": 10,
99
+ "port_hints": ["DP2", "B6", "pin10", "10"],
100
+ "source_component_id": "source_component_0",
101
+ "subcircuit_id": "subcircuit_source_group_0"
102
+ },
103
+ {
104
+ "type": "source_port",
105
+ "source_port_id": "source_port_10",
106
+ "name": "SBU1",
107
+ "pin_number": 11,
108
+ "port_hints": ["SBU1", "A8", "pin11", "11"],
109
+ "source_component_id": "source_component_0",
110
+ "subcircuit_id": "subcircuit_source_group_0"
111
+ },
112
+ {
113
+ "type": "source_port",
114
+ "source_port_id": "source_port_11",
115
+ "name": "CC2",
116
+ "pin_number": 12,
117
+ "port_hints": ["CC2", "B5", "pin12", "12"],
118
+ "source_component_id": "source_component_0",
119
+ "subcircuit_id": "subcircuit_source_group_0"
120
+ },
121
+ {
122
+ "type": "source_port",
123
+ "source_port_id": "source_port_12",
124
+ "name": "VBUS1",
125
+ "pin_number": 13,
126
+ "port_hints": ["VBUS1", "A9", "pin13", "13"],
127
+ "source_component_id": "source_component_0",
128
+ "subcircuit_id": "subcircuit_source_group_0"
129
+ },
130
+ {
131
+ "type": "source_port",
132
+ "source_port_id": "source_port_13",
133
+ "name": "VBUS2",
134
+ "pin_number": 14,
135
+ "port_hints": ["VBUS2", "B4", "pin14", "14"],
136
+ "source_component_id": "source_component_0",
137
+ "subcircuit_id": "subcircuit_source_group_0"
138
+ },
139
+ {
140
+ "type": "source_port",
141
+ "source_port_id": "source_port_14",
142
+ "name": "GND1",
143
+ "pin_number": 15,
144
+ "port_hints": ["GND1", "A12", "pin15", "15"],
145
+ "source_component_id": "source_component_0",
146
+ "subcircuit_id": "subcircuit_source_group_0"
147
+ },
148
+ {
149
+ "type": "source_port",
150
+ "source_port_id": "source_port_15",
151
+ "name": "GND2",
152
+ "pin_number": 16,
153
+ "port_hints": ["GND2", "B1", "pin16", "16"],
154
+ "source_component_id": "source_component_0",
155
+ "subcircuit_id": "subcircuit_source_group_0"
156
+ },
157
+ {
158
+ "type": "source_component",
159
+ "source_component_id": "source_component_0",
160
+ "ftype": "simple_chip",
161
+ "name": "unnamed_chip2",
162
+ "manufacturer_part_number": "TYPE-C-31-M-12",
163
+ "supplier_part_numbers": {
164
+ "jlcpcb": ["C165948"]
165
+ },
166
+ "source_group_id": "source_group_0"
167
+ },
168
+ {
169
+ "type": "source_port",
170
+ "source_port_id": "source_port_16",
171
+ "name": "pin1",
172
+ "pin_number": 1,
173
+ "port_hints": ["pin1", "anode", "pos", "left", "1"],
174
+ "source_component_id": "source_component_1",
175
+ "subcircuit_id": "subcircuit_source_group_0",
176
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net2"
177
+ },
178
+ {
179
+ "type": "source_port",
180
+ "source_port_id": "source_port_17",
181
+ "name": "pin2",
182
+ "pin_number": 2,
183
+ "port_hints": ["pin2", "cathode", "neg", "right", "2"],
184
+ "source_component_id": "source_component_1",
185
+ "subcircuit_id": "subcircuit_source_group_0",
186
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net3"
187
+ },
188
+ {
189
+ "type": "source_component",
190
+ "source_component_id": "source_component_1",
191
+ "ftype": "simple_led",
192
+ "name": "LED",
193
+ "color": "red",
194
+ "symbol_display_value": "red",
195
+ "supplier_part_numbers": {
196
+ "jlcpcb": ["965799"]
197
+ },
198
+ "are_pins_interchangeable": false,
199
+ "source_group_id": "source_group_0"
200
+ },
201
+ {
202
+ "type": "source_port",
203
+ "source_port_id": "source_port_18",
204
+ "name": "pin1",
205
+ "pin_number": 1,
206
+ "port_hints": ["pin1", "1"],
207
+ "source_component_id": "source_component_2",
208
+ "subcircuit_id": "subcircuit_source_group_0"
209
+ },
210
+ {
211
+ "type": "source_port",
212
+ "source_port_id": "source_port_19",
213
+ "name": "pin2",
214
+ "pin_number": 2,
215
+ "port_hints": ["pin2", "2"],
216
+ "source_component_id": "source_component_2",
217
+ "subcircuit_id": "subcircuit_source_group_0",
218
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net0"
219
+ },
220
+ {
221
+ "type": "source_port",
222
+ "source_port_id": "source_port_20",
223
+ "name": "pin3",
224
+ "pin_number": 3,
225
+ "port_hints": ["pin3", "3"],
226
+ "source_component_id": "source_component_2",
227
+ "subcircuit_id": "subcircuit_source_group_0",
228
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net1"
229
+ },
230
+ {
231
+ "type": "source_port",
232
+ "source_port_id": "source_port_21",
233
+ "name": "pin4",
234
+ "pin_number": 4,
235
+ "port_hints": ["pin4", "4"],
236
+ "source_component_id": "source_component_2",
237
+ "subcircuit_id": "subcircuit_source_group_0"
238
+ },
239
+ {
240
+ "type": "source_component",
241
+ "source_component_id": "source_component_2",
242
+ "name": "SW1",
243
+ "ftype": "simple_push_button",
244
+ "supplier_part_numbers": {
245
+ "jlcpcb": ["C110153"]
246
+ },
247
+ "are_pins_interchangeable": true,
248
+ "source_group_id": "source_group_0"
249
+ },
250
+ {
251
+ "type": "source_port",
252
+ "source_port_id": "source_port_22",
253
+ "name": "pin1",
254
+ "pin_number": 1,
255
+ "port_hints": ["pin1", "anode", "pos", "left", "1"],
256
+ "source_component_id": "source_component_3",
257
+ "subcircuit_id": "subcircuit_source_group_0",
258
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net0"
259
+ },
260
+ {
261
+ "type": "source_port",
262
+ "source_port_id": "source_port_23",
263
+ "name": "pin2",
264
+ "pin_number": 2,
265
+ "port_hints": ["pin2", "cathode", "neg", "right", "2"],
266
+ "source_component_id": "source_component_3",
267
+ "subcircuit_id": "subcircuit_source_group_0",
268
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net2"
269
+ },
270
+ {
271
+ "type": "source_component",
272
+ "source_component_id": "source_component_3",
273
+ "ftype": "simple_resistor",
274
+ "name": "R1",
275
+ "supplier_part_numbers": {
276
+ "jlcpcb": ["C22936", "C174300", "C2907004"]
277
+ },
278
+ "resistance": 1000,
279
+ "display_resistance": "1kΩ",
280
+ "are_pins_interchangeable": true,
281
+ "source_group_id": "source_group_0"
282
+ },
283
+ {
284
+ "type": "source_net",
285
+ "source_net_id": "source_net_0",
286
+ "name": "GND",
287
+ "member_source_group_ids": [],
288
+ "is_ground": true,
289
+ "is_power": false,
290
+ "is_positive_voltage_source": false,
291
+ "subcircuit_id": "subcircuit_source_group_0",
292
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net3"
293
+ },
294
+ {
295
+ "type": "source_net",
296
+ "source_net_id": "source_net_1",
297
+ "name": "VBUS",
298
+ "member_source_group_ids": [],
299
+ "is_ground": false,
300
+ "is_power": true,
301
+ "is_positive_voltage_source": true,
302
+ "subcircuit_id": "subcircuit_source_group_0",
303
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net1"
304
+ },
305
+ {
306
+ "type": "source_trace_not_connected_error",
307
+ "source_trace_not_connected_error_id": "source_trace_not_connected_error_0",
308
+ "error_type": "source_trace_not_connected_error",
309
+ "message": "Could not find port for selector \"chip.unnamed_chip1 > port.GND1\". Component \"chip.unnamed_chip1 > port\" not found",
310
+ "subcircuit_id": "subcircuit_source_group_0",
311
+ "source_group_id": "source_group_0",
312
+ "selectors_not_found": ["chip.unnamed_chip1 > port.GND1"]
313
+ },
314
+ {
315
+ "type": "source_trace_not_connected_error",
316
+ "source_trace_not_connected_error_id": "source_trace_not_connected_error_1",
317
+ "error_type": "source_trace_not_connected_error",
318
+ "message": "Could not find port for selector \"chip.unnamed_chip1 > port.GND2\". Component \"chip.unnamed_chip1 > port\" not found",
319
+ "subcircuit_id": "subcircuit_source_group_0",
320
+ "source_group_id": "source_group_0",
321
+ "selectors_not_found": ["chip.unnamed_chip1 > port.GND2"]
322
+ },
323
+ {
324
+ "type": "source_trace_not_connected_error",
325
+ "source_trace_not_connected_error_id": "source_trace_not_connected_error_2",
326
+ "error_type": "source_trace_not_connected_error",
327
+ "message": "Could not find port for selector \"chip.unnamed_chip1 > port.VBUS1\". Component \"chip.unnamed_chip1 > port\" not found",
328
+ "subcircuit_id": "subcircuit_source_group_0",
329
+ "source_group_id": "source_group_0",
330
+ "selectors_not_found": ["chip.unnamed_chip1 > port.VBUS1"]
331
+ },
332
+ {
333
+ "type": "source_trace_not_connected_error",
334
+ "source_trace_not_connected_error_id": "source_trace_not_connected_error_3",
335
+ "error_type": "source_trace_not_connected_error",
336
+ "message": "Could not find port for selector \"chip.unnamed_chip1 > port.VBUS2\". Component \"chip.unnamed_chip1 > port\" not found",
337
+ "subcircuit_id": "subcircuit_source_group_0",
338
+ "source_group_id": "source_group_0",
339
+ "selectors_not_found": ["chip.unnamed_chip1 > port.VBUS2"]
340
+ },
341
+ {
342
+ "type": "source_trace",
343
+ "source_trace_id": "source_trace_0",
344
+ "connected_source_port_ids": ["source_port_19", "source_port_22"],
345
+ "connected_source_net_ids": [],
346
+ "subcircuit_id": "subcircuit_source_group_0",
347
+ "display_name": "pushbutton.SW1 > port.pin2 to .R1 > .pos",
348
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net0"
349
+ },
350
+ {
351
+ "type": "source_trace",
352
+ "source_trace_id": "source_trace_1",
353
+ "connected_source_port_ids": ["source_port_20"],
354
+ "connected_source_net_ids": ["source_net_1"],
355
+ "subcircuit_id": "subcircuit_source_group_0",
356
+ "display_name": "pushbutton.SW1 > port.pin3 to net.VBUS",
357
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net1"
358
+ },
359
+ {
360
+ "type": "source_trace",
361
+ "source_trace_id": "source_trace_2",
362
+ "connected_source_port_ids": ["source_port_23", "source_port_16"],
363
+ "connected_source_net_ids": [],
364
+ "subcircuit_id": "subcircuit_source_group_0",
365
+ "display_name": ".R1 > .neg to .LED .pos",
366
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net2"
367
+ },
368
+ {
369
+ "type": "source_trace",
370
+ "source_trace_id": "source_trace_3",
371
+ "connected_source_port_ids": ["source_port_17"],
372
+ "connected_source_net_ids": ["source_net_0"],
373
+ "subcircuit_id": "subcircuit_source_group_0",
374
+ "display_name": ".LED .neg to net.GND",
375
+ "subcircuit_connectivity_map_key": "unnamedsubcircuit55_connectivity_net3"
376
+ },
377
+ {
378
+ "type": "source_pin_missing_trace_warning",
379
+ "source_pin_missing_trace_warning_id": "source_pin_missing_trace_warning_0",
380
+ "message": "Port pin1 on SW1 is missing a trace",
381
+ "source_component_id": "source_component_2",
382
+ "source_port_id": "source_port_18",
383
+ "subcircuit_id": "subcircuit_source_group_0",
384
+ "warning_type": "source_pin_missing_trace_warning"
385
+ },
386
+ {
387
+ "type": "source_pin_missing_trace_warning",
388
+ "source_pin_missing_trace_warning_id": "source_pin_missing_trace_warning_1",
389
+ "message": "Port pin4 on SW1 is missing a trace",
390
+ "source_component_id": "source_component_2",
391
+ "source_port_id": "source_port_21",
392
+ "subcircuit_id": "subcircuit_source_group_0",
393
+ "warning_type": "source_pin_missing_trace_warning"
394
+ },
395
+ {
396
+ "type": "schematic_component",
397
+ "schematic_component_id": "schematic_component_0",
398
+ "center": {
399
+ "x": -4,
400
+ "y": 0
401
+ },
402
+ "rotation": 0,
403
+ "size": {
404
+ "width": 1.6,
405
+ "height": 3.2
406
+ },
407
+ "port_arrangement": {
408
+ "left_side": {
409
+ "pins": [],
410
+ "direction": "top-to-bottom"
411
+ },
412
+ "right_side": {
413
+ "pins": [
414
+ "VBUS1",
415
+ "VBUS2",
416
+ "DP1",
417
+ "DP2",
418
+ "DM1",
419
+ "DM2",
420
+ "CC1",
421
+ "CC2",
422
+ "SBU1",
423
+ "SBU2"
424
+ ],
425
+ "direction": "top-to-bottom"
426
+ },
427
+ "bottom_side": {
428
+ "pins": ["GND1", "GND2"],
429
+ "direction": "left-to-right"
430
+ }
431
+ },
432
+ "pin_spacing": 0.2,
433
+ "pin_styles": {
434
+ "pin2": {
435
+ "right_margin": 1
436
+ },
437
+ "pin6": {
438
+ "top_margin": 0.4
439
+ },
440
+ "pin8": {
441
+ "top_margin": 0.4
442
+ },
443
+ "pin11": {
444
+ "top_margin": 0.2
445
+ }
446
+ },
447
+ "port_labels": {
448
+ "1": "GND1",
449
+ "2": "GND2",
450
+ "3": "VBUS1",
451
+ "4": "VBUS2",
452
+ "5": "SBU2",
453
+ "6": "CC1",
454
+ "7": "DM2",
455
+ "8": "DP1",
456
+ "9": "DM1",
457
+ "10": "DP2",
458
+ "11": "SBU1",
459
+ "12": "CC2",
460
+ "13": "VBUS1",
461
+ "14": "VBUS2",
462
+ "15": "GND1",
463
+ "16": "GND2"
464
+ },
465
+ "source_component_id": "source_component_0",
466
+ "schematic_group_id": "schematic_group_0"
467
+ },
468
+ {
469
+ "type": "schematic_text",
470
+ "schematic_text_id": "schematic_text_0",
471
+ "text": "TYPE-C-31-M-12",
472
+ "schematic_component_id": "schematic_component_0",
473
+ "anchor": "left",
474
+ "rotation": 0,
475
+ "position": {
476
+ "x": -3.1,
477
+ "y": 1.9500000000000002
478
+ },
479
+ "color": "#006464",
480
+ "font_size": 0.18
481
+ },
482
+ {
483
+ "type": "schematic_text",
484
+ "schematic_text_id": "schematic_text_1",
485
+ "text": "",
486
+ "schematic_component_id": "schematic_component_0",
487
+ "anchor": "left",
488
+ "rotation": 0,
489
+ "position": {
490
+ "x": -3.1,
491
+ "y": 2.1500000000000004
492
+ },
493
+ "color": "#006464",
494
+ "font_size": 0.18
495
+ },
496
+ {
497
+ "type": "schematic_component",
498
+ "schematic_component_id": "schematic_component_1",
499
+ "center": {
500
+ "x": 0,
501
+ "y": 2
502
+ },
503
+ "size": {
504
+ "width": 1.13,
505
+ "height": 0.65
506
+ },
507
+ "source_component_id": "source_component_1",
508
+ "symbol_name": "led_right",
509
+ "symbol_display_value": "red",
510
+ "schematic_group_id": "schematic_group_0"
511
+ },
512
+ {
513
+ "type": "schematic_component",
514
+ "schematic_component_id": "schematic_component_2",
515
+ "center": {
516
+ "x": 0,
517
+ "y": -2
518
+ },
519
+ "size": {
520
+ "width": 1,
521
+ "height": 0.45
522
+ },
523
+ "source_component_id": "source_component_2",
524
+ "symbol_name": "push_button_normally_open_momentary_horz",
525
+ "schematic_group_id": "schematic_group_0"
526
+ },
527
+ {
528
+ "type": "schematic_component",
529
+ "schematic_component_id": "schematic_component_3",
530
+ "center": {
531
+ "x": 0,
532
+ "y": 0
533
+ },
534
+ "size": {
535
+ "width": 1.06,
536
+ "height": 0.388910699999999
537
+ },
538
+ "source_component_id": "source_component_3",
539
+ "symbol_name": "boxresistor_right",
540
+ "symbol_display_value": "1kΩ",
541
+ "schematic_group_id": "schematic_group_0"
542
+ },
543
+ {
544
+ "type": "schematic_group",
545
+ "schematic_group_id": "schematic_group_0",
546
+ "is_subcircuit": true,
547
+ "subcircuit_id": "subcircuit_source_group_0",
548
+ "name": "unnamed_board1",
549
+ "center": {
550
+ "x": 0,
551
+ "y": 0
552
+ },
553
+ "width": 0,
554
+ "height": 0,
555
+ "schematic_component_ids": [],
556
+ "source_group_id": "source_group_0"
557
+ },
558
+ {
559
+ "type": "schematic_port",
560
+ "schematic_port_id": "schematic_port_0",
561
+ "schematic_component_id": "schematic_component_0",
562
+ "center": {
563
+ "x": -4.6,
564
+ "y": -2
565
+ },
566
+ "source_port_id": "source_port_0",
567
+ "facing_direction": "down",
568
+ "distance_from_component_edge": 0.4,
569
+ "side_of_component": "bottom",
570
+ "pin_number": 1,
571
+ "true_ccw_index": 0,
572
+ "display_pin_label": "GND1",
573
+ "is_connected": false
574
+ },
575
+ {
576
+ "type": "schematic_port",
577
+ "schematic_port_id": "schematic_port_1",
578
+ "schematic_component_id": "schematic_component_0",
579
+ "center": {
580
+ "x": -4.4,
581
+ "y": -2
582
+ },
583
+ "source_port_id": "source_port_1",
584
+ "facing_direction": "down",
585
+ "distance_from_component_edge": 0.4,
586
+ "side_of_component": "bottom",
587
+ "pin_number": 2,
588
+ "true_ccw_index": 1,
589
+ "display_pin_label": "GND2",
590
+ "is_connected": false
591
+ },
592
+ {
593
+ "type": "schematic_port",
594
+ "schematic_port_id": "schematic_port_2",
595
+ "schematic_component_id": "schematic_component_0",
596
+ "center": {
597
+ "x": -2.8,
598
+ "y": 1.4000000000000001
599
+ },
600
+ "source_port_id": "source_port_2",
601
+ "facing_direction": "right",
602
+ "distance_from_component_edge": 0.4,
603
+ "side_of_component": "right",
604
+ "pin_number": 3,
605
+ "true_ccw_index": 11,
606
+ "display_pin_label": "VBUS1",
607
+ "is_connected": false
608
+ },
609
+ {
610
+ "type": "schematic_port",
611
+ "schematic_port_id": "schematic_port_3",
612
+ "schematic_component_id": "schematic_component_0",
613
+ "center": {
614
+ "x": -2.8,
615
+ "y": 1.2
616
+ },
617
+ "source_port_id": "source_port_3",
618
+ "facing_direction": "right",
619
+ "distance_from_component_edge": 0.4,
620
+ "side_of_component": "right",
621
+ "pin_number": 4,
622
+ "true_ccw_index": 10,
623
+ "display_pin_label": "VBUS2",
624
+ "is_connected": false
625
+ },
626
+ {
627
+ "type": "schematic_port",
628
+ "schematic_port_id": "schematic_port_4",
629
+ "schematic_component_id": "schematic_component_0",
630
+ "center": {
631
+ "x": -2.8,
632
+ "y": -1.4000000000000001
633
+ },
634
+ "source_port_id": "source_port_4",
635
+ "facing_direction": "right",
636
+ "distance_from_component_edge": 0.4,
637
+ "side_of_component": "right",
638
+ "pin_number": 5,
639
+ "true_ccw_index": 2,
640
+ "display_pin_label": "SBU2",
641
+ "is_connected": false
642
+ },
643
+ {
644
+ "type": "schematic_port",
645
+ "schematic_port_id": "schematic_port_5",
646
+ "schematic_component_id": "schematic_component_0",
647
+ "center": {
648
+ "x": -2.8,
649
+ "y": -0.6000000000000001
650
+ },
651
+ "source_port_id": "source_port_5",
652
+ "facing_direction": "right",
653
+ "distance_from_component_edge": 0.4,
654
+ "side_of_component": "right",
655
+ "pin_number": 6,
656
+ "true_ccw_index": 5,
657
+ "display_pin_label": "CC1",
658
+ "is_connected": false
659
+ },
660
+ {
661
+ "type": "schematic_port",
662
+ "schematic_port_id": "schematic_port_6",
663
+ "schematic_component_id": "schematic_component_0",
664
+ "center": {
665
+ "x": -2.8,
666
+ "y": 0
667
+ },
668
+ "source_port_id": "source_port_6",
669
+ "facing_direction": "right",
670
+ "distance_from_component_edge": 0.4,
671
+ "side_of_component": "right",
672
+ "pin_number": 7,
673
+ "true_ccw_index": 6,
674
+ "display_pin_label": "DM2",
675
+ "is_connected": false
676
+ },
677
+ {
678
+ "type": "schematic_port",
679
+ "schematic_port_id": "schematic_port_7",
680
+ "schematic_component_id": "schematic_component_0",
681
+ "center": {
682
+ "x": -2.8,
683
+ "y": 0.5999999999999999
684
+ },
685
+ "source_port_id": "source_port_7",
686
+ "facing_direction": "right",
687
+ "distance_from_component_edge": 0.4,
688
+ "side_of_component": "right",
689
+ "pin_number": 8,
690
+ "true_ccw_index": 9,
691
+ "display_pin_label": "DP1",
692
+ "is_connected": false
693
+ },
694
+ {
695
+ "type": "schematic_port",
696
+ "schematic_port_id": "schematic_port_8",
697
+ "schematic_component_id": "schematic_component_0",
698
+ "center": {
699
+ "x": -2.8,
700
+ "y": 0.19999999999999996
701
+ },
702
+ "source_port_id": "source_port_8",
703
+ "facing_direction": "right",
704
+ "distance_from_component_edge": 0.4,
705
+ "side_of_component": "right",
706
+ "pin_number": 9,
707
+ "true_ccw_index": 7,
708
+ "display_pin_label": "DM1",
709
+ "is_connected": false
710
+ },
711
+ {
712
+ "type": "schematic_port",
713
+ "schematic_port_id": "schematic_port_9",
714
+ "schematic_component_id": "schematic_component_0",
715
+ "center": {
716
+ "x": -2.8,
717
+ "y": 0.3999999999999999
718
+ },
719
+ "source_port_id": "source_port_9",
720
+ "facing_direction": "right",
721
+ "distance_from_component_edge": 0.4,
722
+ "side_of_component": "right",
723
+ "pin_number": 10,
724
+ "true_ccw_index": 8,
725
+ "display_pin_label": "DP2",
726
+ "is_connected": false
727
+ },
728
+ {
729
+ "type": "schematic_port",
730
+ "schematic_port_id": "schematic_port_10",
731
+ "schematic_component_id": "schematic_component_0",
732
+ "center": {
733
+ "x": -2.8,
734
+ "y": -1.2000000000000002
735
+ },
736
+ "source_port_id": "source_port_10",
737
+ "facing_direction": "right",
738
+ "distance_from_component_edge": 0.4,
739
+ "side_of_component": "right",
740
+ "pin_number": 11,
741
+ "true_ccw_index": 3,
742
+ "display_pin_label": "SBU1",
743
+ "is_connected": false
744
+ },
745
+ {
746
+ "type": "schematic_port",
747
+ "schematic_port_id": "schematic_port_11",
748
+ "schematic_component_id": "schematic_component_0",
749
+ "center": {
750
+ "x": -2.8,
751
+ "y": -0.8
752
+ },
753
+ "source_port_id": "source_port_11",
754
+ "facing_direction": "right",
755
+ "distance_from_component_edge": 0.4,
756
+ "side_of_component": "right",
757
+ "pin_number": 12,
758
+ "true_ccw_index": 4,
759
+ "display_pin_label": "CC2",
760
+ "is_connected": false
761
+ },
762
+ {
763
+ "type": "schematic_port",
764
+ "schematic_port_id": "schematic_port_12",
765
+ "schematic_component_id": "schematic_component_1",
766
+ "center": {
767
+ "x": -0.54,
768
+ "y": 2
769
+ },
770
+ "source_port_id": "source_port_16",
771
+ "facing_direction": "left",
772
+ "distance_from_component_edge": 0.4,
773
+ "pin_number": 1,
774
+ "display_pin_label": "anode",
775
+ "is_connected": false
776
+ },
777
+ {
778
+ "type": "schematic_port",
779
+ "schematic_port_id": "schematic_port_13",
780
+ "schematic_component_id": "schematic_component_1",
781
+ "center": {
782
+ "x": 0.54,
783
+ "y": 2
784
+ },
785
+ "source_port_id": "source_port_17",
786
+ "facing_direction": "right",
787
+ "distance_from_component_edge": 0.4,
788
+ "pin_number": 2,
789
+ "display_pin_label": "cathode",
790
+ "is_connected": false
791
+ },
792
+ {
793
+ "type": "schematic_port",
794
+ "schematic_port_id": "schematic_port_14",
795
+ "schematic_component_id": "schematic_component_2",
796
+ "center": {
797
+ "x": -0.47,
798
+ "y": -2.05
799
+ },
800
+ "source_port_id": "source_port_18",
801
+ "facing_direction": "left",
802
+ "distance_from_component_edge": 0.4,
803
+ "pin_number": 1,
804
+ "is_connected": false
805
+ },
806
+ {
807
+ "type": "schematic_port",
808
+ "schematic_port_id": "schematic_port_15",
809
+ "schematic_component_id": "schematic_component_2",
810
+ "center": {
811
+ "x": 0.47,
812
+ "y": -2.05
813
+ },
814
+ "source_port_id": "source_port_19",
815
+ "facing_direction": "right",
816
+ "distance_from_component_edge": 0.4,
817
+ "pin_number": 2,
818
+ "is_connected": false
819
+ },
820
+ {
821
+ "type": "schematic_port",
822
+ "schematic_port_id": "schematic_port_16",
823
+ "schematic_component_id": "schematic_component_3",
824
+ "center": {
825
+ "x": -0.55,
826
+ "y": 0
827
+ },
828
+ "source_port_id": "source_port_22",
829
+ "facing_direction": "left",
830
+ "distance_from_component_edge": 0.4,
831
+ "pin_number": 1,
832
+ "display_pin_label": "anode",
833
+ "is_connected": false
834
+ },
835
+ {
836
+ "type": "schematic_port",
837
+ "schematic_port_id": "schematic_port_17",
838
+ "schematic_component_id": "schematic_component_3",
839
+ "center": {
840
+ "x": 0.55,
841
+ "y": 0
842
+ },
843
+ "source_port_id": "source_port_23",
844
+ "facing_direction": "right",
845
+ "distance_from_component_edge": 0.4,
846
+ "pin_number": 2,
847
+ "display_pin_label": "cathode",
848
+ "is_connected": false
849
+ },
850
+ {
851
+ "type": "schematic_net_label",
852
+ "schematic_net_label_id": "schematic_net_label_0",
853
+ "text": "LED_pin1/R1_pin2",
854
+ "anchor_position": {
855
+ "x": 0.55,
856
+ "y": 0
857
+ },
858
+ "center": {
859
+ "x": 1.35,
860
+ "y": 0
861
+ },
862
+ "anchor_side": "left"
863
+ },
864
+ {
865
+ "type": "schematic_net_label",
866
+ "schematic_net_label_id": "schematic_net_label_1",
867
+ "text": "LED_pin1/R1_pin2",
868
+ "anchor_position": {
869
+ "x": -0.565,
870
+ "y": 2
871
+ },
872
+ "center": {
873
+ "x": -1.365,
874
+ "y": 2
875
+ },
876
+ "anchor_side": "right"
877
+ },
878
+ {
879
+ "type": "schematic_net_label",
880
+ "schematic_net_label_id": "schematic_net_label_2",
881
+ "text": "SW1_pin2/R1_pin1",
882
+ "anchor_position": {
883
+ "x": 0.5,
884
+ "y": -2.05
885
+ },
886
+ "center": {
887
+ "x": 1.3,
888
+ "y": -2.05
889
+ },
890
+ "anchor_side": "left"
891
+ },
892
+ {
893
+ "type": "schematic_net_label",
894
+ "schematic_net_label_id": "schematic_net_label_3",
895
+ "text": "SW1_pin2/R1_pin1",
896
+ "anchor_position": {
897
+ "x": -0.55,
898
+ "y": 0
899
+ },
900
+ "center": {
901
+ "x": -1.35,
902
+ "y": 0
903
+ },
904
+ "anchor_side": "right"
905
+ },
906
+ {
907
+ "type": "schematic_net_label",
908
+ "schematic_net_label_id": "schematic_net_label_4",
909
+ "text": "GND",
910
+ "anchor_position": {
911
+ "x": 0.54,
912
+ "y": 2
913
+ },
914
+ "center": {
915
+ "x": 0.6900000000000001,
916
+ "y": 2
917
+ },
918
+ "anchor_side": "left",
919
+ "source_net_id": "source_net_0"
920
+ },
921
+ {
922
+ "type": "pcb_component",
923
+ "pcb_component_id": "pcb_component_0",
924
+ "center": {
925
+ "x": 0,
926
+ "y": -10.78749940000003
927
+ },
928
+ "width": 9.85022159999998,
929
+ "height": 6.773170299999838,
930
+ "layer": "top",
931
+ "rotation": 0,
932
+ "source_component_id": "source_component_0",
933
+ "subcircuit_id": "subcircuit_source_group_0"
934
+ },
935
+ {
936
+ "type": "pcb_component",
937
+ "pcb_component_id": "pcb_component_1",
938
+ "center": {
939
+ "x": 0,
940
+ "y": 12
941
+ },
942
+ "width": 2.45,
943
+ "height": 0.9499999999999993,
944
+ "layer": "top",
945
+ "rotation": 0,
946
+ "source_component_id": "source_component_1",
947
+ "subcircuit_id": "subcircuit_source_group_0"
948
+ },
949
+ {
950
+ "type": "pcb_component",
951
+ "pcb_component_id": "pcb_component_2",
952
+ "center": {
953
+ "x": 0,
954
+ "y": 0
955
+ },
956
+ "width": 8.45,
957
+ "height": 6.45,
958
+ "layer": "top",
959
+ "rotation": 90,
960
+ "source_component_id": "source_component_2",
961
+ "subcircuit_id": "subcircuit_source_group_0"
962
+ },
963
+ {
964
+ "type": "pcb_component",
965
+ "pcb_component_id": "pcb_component_3",
966
+ "center": {
967
+ "x": 0,
968
+ "y": 7
969
+ },
970
+ "width": 2.45,
971
+ "height": 0.9499999999999993,
972
+ "layer": "top",
973
+ "rotation": 0,
974
+ "source_component_id": "source_component_3",
975
+ "subcircuit_id": "subcircuit_source_group_0"
976
+ },
977
+ {
978
+ "type": "pcb_board",
979
+ "pcb_board_id": "pcb_board_0",
980
+ "center": {
981
+ "x": 0,
982
+ "y": 0
983
+ },
984
+ "thickness": 1.4,
985
+ "num_layers": 2,
986
+ "width": 12,
987
+ "height": 30,
988
+ "material": "fr4"
989
+ },
990
+ {
991
+ "type": "pcb_hole",
992
+ "pcb_hole_id": "pcb_hole_0",
993
+ "hole_shape": "circle",
994
+ "hole_diameter": 0.7500111999999999,
995
+ "x": -2.8999180000000706,
996
+ "y": -9.319388950000075,
997
+ "subcircuit_id": "subcircuit_source_group_0"
998
+ },
999
+ {
1000
+ "type": "pcb_hole",
1001
+ "pcb_hole_id": "pcb_hole_1",
1002
+ "hole_shape": "circle",
1003
+ "hole_diameter": 0.7500111999999999,
1004
+ "x": 2.8999180000000706,
1005
+ "y": -9.319388950000075,
1006
+ "subcircuit_id": "subcircuit_source_group_0"
1007
+ },
1008
+ {
1009
+ "type": "pcb_plated_hole",
1010
+ "pcb_plated_hole_id": "pcb_plated_hole_0",
1011
+ "pcb_component_id": "pcb_component_0",
1012
+ "outer_width": 1.1999975999999999,
1013
+ "outer_height": 1.7999964,
1014
+ "hole_width": 0.7999983999999999,
1015
+ "hole_height": 1.3999972,
1016
+ "shape": "pill",
1017
+ "port_hints": ["unnamed_platedhole1", "alt_2"],
1018
+ "x": 4.32511199999999,
1019
+ "y": -13.274086349999948,
1020
+ "layers": ["top", "bottom"],
1021
+ "subcircuit_id": "subcircuit_source_group_0"
1022
+ },
1023
+ {
1024
+ "type": "pcb_solder_paste",
1025
+ "pcb_solder_paste_id": "pcb_solder_paste_0",
1026
+ "layer": "top",
1027
+ "shape": "pill",
1028
+ "width": 1.1999975999999999,
1029
+ "height": 1.7999964,
1030
+ "x": 4.32511199999999,
1031
+ "y": -13.274086349999948,
1032
+ "subcircuit_id": "subcircuit_source_group_0"
1033
+ },
1034
+ {
1035
+ "type": "pcb_solder_paste",
1036
+ "pcb_solder_paste_id": "pcb_solder_paste_1",
1037
+ "layer": "bottom",
1038
+ "shape": "pill",
1039
+ "width": 1.1999975999999999,
1040
+ "height": 1.7999964,
1041
+ "x": 4.32511199999999,
1042
+ "y": -13.274086349999948,
1043
+ "subcircuit_id": "subcircuit_source_group_0"
1044
+ },
1045
+ {
1046
+ "type": "pcb_plated_hole",
1047
+ "pcb_plated_hole_id": "pcb_plated_hole_1",
1048
+ "pcb_component_id": "pcb_component_0",
1049
+ "outer_width": 1.1999975999999999,
1050
+ "outer_height": 1.9999959999999999,
1051
+ "hole_width": 0.7999983999999999,
1052
+ "hole_height": 1.5999968,
1053
+ "shape": "pill",
1054
+ "port_hints": ["unnamed_platedhole2", "alt_1"],
1055
+ "x": 4.32511199999999,
1056
+ "y": -9.094262350000122,
1057
+ "layers": ["top", "bottom"],
1058
+ "subcircuit_id": "subcircuit_source_group_0"
1059
+ },
1060
+ {
1061
+ "type": "pcb_solder_paste",
1062
+ "pcb_solder_paste_id": "pcb_solder_paste_2",
1063
+ "layer": "top",
1064
+ "shape": "pill",
1065
+ "width": 1.1999975999999999,
1066
+ "height": 1.9999959999999999,
1067
+ "x": 4.32511199999999,
1068
+ "y": -9.094262350000122,
1069
+ "subcircuit_id": "subcircuit_source_group_0"
1070
+ },
1071
+ {
1072
+ "type": "pcb_solder_paste",
1073
+ "pcb_solder_paste_id": "pcb_solder_paste_3",
1074
+ "layer": "bottom",
1075
+ "shape": "pill",
1076
+ "width": 1.1999975999999999,
1077
+ "height": 1.9999959999999999,
1078
+ "x": 4.32511199999999,
1079
+ "y": -9.094262350000122,
1080
+ "subcircuit_id": "subcircuit_source_group_0"
1081
+ },
1082
+ {
1083
+ "type": "pcb_plated_hole",
1084
+ "pcb_plated_hole_id": "pcb_plated_hole_2",
1085
+ "pcb_component_id": "pcb_component_0",
1086
+ "outer_width": 1.1999975999999999,
1087
+ "outer_height": 1.9999959999999999,
1088
+ "hole_width": 0.7999983999999999,
1089
+ "hole_height": 1.5999968,
1090
+ "shape": "pill",
1091
+ "port_hints": ["unnamed_platedhole3", "alt_0"],
1092
+ "x": -4.32511199999999,
1093
+ "y": -9.094262350000122,
1094
+ "layers": ["top", "bottom"],
1095
+ "subcircuit_id": "subcircuit_source_group_0"
1096
+ },
1097
+ {
1098
+ "type": "pcb_solder_paste",
1099
+ "pcb_solder_paste_id": "pcb_solder_paste_4",
1100
+ "layer": "top",
1101
+ "shape": "pill",
1102
+ "width": 1.1999975999999999,
1103
+ "height": 1.9999959999999999,
1104
+ "x": -4.32511199999999,
1105
+ "y": -9.094262350000122,
1106
+ "subcircuit_id": "subcircuit_source_group_0"
1107
+ },
1108
+ {
1109
+ "type": "pcb_solder_paste",
1110
+ "pcb_solder_paste_id": "pcb_solder_paste_5",
1111
+ "layer": "bottom",
1112
+ "shape": "pill",
1113
+ "width": 1.1999975999999999,
1114
+ "height": 1.9999959999999999,
1115
+ "x": -4.32511199999999,
1116
+ "y": -9.094262350000122,
1117
+ "subcircuit_id": "subcircuit_source_group_0"
1118
+ },
1119
+ {
1120
+ "type": "pcb_plated_hole",
1121
+ "pcb_plated_hole_id": "pcb_plated_hole_3",
1122
+ "pcb_component_id": "pcb_component_0",
1123
+ "outer_width": 1.1999975999999999,
1124
+ "outer_height": 1.7999964,
1125
+ "hole_width": 0.7999983999999999,
1126
+ "hole_height": 1.3999972,
1127
+ "shape": "pill",
1128
+ "port_hints": ["unnamed_platedhole4", "alt_3"],
1129
+ "x": -4.32511199999999,
1130
+ "y": -13.274086349999948,
1131
+ "layers": ["top", "bottom"],
1132
+ "subcircuit_id": "subcircuit_source_group_0"
1133
+ },
1134
+ {
1135
+ "type": "pcb_solder_paste",
1136
+ "pcb_solder_paste_id": "pcb_solder_paste_6",
1137
+ "layer": "top",
1138
+ "shape": "pill",
1139
+ "width": 1.1999975999999999,
1140
+ "height": 1.7999964,
1141
+ "x": -4.32511199999999,
1142
+ "y": -13.274086349999948,
1143
+ "subcircuit_id": "subcircuit_source_group_0"
1144
+ },
1145
+ {
1146
+ "type": "pcb_solder_paste",
1147
+ "pcb_solder_paste_id": "pcb_solder_paste_7",
1148
+ "layer": "bottom",
1149
+ "shape": "pill",
1150
+ "width": 1.1999975999999999,
1151
+ "height": 1.7999964,
1152
+ "x": -4.32511199999999,
1153
+ "y": -13.274086349999948,
1154
+ "subcircuit_id": "subcircuit_source_group_0"
1155
+ },
1156
+ {
1157
+ "type": "pcb_smtpad",
1158
+ "pcb_smtpad_id": "pcb_smtpad_0",
1159
+ "pcb_component_id": "pcb_component_0",
1160
+ "pcb_port_id": "pcb_port_4",
1161
+ "layer": "top",
1162
+ "shape": "rect",
1163
+ "width": 0.29999939999999997,
1164
+ "height": 1.2999973999999999,
1165
+ "port_hints": ["B8"],
1166
+ "x": -1.7500600000000759,
1167
+ "y": -8.05091295000011,
1168
+ "subcircuit_id": "subcircuit_source_group_0"
1169
+ },
1170
+ {
1171
+ "type": "pcb_solder_paste",
1172
+ "pcb_solder_paste_id": "pcb_solder_paste_8",
1173
+ "layer": "top",
1174
+ "shape": "rect",
1175
+ "width": 0.20999957999999996,
1176
+ "height": 0.9099981799999999,
1177
+ "x": -1.7500600000000759,
1178
+ "y": -8.05091295000011,
1179
+ "pcb_component_id": "pcb_component_0",
1180
+ "pcb_smtpad_id": "pcb_smtpad_0",
1181
+ "subcircuit_id": "subcircuit_source_group_0"
1182
+ },
1183
+ {
1184
+ "type": "pcb_smtpad",
1185
+ "pcb_smtpad_id": "pcb_smtpad_1",
1186
+ "pcb_component_id": "pcb_component_0",
1187
+ "pcb_port_id": "pcb_port_5",
1188
+ "layer": "top",
1189
+ "shape": "rect",
1190
+ "width": 0.29999939999999997,
1191
+ "height": 1.2999973999999999,
1192
+ "port_hints": ["A5"],
1193
+ "x": -1.2499339999999393,
1194
+ "y": -8.05091295000011,
1195
+ "subcircuit_id": "subcircuit_source_group_0"
1196
+ },
1197
+ {
1198
+ "type": "pcb_solder_paste",
1199
+ "pcb_solder_paste_id": "pcb_solder_paste_9",
1200
+ "layer": "top",
1201
+ "shape": "rect",
1202
+ "width": 0.20999957999999996,
1203
+ "height": 0.9099981799999999,
1204
+ "x": -1.2499339999999393,
1205
+ "y": -8.05091295000011,
1206
+ "pcb_component_id": "pcb_component_0",
1207
+ "pcb_smtpad_id": "pcb_smtpad_1",
1208
+ "subcircuit_id": "subcircuit_source_group_0"
1209
+ },
1210
+ {
1211
+ "type": "pcb_smtpad",
1212
+ "pcb_smtpad_id": "pcb_smtpad_2",
1213
+ "pcb_component_id": "pcb_component_0",
1214
+ "pcb_port_id": "pcb_port_6",
1215
+ "layer": "top",
1216
+ "shape": "rect",
1217
+ "width": 0.29999939999999997,
1218
+ "height": 1.2999973999999999,
1219
+ "port_hints": ["B7"],
1220
+ "x": -0.7500619999999572,
1221
+ "y": -8.05091295000011,
1222
+ "subcircuit_id": "subcircuit_source_group_0"
1223
+ },
1224
+ {
1225
+ "type": "pcb_solder_paste",
1226
+ "pcb_solder_paste_id": "pcb_solder_paste_10",
1227
+ "layer": "top",
1228
+ "shape": "rect",
1229
+ "width": 0.20999957999999996,
1230
+ "height": 0.9099981799999999,
1231
+ "x": -0.7500619999999572,
1232
+ "y": -8.05091295000011,
1233
+ "pcb_component_id": "pcb_component_0",
1234
+ "pcb_smtpad_id": "pcb_smtpad_2",
1235
+ "subcircuit_id": "subcircuit_source_group_0"
1236
+ },
1237
+ {
1238
+ "type": "pcb_smtpad",
1239
+ "pcb_smtpad_id": "pcb_smtpad_3",
1240
+ "pcb_component_id": "pcb_component_0",
1241
+ "pcb_port_id": "pcb_port_7",
1242
+ "layer": "top",
1243
+ "shape": "rect",
1244
+ "width": 0.29999939999999997,
1245
+ "height": 1.2999973999999999,
1246
+ "port_hints": ["A6"],
1247
+ "x": -0.2499359999999342,
1248
+ "y": -8.05091295000011,
1249
+ "subcircuit_id": "subcircuit_source_group_0"
1250
+ },
1251
+ {
1252
+ "type": "pcb_solder_paste",
1253
+ "pcb_solder_paste_id": "pcb_solder_paste_11",
1254
+ "layer": "top",
1255
+ "shape": "rect",
1256
+ "width": 0.20999957999999996,
1257
+ "height": 0.9099981799999999,
1258
+ "x": -0.2499359999999342,
1259
+ "y": -8.05091295000011,
1260
+ "pcb_component_id": "pcb_component_0",
1261
+ "pcb_smtpad_id": "pcb_smtpad_3",
1262
+ "subcircuit_id": "subcircuit_source_group_0"
1263
+ },
1264
+ {
1265
+ "type": "pcb_smtpad",
1266
+ "pcb_smtpad_id": "pcb_smtpad_4",
1267
+ "pcb_component_id": "pcb_component_0",
1268
+ "pcb_port_id": "pcb_port_8",
1269
+ "layer": "top",
1270
+ "shape": "rect",
1271
+ "width": 0.29999939999999997,
1272
+ "height": 1.2999973999999999,
1273
+ "port_hints": ["A7"],
1274
+ "x": 0.2499359999999342,
1275
+ "y": -8.05091295000011,
1276
+ "subcircuit_id": "subcircuit_source_group_0"
1277
+ },
1278
+ {
1279
+ "type": "pcb_solder_paste",
1280
+ "pcb_solder_paste_id": "pcb_solder_paste_12",
1281
+ "layer": "top",
1282
+ "shape": "rect",
1283
+ "width": 0.20999957999999996,
1284
+ "height": 0.9099981799999999,
1285
+ "x": 0.2499359999999342,
1286
+ "y": -8.05091295000011,
1287
+ "pcb_component_id": "pcb_component_0",
1288
+ "pcb_smtpad_id": "pcb_smtpad_4",
1289
+ "subcircuit_id": "subcircuit_source_group_0"
1290
+ },
1291
+ {
1292
+ "type": "pcb_smtpad",
1293
+ "pcb_smtpad_id": "pcb_smtpad_5",
1294
+ "pcb_component_id": "pcb_component_0",
1295
+ "pcb_port_id": "pcb_port_9",
1296
+ "layer": "top",
1297
+ "shape": "rect",
1298
+ "width": 0.29999939999999997,
1299
+ "height": 1.2999973999999999,
1300
+ "port_hints": ["B6"],
1301
+ "x": 0.7500619999999572,
1302
+ "y": -8.05091295000011,
1303
+ "subcircuit_id": "subcircuit_source_group_0"
1304
+ },
1305
+ {
1306
+ "type": "pcb_solder_paste",
1307
+ "pcb_solder_paste_id": "pcb_solder_paste_13",
1308
+ "layer": "top",
1309
+ "shape": "rect",
1310
+ "width": 0.20999957999999996,
1311
+ "height": 0.9099981799999999,
1312
+ "x": 0.7500619999999572,
1313
+ "y": -8.05091295000011,
1314
+ "pcb_component_id": "pcb_component_0",
1315
+ "pcb_smtpad_id": "pcb_smtpad_5",
1316
+ "subcircuit_id": "subcircuit_source_group_0"
1317
+ },
1318
+ {
1319
+ "type": "pcb_smtpad",
1320
+ "pcb_smtpad_id": "pcb_smtpad_6",
1321
+ "pcb_component_id": "pcb_component_0",
1322
+ "pcb_port_id": "pcb_port_10",
1323
+ "layer": "top",
1324
+ "shape": "rect",
1325
+ "width": 0.29999939999999997,
1326
+ "height": 1.2999973999999999,
1327
+ "port_hints": ["A8"],
1328
+ "x": 1.2496799999998984,
1329
+ "y": -8.05091295000011,
1330
+ "subcircuit_id": "subcircuit_source_group_0"
1331
+ },
1332
+ {
1333
+ "type": "pcb_solder_paste",
1334
+ "pcb_solder_paste_id": "pcb_solder_paste_14",
1335
+ "layer": "top",
1336
+ "shape": "rect",
1337
+ "width": 0.20999957999999996,
1338
+ "height": 0.9099981799999999,
1339
+ "x": 1.2496799999998984,
1340
+ "y": -8.05091295000011,
1341
+ "pcb_component_id": "pcb_component_0",
1342
+ "pcb_smtpad_id": "pcb_smtpad_6",
1343
+ "subcircuit_id": "subcircuit_source_group_0"
1344
+ },
1345
+ {
1346
+ "type": "pcb_smtpad",
1347
+ "pcb_smtpad_id": "pcb_smtpad_7",
1348
+ "pcb_component_id": "pcb_component_0",
1349
+ "pcb_port_id": "pcb_port_11",
1350
+ "layer": "top",
1351
+ "shape": "rect",
1352
+ "width": 0.29999939999999997,
1353
+ "height": 1.2999973999999999,
1354
+ "port_hints": ["B5"],
1355
+ "x": 1.7500600000000759,
1356
+ "y": -8.05091295000011,
1357
+ "subcircuit_id": "subcircuit_source_group_0"
1358
+ },
1359
+ {
1360
+ "type": "pcb_solder_paste",
1361
+ "pcb_solder_paste_id": "pcb_solder_paste_15",
1362
+ "layer": "top",
1363
+ "shape": "rect",
1364
+ "width": 0.20999957999999996,
1365
+ "height": 0.9099981799999999,
1366
+ "x": 1.7500600000000759,
1367
+ "y": -8.05091295000011,
1368
+ "pcb_component_id": "pcb_component_0",
1369
+ "pcb_smtpad_id": "pcb_smtpad_7",
1370
+ "subcircuit_id": "subcircuit_source_group_0"
1371
+ },
1372
+ {
1373
+ "type": "pcb_smtpad",
1374
+ "pcb_smtpad_id": "pcb_smtpad_8",
1375
+ "pcb_component_id": "pcb_component_0",
1376
+ "pcb_port_id": "pcb_port_0",
1377
+ "layer": "top",
1378
+ "shape": "rect",
1379
+ "width": 0.29999939999999997,
1380
+ "height": 1.2999973999999999,
1381
+ "port_hints": ["A1"],
1382
+ "x": -3.3500060000000076,
1383
+ "y": -8.05091295000011,
1384
+ "subcircuit_id": "subcircuit_source_group_0"
1385
+ },
1386
+ {
1387
+ "type": "pcb_solder_paste",
1388
+ "pcb_solder_paste_id": "pcb_solder_paste_16",
1389
+ "layer": "top",
1390
+ "shape": "rect",
1391
+ "width": 0.20999957999999996,
1392
+ "height": 0.9099981799999999,
1393
+ "x": -3.3500060000000076,
1394
+ "y": -8.05091295000011,
1395
+ "pcb_component_id": "pcb_component_0",
1396
+ "pcb_smtpad_id": "pcb_smtpad_8",
1397
+ "subcircuit_id": "subcircuit_source_group_0"
1398
+ },
1399
+ {
1400
+ "type": "pcb_smtpad",
1401
+ "pcb_smtpad_id": "pcb_smtpad_9",
1402
+ "pcb_component_id": "pcb_component_0",
1403
+ "pcb_port_id": "pcb_port_1",
1404
+ "layer": "top",
1405
+ "shape": "rect",
1406
+ "width": 0.29999939999999997,
1407
+ "height": 1.2999973999999999,
1408
+ "port_hints": ["B12"],
1409
+ "x": -3.0500319999999874,
1410
+ "y": -8.05091295000011,
1411
+ "subcircuit_id": "subcircuit_source_group_0"
1412
+ },
1413
+ {
1414
+ "type": "pcb_solder_paste",
1415
+ "pcb_solder_paste_id": "pcb_solder_paste_17",
1416
+ "layer": "top",
1417
+ "shape": "rect",
1418
+ "width": 0.20999957999999996,
1419
+ "height": 0.9099981799999999,
1420
+ "x": -3.0500319999999874,
1421
+ "y": -8.05091295000011,
1422
+ "pcb_component_id": "pcb_component_0",
1423
+ "pcb_smtpad_id": "pcb_smtpad_9",
1424
+ "subcircuit_id": "subcircuit_source_group_0"
1425
+ },
1426
+ {
1427
+ "type": "pcb_smtpad",
1428
+ "pcb_smtpad_id": "pcb_smtpad_10",
1429
+ "pcb_component_id": "pcb_component_0",
1430
+ "pcb_port_id": "pcb_port_2",
1431
+ "layer": "top",
1432
+ "shape": "rect",
1433
+ "width": 0.29999939999999997,
1434
+ "height": 1.2999973999999999,
1435
+ "port_hints": ["A4"],
1436
+ "x": -2.5499059999999645,
1437
+ "y": -8.05091295000011,
1438
+ "subcircuit_id": "subcircuit_source_group_0"
1439
+ },
1440
+ {
1441
+ "type": "pcb_solder_paste",
1442
+ "pcb_solder_paste_id": "pcb_solder_paste_18",
1443
+ "layer": "top",
1444
+ "shape": "rect",
1445
+ "width": 0.20999957999999996,
1446
+ "height": 0.9099981799999999,
1447
+ "x": -2.5499059999999645,
1448
+ "y": -8.05091295000011,
1449
+ "pcb_component_id": "pcb_component_0",
1450
+ "pcb_smtpad_id": "pcb_smtpad_10",
1451
+ "subcircuit_id": "subcircuit_source_group_0"
1452
+ },
1453
+ {
1454
+ "type": "pcb_smtpad",
1455
+ "pcb_smtpad_id": "pcb_smtpad_11",
1456
+ "pcb_component_id": "pcb_component_0",
1457
+ "pcb_port_id": "pcb_port_3",
1458
+ "layer": "top",
1459
+ "shape": "rect",
1460
+ "width": 0.29999939999999997,
1461
+ "height": 1.2999973999999999,
1462
+ "port_hints": ["B9"],
1463
+ "x": -2.249932000000058,
1464
+ "y": -8.05091295000011,
1465
+ "subcircuit_id": "subcircuit_source_group_0"
1466
+ },
1467
+ {
1468
+ "type": "pcb_solder_paste",
1469
+ "pcb_solder_paste_id": "pcb_solder_paste_19",
1470
+ "layer": "top",
1471
+ "shape": "rect",
1472
+ "width": 0.20999957999999996,
1473
+ "height": 0.9099981799999999,
1474
+ "x": -2.249932000000058,
1475
+ "y": -8.05091295000011,
1476
+ "pcb_component_id": "pcb_component_0",
1477
+ "pcb_smtpad_id": "pcb_smtpad_11",
1478
+ "subcircuit_id": "subcircuit_source_group_0"
1479
+ },
1480
+ {
1481
+ "type": "pcb_smtpad",
1482
+ "pcb_smtpad_id": "pcb_smtpad_12",
1483
+ "pcb_component_id": "pcb_component_0",
1484
+ "pcb_port_id": "pcb_port_13",
1485
+ "layer": "top",
1486
+ "shape": "rect",
1487
+ "width": 0.29999939999999997,
1488
+ "height": 1.2999973999999999,
1489
+ "port_hints": ["B4"],
1490
+ "x": 2.249932000000058,
1491
+ "y": -8.05091295000011,
1492
+ "subcircuit_id": "subcircuit_source_group_0"
1493
+ },
1494
+ {
1495
+ "type": "pcb_solder_paste",
1496
+ "pcb_solder_paste_id": "pcb_solder_paste_20",
1497
+ "layer": "top",
1498
+ "shape": "rect",
1499
+ "width": 0.20999957999999996,
1500
+ "height": 0.9099981799999999,
1501
+ "x": 2.249932000000058,
1502
+ "y": -8.05091295000011,
1503
+ "pcb_component_id": "pcb_component_0",
1504
+ "pcb_smtpad_id": "pcb_smtpad_12",
1505
+ "subcircuit_id": "subcircuit_source_group_0"
1506
+ },
1507
+ {
1508
+ "type": "pcb_smtpad",
1509
+ "pcb_smtpad_id": "pcb_smtpad_13",
1510
+ "pcb_component_id": "pcb_component_0",
1511
+ "pcb_port_id": "pcb_port_12",
1512
+ "layer": "top",
1513
+ "shape": "rect",
1514
+ "width": 0.29999939999999997,
1515
+ "height": 1.2999973999999999,
1516
+ "port_hints": ["A9"],
1517
+ "x": 2.5501600000000053,
1518
+ "y": -8.05091295000011,
1519
+ "subcircuit_id": "subcircuit_source_group_0"
1520
+ },
1521
+ {
1522
+ "type": "pcb_solder_paste",
1523
+ "pcb_solder_paste_id": "pcb_solder_paste_21",
1524
+ "layer": "top",
1525
+ "shape": "rect",
1526
+ "width": 0.20999957999999996,
1527
+ "height": 0.9099981799999999,
1528
+ "x": 2.5501600000000053,
1529
+ "y": -8.05091295000011,
1530
+ "pcb_component_id": "pcb_component_0",
1531
+ "pcb_smtpad_id": "pcb_smtpad_13",
1532
+ "subcircuit_id": "subcircuit_source_group_0"
1533
+ },
1534
+ {
1535
+ "type": "pcb_smtpad",
1536
+ "pcb_smtpad_id": "pcb_smtpad_14",
1537
+ "pcb_component_id": "pcb_component_0",
1538
+ "pcb_port_id": "pcb_port_15",
1539
+ "layer": "top",
1540
+ "shape": "rect",
1541
+ "width": 0.29999939999999997,
1542
+ "height": 1.2999973999999999,
1543
+ "port_hints": ["B1"],
1544
+ "x": 3.050032000000101,
1545
+ "y": -8.05091295000011,
1546
+ "subcircuit_id": "subcircuit_source_group_0"
1547
+ },
1548
+ {
1549
+ "type": "pcb_solder_paste",
1550
+ "pcb_solder_paste_id": "pcb_solder_paste_22",
1551
+ "layer": "top",
1552
+ "shape": "rect",
1553
+ "width": 0.20999957999999996,
1554
+ "height": 0.9099981799999999,
1555
+ "x": 3.050032000000101,
1556
+ "y": -8.05091295000011,
1557
+ "pcb_component_id": "pcb_component_0",
1558
+ "pcb_smtpad_id": "pcb_smtpad_14",
1559
+ "subcircuit_id": "subcircuit_source_group_0"
1560
+ },
1561
+ {
1562
+ "type": "pcb_smtpad",
1563
+ "pcb_smtpad_id": "pcb_smtpad_15",
1564
+ "pcb_component_id": "pcb_component_0",
1565
+ "pcb_port_id": "pcb_port_14",
1566
+ "layer": "top",
1567
+ "shape": "rect",
1568
+ "width": 0.29999939999999997,
1569
+ "height": 1.2999973999999999,
1570
+ "port_hints": ["A12"],
1571
+ "x": 3.3500060000000076,
1572
+ "y": -8.05091295000011,
1573
+ "subcircuit_id": "subcircuit_source_group_0"
1574
+ },
1575
+ {
1576
+ "type": "pcb_solder_paste",
1577
+ "pcb_solder_paste_id": "pcb_solder_paste_23",
1578
+ "layer": "top",
1579
+ "shape": "rect",
1580
+ "width": 0.20999957999999996,
1581
+ "height": 0.9099981799999999,
1582
+ "x": 3.3500060000000076,
1583
+ "y": -8.05091295000011,
1584
+ "pcb_component_id": "pcb_component_0",
1585
+ "pcb_smtpad_id": "pcb_smtpad_15",
1586
+ "subcircuit_id": "subcircuit_source_group_0"
1587
+ },
1588
+ {
1589
+ "type": "pcb_silkscreen_path",
1590
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_0",
1591
+ "pcb_component_id": "pcb_component_0",
1592
+ "layer": "top",
1593
+ "route": [
1594
+ {
1595
+ "x": -4.4689776000000165,
1596
+ "y": -11.90071475000002
1597
+ },
1598
+ {
1599
+ "x": -4.4689776000000165,
1600
+ "y": -10.037802550000151
1601
+ }
1602
+ ],
1603
+ "stroke_width": 0.1,
1604
+ "subcircuit_id": "subcircuit_source_group_0"
1605
+ },
1606
+ {
1607
+ "type": "pcb_silkscreen_path",
1608
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_1",
1609
+ "pcb_component_id": "pcb_component_0",
1610
+ "layer": "top",
1611
+ "route": [
1612
+ {
1613
+ "x": 4.471009600000116,
1614
+ "y": -15.619096950000085
1615
+ },
1616
+ {
1617
+ "x": -4.4689776000000165,
1618
+ "y": -15.619096950000085
1619
+ },
1620
+ {
1621
+ "x": -4.4689776000000165,
1622
+ "y": -14.137794350000036
1623
+ }
1624
+ ],
1625
+ "stroke_width": 0.1,
1626
+ "subcircuit_id": "subcircuit_source_group_0"
1627
+ },
1628
+ {
1629
+ "type": "pcb_silkscreen_path",
1630
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_2",
1631
+ "pcb_component_id": "pcb_component_0",
1632
+ "layer": "top",
1633
+ "route": [
1634
+ {
1635
+ "x": 4.471009600000116,
1636
+ "y": -11.901070350000055
1637
+ },
1638
+ {
1639
+ "x": 4.471009600000116,
1640
+ "y": -10.037446950000003
1641
+ }
1642
+ ],
1643
+ "stroke_width": 0.1,
1644
+ "subcircuit_id": "subcircuit_source_group_0"
1645
+ },
1646
+ {
1647
+ "type": "pcb_silkscreen_path",
1648
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_3",
1649
+ "pcb_component_id": "pcb_component_0",
1650
+ "layer": "top",
1651
+ "route": [
1652
+ {
1653
+ "x": 4.471009600000116,
1654
+ "y": -15.619096950000085
1655
+ },
1656
+ {
1657
+ "x": 4.471009600000116,
1658
+ "y": -14.137438750000229
1659
+ }
1660
+ ],
1661
+ "stroke_width": 0.1,
1662
+ "subcircuit_id": "subcircuit_source_group_0"
1663
+ },
1664
+ {
1665
+ "type": "pcb_smtpad",
1666
+ "pcb_smtpad_id": "pcb_smtpad_16",
1667
+ "pcb_component_id": "pcb_component_1",
1668
+ "pcb_port_id": "pcb_port_16",
1669
+ "layer": "top",
1670
+ "shape": "rect",
1671
+ "width": 0.8,
1672
+ "height": 0.95,
1673
+ "port_hints": ["1", "left"],
1674
+ "x": -0.825,
1675
+ "y": 12,
1676
+ "subcircuit_id": "subcircuit_source_group_0"
1677
+ },
1678
+ {
1679
+ "type": "pcb_solder_paste",
1680
+ "pcb_solder_paste_id": "pcb_solder_paste_24",
1681
+ "layer": "top",
1682
+ "shape": "rect",
1683
+ "width": 0.5599999999999999,
1684
+ "height": 0.6649999999999999,
1685
+ "x": -0.825,
1686
+ "y": 12,
1687
+ "pcb_component_id": "pcb_component_1",
1688
+ "pcb_smtpad_id": "pcb_smtpad_16",
1689
+ "subcircuit_id": "subcircuit_source_group_0"
1690
+ },
1691
+ {
1692
+ "type": "pcb_smtpad",
1693
+ "pcb_smtpad_id": "pcb_smtpad_17",
1694
+ "pcb_component_id": "pcb_component_1",
1695
+ "pcb_port_id": "pcb_port_17",
1696
+ "layer": "top",
1697
+ "shape": "rect",
1698
+ "width": 0.8,
1699
+ "height": 0.95,
1700
+ "port_hints": ["2", "right"],
1701
+ "x": 0.825,
1702
+ "y": 12,
1703
+ "subcircuit_id": "subcircuit_source_group_0"
1704
+ },
1705
+ {
1706
+ "type": "pcb_solder_paste",
1707
+ "pcb_solder_paste_id": "pcb_solder_paste_25",
1708
+ "layer": "top",
1709
+ "shape": "rect",
1710
+ "width": 0.5599999999999999,
1711
+ "height": 0.6649999999999999,
1712
+ "x": 0.825,
1713
+ "y": 12,
1714
+ "pcb_component_id": "pcb_component_1",
1715
+ "pcb_smtpad_id": "pcb_smtpad_17",
1716
+ "subcircuit_id": "subcircuit_source_group_0"
1717
+ },
1718
+ {
1719
+ "type": "pcb_silkscreen_path",
1720
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_4",
1721
+ "pcb_component_id": "pcb_component_1",
1722
+ "layer": "top",
1723
+ "route": [
1724
+ {
1725
+ "x": 0.825,
1726
+ "y": 12.875
1727
+ },
1728
+ {
1729
+ "x": -1.425,
1730
+ "y": 12.875
1731
+ },
1732
+ {
1733
+ "x": -1.425,
1734
+ "y": 11.125
1735
+ },
1736
+ {
1737
+ "x": 0.825,
1738
+ "y": 11.125
1739
+ }
1740
+ ],
1741
+ "stroke_width": 0.1,
1742
+ "subcircuit_id": "subcircuit_source_group_0"
1743
+ },
1744
+ {
1745
+ "type": "pcb_silkscreen_text",
1746
+ "pcb_silkscreen_text_id": "pcb_silkscreen_text_0",
1747
+ "anchor_alignment": "center",
1748
+ "anchor_position": {
1749
+ "x": 0,
1750
+ "y": 13.375
1751
+ },
1752
+ "font": "tscircuit2024",
1753
+ "font_size": 0.4,
1754
+ "layer": "top",
1755
+ "text": "LED",
1756
+ "ccw_rotation": 0,
1757
+ "pcb_component_id": "pcb_component_1",
1758
+ "subcircuit_id": "subcircuit_source_group_0"
1759
+ },
1760
+ {
1761
+ "type": "pcb_plated_hole",
1762
+ "pcb_plated_hole_id": "pcb_plated_hole_4",
1763
+ "pcb_component_id": "pcb_component_2",
1764
+ "pcb_port_id": "pcb_port_18",
1765
+ "outer_diameter": 1.9500000000000002,
1766
+ "hole_diameter": 1.3,
1767
+ "shape": "circle",
1768
+ "port_hints": ["unnamed_platedhole5", "1"],
1769
+ "x": -3.25,
1770
+ "y": -2.25,
1771
+ "layers": ["top", "bottom"],
1772
+ "subcircuit_id": "subcircuit_source_group_0"
1773
+ },
1774
+ {
1775
+ "type": "pcb_solder_paste",
1776
+ "pcb_solder_paste_id": "pcb_solder_paste_26",
1777
+ "layer": "top",
1778
+ "shape": "circle",
1779
+ "radius": 0.9750000000000001,
1780
+ "x": -3.25,
1781
+ "y": -2.25,
1782
+ "subcircuit_id": "subcircuit_source_group_0"
1783
+ },
1784
+ {
1785
+ "type": "pcb_solder_paste",
1786
+ "pcb_solder_paste_id": "pcb_solder_paste_27",
1787
+ "layer": "bottom",
1788
+ "shape": "circle",
1789
+ "radius": 0.9750000000000001,
1790
+ "x": -3.25,
1791
+ "y": -2.25,
1792
+ "subcircuit_id": "subcircuit_source_group_0"
1793
+ },
1794
+ {
1795
+ "type": "pcb_plated_hole",
1796
+ "pcb_plated_hole_id": "pcb_plated_hole_5",
1797
+ "pcb_component_id": "pcb_component_2",
1798
+ "pcb_port_id": "pcb_port_19",
1799
+ "outer_diameter": 1.9500000000000002,
1800
+ "hole_diameter": 1.3,
1801
+ "shape": "circle",
1802
+ "port_hints": ["unnamed_platedhole6", "2"],
1803
+ "x": 3.25,
1804
+ "y": -2.25,
1805
+ "layers": ["top", "bottom"],
1806
+ "subcircuit_id": "subcircuit_source_group_0"
1807
+ },
1808
+ {
1809
+ "type": "pcb_solder_paste",
1810
+ "pcb_solder_paste_id": "pcb_solder_paste_28",
1811
+ "layer": "top",
1812
+ "shape": "circle",
1813
+ "radius": 0.9750000000000001,
1814
+ "x": 3.25,
1815
+ "y": -2.25,
1816
+ "subcircuit_id": "subcircuit_source_group_0"
1817
+ },
1818
+ {
1819
+ "type": "pcb_solder_paste",
1820
+ "pcb_solder_paste_id": "pcb_solder_paste_29",
1821
+ "layer": "bottom",
1822
+ "shape": "circle",
1823
+ "radius": 0.9750000000000001,
1824
+ "x": 3.25,
1825
+ "y": -2.25,
1826
+ "subcircuit_id": "subcircuit_source_group_0"
1827
+ },
1828
+ {
1829
+ "type": "pcb_plated_hole",
1830
+ "pcb_plated_hole_id": "pcb_plated_hole_6",
1831
+ "pcb_component_id": "pcb_component_2",
1832
+ "pcb_port_id": "pcb_port_20",
1833
+ "outer_diameter": 1.9500000000000002,
1834
+ "hole_diameter": 1.3,
1835
+ "shape": "circle",
1836
+ "port_hints": ["unnamed_platedhole7", "3"],
1837
+ "x": 3.25,
1838
+ "y": 2.25,
1839
+ "layers": ["top", "bottom"],
1840
+ "subcircuit_id": "subcircuit_source_group_0"
1841
+ },
1842
+ {
1843
+ "type": "pcb_solder_paste",
1844
+ "pcb_solder_paste_id": "pcb_solder_paste_30",
1845
+ "layer": "top",
1846
+ "shape": "circle",
1847
+ "radius": 0.9750000000000001,
1848
+ "x": 3.25,
1849
+ "y": 2.25,
1850
+ "subcircuit_id": "subcircuit_source_group_0"
1851
+ },
1852
+ {
1853
+ "type": "pcb_solder_paste",
1854
+ "pcb_solder_paste_id": "pcb_solder_paste_31",
1855
+ "layer": "bottom",
1856
+ "shape": "circle",
1857
+ "radius": 0.9750000000000001,
1858
+ "x": 3.25,
1859
+ "y": 2.25,
1860
+ "subcircuit_id": "subcircuit_source_group_0"
1861
+ },
1862
+ {
1863
+ "type": "pcb_plated_hole",
1864
+ "pcb_plated_hole_id": "pcb_plated_hole_7",
1865
+ "pcb_component_id": "pcb_component_2",
1866
+ "pcb_port_id": "pcb_port_21",
1867
+ "outer_diameter": 1.9500000000000002,
1868
+ "hole_diameter": 1.3,
1869
+ "shape": "circle",
1870
+ "port_hints": ["unnamed_platedhole8", "4"],
1871
+ "x": -3.25,
1872
+ "y": 2.25,
1873
+ "layers": ["top", "bottom"],
1874
+ "subcircuit_id": "subcircuit_source_group_0"
1875
+ },
1876
+ {
1877
+ "type": "pcb_solder_paste",
1878
+ "pcb_solder_paste_id": "pcb_solder_paste_32",
1879
+ "layer": "top",
1880
+ "shape": "circle",
1881
+ "radius": 0.9750000000000001,
1882
+ "x": -3.25,
1883
+ "y": 2.25,
1884
+ "subcircuit_id": "subcircuit_source_group_0"
1885
+ },
1886
+ {
1887
+ "type": "pcb_solder_paste",
1888
+ "pcb_solder_paste_id": "pcb_solder_paste_33",
1889
+ "layer": "bottom",
1890
+ "shape": "circle",
1891
+ "radius": 0.9750000000000001,
1892
+ "x": -3.25,
1893
+ "y": 2.25,
1894
+ "subcircuit_id": "subcircuit_source_group_0"
1895
+ },
1896
+ {
1897
+ "type": "pcb_silkscreen_path",
1898
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_5",
1899
+ "pcb_component_id": "pcb_component_2",
1900
+ "layer": "top",
1901
+ "route": [
1902
+ {
1903
+ "x": 3.25,
1904
+ "y": -2.25
1905
+ },
1906
+ {
1907
+ "x": -3.25,
1908
+ "y": -2.25
1909
+ }
1910
+ ],
1911
+ "stroke_width": 0.1,
1912
+ "subcircuit_id": "subcircuit_source_group_0"
1913
+ },
1914
+ {
1915
+ "type": "pcb_silkscreen_path",
1916
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_6",
1917
+ "pcb_component_id": "pcb_component_2",
1918
+ "layer": "top",
1919
+ "route": [
1920
+ {
1921
+ "x": 3.25,
1922
+ "y": 2.25
1923
+ },
1924
+ {
1925
+ "x": -3.25,
1926
+ "y": 2.25
1927
+ }
1928
+ ],
1929
+ "stroke_width": 0.1,
1930
+ "subcircuit_id": "subcircuit_source_group_0"
1931
+ },
1932
+ {
1933
+ "type": "pcb_silkscreen_path",
1934
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_7",
1935
+ "pcb_component_id": "pcb_component_2",
1936
+ "layer": "top",
1937
+ "route": [
1938
+ {
1939
+ "x": -1.3777276490407724e-16,
1940
+ "y": -2.25
1941
+ },
1942
+ {
1943
+ "x": -5.5109105961630896e-17,
1944
+ "y": -0.9
1945
+ },
1946
+ {
1947
+ "x": -0.8125,
1948
+ "y": 0.6363961030678927
1949
+ }
1950
+ ],
1951
+ "stroke_width": 0.1,
1952
+ "subcircuit_id": "subcircuit_source_group_0"
1953
+ },
1954
+ {
1955
+ "type": "pcb_silkscreen_path",
1956
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_8",
1957
+ "pcb_component_id": "pcb_component_2",
1958
+ "layer": "top",
1959
+ "route": [
1960
+ {
1961
+ "x": 1.3777276490407724e-16,
1962
+ "y": 2.25
1963
+ },
1964
+ {
1965
+ "x": 5.5109105961630896e-17,
1966
+ "y": 0.9
1967
+ }
1968
+ ],
1969
+ "stroke_width": 0.1,
1970
+ "subcircuit_id": "subcircuit_source_group_0"
1971
+ },
1972
+ {
1973
+ "type": "pcb_silkscreen_text",
1974
+ "pcb_silkscreen_text_id": "pcb_silkscreen_text_1",
1975
+ "anchor_alignment": "center",
1976
+ "anchor_position": {
1977
+ "x": -3.65,
1978
+ "y": 2.2349804084439197e-16
1979
+ },
1980
+ "font": "tscircuit2024",
1981
+ "font_size": 0.7,
1982
+ "layer": "top",
1983
+ "text": "SW1",
1984
+ "ccw_rotation": 270,
1985
+ "pcb_component_id": "pcb_component_2",
1986
+ "subcircuit_id": "subcircuit_source_group_0"
1987
+ },
1988
+ {
1989
+ "type": "pcb_smtpad",
1990
+ "pcb_smtpad_id": "pcb_smtpad_18",
1991
+ "pcb_component_id": "pcb_component_3",
1992
+ "pcb_port_id": "pcb_port_22",
1993
+ "layer": "top",
1994
+ "shape": "rect",
1995
+ "width": 0.8,
1996
+ "height": 0.95,
1997
+ "port_hints": ["1", "left"],
1998
+ "x": -0.825,
1999
+ "y": 7,
2000
+ "subcircuit_id": "subcircuit_source_group_0"
2001
+ },
2002
+ {
2003
+ "type": "pcb_solder_paste",
2004
+ "pcb_solder_paste_id": "pcb_solder_paste_34",
2005
+ "layer": "top",
2006
+ "shape": "rect",
2007
+ "width": 0.5599999999999999,
2008
+ "height": 0.6649999999999999,
2009
+ "x": -0.825,
2010
+ "y": 7,
2011
+ "pcb_component_id": "pcb_component_3",
2012
+ "pcb_smtpad_id": "pcb_smtpad_18",
2013
+ "subcircuit_id": "subcircuit_source_group_0"
2014
+ },
2015
+ {
2016
+ "type": "pcb_smtpad",
2017
+ "pcb_smtpad_id": "pcb_smtpad_19",
2018
+ "pcb_component_id": "pcb_component_3",
2019
+ "pcb_port_id": "pcb_port_23",
2020
+ "layer": "top",
2021
+ "shape": "rect",
2022
+ "width": 0.8,
2023
+ "height": 0.95,
2024
+ "port_hints": ["2", "right"],
2025
+ "x": 0.825,
2026
+ "y": 7,
2027
+ "subcircuit_id": "subcircuit_source_group_0"
2028
+ },
2029
+ {
2030
+ "type": "pcb_solder_paste",
2031
+ "pcb_solder_paste_id": "pcb_solder_paste_35",
2032
+ "layer": "top",
2033
+ "shape": "rect",
2034
+ "width": 0.5599999999999999,
2035
+ "height": 0.6649999999999999,
2036
+ "x": 0.825,
2037
+ "y": 7,
2038
+ "pcb_component_id": "pcb_component_3",
2039
+ "pcb_smtpad_id": "pcb_smtpad_19",
2040
+ "subcircuit_id": "subcircuit_source_group_0"
2041
+ },
2042
+ {
2043
+ "type": "pcb_silkscreen_path",
2044
+ "pcb_silkscreen_path_id": "pcb_silkscreen_path_9",
2045
+ "pcb_component_id": "pcb_component_3",
2046
+ "layer": "top",
2047
+ "route": [
2048
+ {
2049
+ "x": 0.825,
2050
+ "y": 7.875
2051
+ },
2052
+ {
2053
+ "x": -1.425,
2054
+ "y": 7.875
2055
+ },
2056
+ {
2057
+ "x": -1.425,
2058
+ "y": 6.125
2059
+ },
2060
+ {
2061
+ "x": 0.825,
2062
+ "y": 6.125
2063
+ }
2064
+ ],
2065
+ "stroke_width": 0.1,
2066
+ "subcircuit_id": "subcircuit_source_group_0"
2067
+ },
2068
+ {
2069
+ "type": "pcb_silkscreen_text",
2070
+ "pcb_silkscreen_text_id": "pcb_silkscreen_text_2",
2071
+ "anchor_alignment": "center",
2072
+ "anchor_position": {
2073
+ "x": 0,
2074
+ "y": 8.375
2075
+ },
2076
+ "font": "tscircuit2024",
2077
+ "font_size": 0.4,
2078
+ "layer": "top",
2079
+ "text": "R1",
2080
+ "ccw_rotation": 0,
2081
+ "pcb_component_id": "pcb_component_3",
2082
+ "subcircuit_id": "subcircuit_source_group_0"
2083
+ },
2084
+ {
2085
+ "type": "pcb_port",
2086
+ "pcb_port_id": "pcb_port_0",
2087
+ "pcb_component_id": "pcb_component_0",
2088
+ "layers": ["top"],
2089
+ "subcircuit_id": "subcircuit_source_group_0",
2090
+ "x": -3.3500060000000076,
2091
+ "y": -8.05091295000011,
2092
+ "source_port_id": "source_port_0"
2093
+ },
2094
+ {
2095
+ "type": "pcb_port",
2096
+ "pcb_port_id": "pcb_port_1",
2097
+ "pcb_component_id": "pcb_component_0",
2098
+ "layers": ["top"],
2099
+ "subcircuit_id": "subcircuit_source_group_0",
2100
+ "x": -3.0500319999999874,
2101
+ "y": -8.05091295000011,
2102
+ "source_port_id": "source_port_1"
2103
+ },
2104
+ {
2105
+ "type": "pcb_port",
2106
+ "pcb_port_id": "pcb_port_2",
2107
+ "pcb_component_id": "pcb_component_0",
2108
+ "layers": ["top"],
2109
+ "subcircuit_id": "subcircuit_source_group_0",
2110
+ "x": -2.5499059999999645,
2111
+ "y": -8.05091295000011,
2112
+ "source_port_id": "source_port_2"
2113
+ },
2114
+ {
2115
+ "type": "pcb_port",
2116
+ "pcb_port_id": "pcb_port_3",
2117
+ "pcb_component_id": "pcb_component_0",
2118
+ "layers": ["top"],
2119
+ "subcircuit_id": "subcircuit_source_group_0",
2120
+ "x": -2.249932000000058,
2121
+ "y": -8.05091295000011,
2122
+ "source_port_id": "source_port_3"
2123
+ },
2124
+ {
2125
+ "type": "pcb_port",
2126
+ "pcb_port_id": "pcb_port_4",
2127
+ "pcb_component_id": "pcb_component_0",
2128
+ "layers": ["top"],
2129
+ "subcircuit_id": "subcircuit_source_group_0",
2130
+ "x": -1.7500600000000759,
2131
+ "y": -8.05091295000011,
2132
+ "source_port_id": "source_port_4"
2133
+ },
2134
+ {
2135
+ "type": "pcb_port",
2136
+ "pcb_port_id": "pcb_port_5",
2137
+ "pcb_component_id": "pcb_component_0",
2138
+ "layers": ["top"],
2139
+ "subcircuit_id": "subcircuit_source_group_0",
2140
+ "x": -1.2499339999999393,
2141
+ "y": -8.05091295000011,
2142
+ "source_port_id": "source_port_5"
2143
+ },
2144
+ {
2145
+ "type": "pcb_port",
2146
+ "pcb_port_id": "pcb_port_6",
2147
+ "pcb_component_id": "pcb_component_0",
2148
+ "layers": ["top"],
2149
+ "subcircuit_id": "subcircuit_source_group_0",
2150
+ "x": -0.7500619999999572,
2151
+ "y": -8.05091295000011,
2152
+ "source_port_id": "source_port_6"
2153
+ },
2154
+ {
2155
+ "type": "pcb_port",
2156
+ "pcb_port_id": "pcb_port_7",
2157
+ "pcb_component_id": "pcb_component_0",
2158
+ "layers": ["top"],
2159
+ "subcircuit_id": "subcircuit_source_group_0",
2160
+ "x": -0.2499359999999342,
2161
+ "y": -8.05091295000011,
2162
+ "source_port_id": "source_port_7"
2163
+ },
2164
+ {
2165
+ "type": "pcb_port",
2166
+ "pcb_port_id": "pcb_port_8",
2167
+ "pcb_component_id": "pcb_component_0",
2168
+ "layers": ["top"],
2169
+ "subcircuit_id": "subcircuit_source_group_0",
2170
+ "x": 0.2499359999999342,
2171
+ "y": -8.05091295000011,
2172
+ "source_port_id": "source_port_8"
2173
+ },
2174
+ {
2175
+ "type": "pcb_port",
2176
+ "pcb_port_id": "pcb_port_9",
2177
+ "pcb_component_id": "pcb_component_0",
2178
+ "layers": ["top"],
2179
+ "subcircuit_id": "subcircuit_source_group_0",
2180
+ "x": 0.7500619999999572,
2181
+ "y": -8.05091295000011,
2182
+ "source_port_id": "source_port_9"
2183
+ },
2184
+ {
2185
+ "type": "pcb_port",
2186
+ "pcb_port_id": "pcb_port_10",
2187
+ "pcb_component_id": "pcb_component_0",
2188
+ "layers": ["top"],
2189
+ "subcircuit_id": "subcircuit_source_group_0",
2190
+ "x": 1.2496799999998984,
2191
+ "y": -8.05091295000011,
2192
+ "source_port_id": "source_port_10"
2193
+ },
2194
+ {
2195
+ "type": "pcb_port",
2196
+ "pcb_port_id": "pcb_port_11",
2197
+ "pcb_component_id": "pcb_component_0",
2198
+ "layers": ["top"],
2199
+ "subcircuit_id": "subcircuit_source_group_0",
2200
+ "x": 1.7500600000000759,
2201
+ "y": -8.05091295000011,
2202
+ "source_port_id": "source_port_11"
2203
+ },
2204
+ {
2205
+ "type": "pcb_port",
2206
+ "pcb_port_id": "pcb_port_12",
2207
+ "pcb_component_id": "pcb_component_0",
2208
+ "layers": ["top"],
2209
+ "subcircuit_id": "subcircuit_source_group_0",
2210
+ "x": 2.5501600000000053,
2211
+ "y": -8.05091295000011,
2212
+ "source_port_id": "source_port_12"
2213
+ },
2214
+ {
2215
+ "type": "pcb_port",
2216
+ "pcb_port_id": "pcb_port_13",
2217
+ "pcb_component_id": "pcb_component_0",
2218
+ "layers": ["top"],
2219
+ "subcircuit_id": "subcircuit_source_group_0",
2220
+ "x": 2.249932000000058,
2221
+ "y": -8.05091295000011,
2222
+ "source_port_id": "source_port_13"
2223
+ },
2224
+ {
2225
+ "type": "pcb_port",
2226
+ "pcb_port_id": "pcb_port_14",
2227
+ "pcb_component_id": "pcb_component_0",
2228
+ "layers": ["top"],
2229
+ "subcircuit_id": "subcircuit_source_group_0",
2230
+ "x": 3.3500060000000076,
2231
+ "y": -8.05091295000011,
2232
+ "source_port_id": "source_port_14"
2233
+ },
2234
+ {
2235
+ "type": "pcb_port",
2236
+ "pcb_port_id": "pcb_port_15",
2237
+ "pcb_component_id": "pcb_component_0",
2238
+ "layers": ["top"],
2239
+ "subcircuit_id": "subcircuit_source_group_0",
2240
+ "x": 3.050032000000101,
2241
+ "y": -8.05091295000011,
2242
+ "source_port_id": "source_port_15"
2243
+ },
2244
+ {
2245
+ "type": "pcb_port",
2246
+ "pcb_port_id": "pcb_port_16",
2247
+ "pcb_component_id": "pcb_component_1",
2248
+ "layers": ["top"],
2249
+ "subcircuit_id": "subcircuit_source_group_0",
2250
+ "x": -0.825,
2251
+ "y": 12,
2252
+ "source_port_id": "source_port_16"
2253
+ },
2254
+ {
2255
+ "type": "pcb_port",
2256
+ "pcb_port_id": "pcb_port_17",
2257
+ "pcb_component_id": "pcb_component_1",
2258
+ "layers": ["top"],
2259
+ "subcircuit_id": "subcircuit_source_group_0",
2260
+ "x": 0.825,
2261
+ "y": 12,
2262
+ "source_port_id": "source_port_17"
2263
+ },
2264
+ {
2265
+ "type": "pcb_port",
2266
+ "pcb_port_id": "pcb_port_18",
2267
+ "pcb_component_id": "pcb_component_2",
2268
+ "layers": ["top", "inner1", "inner2", "bottom"],
2269
+ "subcircuit_id": "subcircuit_source_group_0",
2270
+ "x": -3.25,
2271
+ "y": -2.25,
2272
+ "source_port_id": "source_port_18"
2273
+ },
2274
+ {
2275
+ "type": "pcb_port",
2276
+ "pcb_port_id": "pcb_port_19",
2277
+ "pcb_component_id": "pcb_component_2",
2278
+ "layers": ["top", "inner1", "inner2", "bottom"],
2279
+ "subcircuit_id": "subcircuit_source_group_0",
2280
+ "x": 3.25,
2281
+ "y": -2.25,
2282
+ "source_port_id": "source_port_19"
2283
+ },
2284
+ {
2285
+ "type": "pcb_port",
2286
+ "pcb_port_id": "pcb_port_20",
2287
+ "pcb_component_id": "pcb_component_2",
2288
+ "layers": ["top", "inner1", "inner2", "bottom"],
2289
+ "subcircuit_id": "subcircuit_source_group_0",
2290
+ "x": 3.25,
2291
+ "y": 2.25,
2292
+ "source_port_id": "source_port_20"
2293
+ },
2294
+ {
2295
+ "type": "pcb_port",
2296
+ "pcb_port_id": "pcb_port_21",
2297
+ "pcb_component_id": "pcb_component_2",
2298
+ "layers": ["top", "inner1", "inner2", "bottom"],
2299
+ "subcircuit_id": "subcircuit_source_group_0",
2300
+ "x": -3.25,
2301
+ "y": 2.25,
2302
+ "source_port_id": "source_port_21"
2303
+ },
2304
+ {
2305
+ "type": "pcb_port",
2306
+ "pcb_port_id": "pcb_port_22",
2307
+ "pcb_component_id": "pcb_component_3",
2308
+ "layers": ["top"],
2309
+ "subcircuit_id": "subcircuit_source_group_0",
2310
+ "x": -0.825,
2311
+ "y": 7,
2312
+ "source_port_id": "source_port_22"
2313
+ },
2314
+ {
2315
+ "type": "pcb_port",
2316
+ "pcb_port_id": "pcb_port_23",
2317
+ "pcb_component_id": "pcb_component_3",
2318
+ "layers": ["top"],
2319
+ "subcircuit_id": "subcircuit_source_group_0",
2320
+ "x": 0.825,
2321
+ "y": 7,
2322
+ "source_port_id": "source_port_23"
2323
+ },
2324
+ {
2325
+ "type": "cad_component",
2326
+ "cad_component_id": "cad_component_0",
2327
+ "position": {
2328
+ "x": 0,
2329
+ "y": -13.28749940000003,
2330
+ "z": 0.7
2331
+ },
2332
+ "rotation": {
2333
+ "x": 0,
2334
+ "y": 0,
2335
+ "z": 180
2336
+ },
2337
+ "pcb_component_id": "pcb_component_0",
2338
+ "source_component_id": "source_component_0",
2339
+ "model_obj_url": "https://modelcdn.tscircuit.com/easyeda_models/download?uuid=2a4bc2358b36497d9ab2a66ab6419ba3&pn=C165948&cachebust_origin="
2340
+ },
2341
+ {
2342
+ "type": "cad_component",
2343
+ "cad_component_id": "cad_component_1",
2344
+ "position": {
2345
+ "x": 0,
2346
+ "y": 12,
2347
+ "z": 0.7
2348
+ },
2349
+ "rotation": {
2350
+ "x": 0,
2351
+ "y": 0,
2352
+ "z": 0
2353
+ },
2354
+ "pcb_component_id": "pcb_component_1",
2355
+ "source_component_id": "source_component_1",
2356
+ "footprinter_string": "0603"
2357
+ },
2358
+ {
2359
+ "type": "cad_component",
2360
+ "cad_component_id": "cad_component_2",
2361
+ "position": {
2362
+ "x": 0,
2363
+ "y": 0,
2364
+ "z": 0.7
2365
+ },
2366
+ "rotation": {
2367
+ "x": 0,
2368
+ "y": 0,
2369
+ "z": 90
2370
+ },
2371
+ "pcb_component_id": "pcb_component_2",
2372
+ "source_component_id": "source_component_2",
2373
+ "footprinter_string": "pushbutton_id1.3mm_od2mm"
2374
+ },
2375
+ {
2376
+ "type": "cad_component",
2377
+ "cad_component_id": "cad_component_3",
2378
+ "position": {
2379
+ "x": 0,
2380
+ "y": 7,
2381
+ "z": 0.7
2382
+ },
2383
+ "rotation": {
2384
+ "x": 0,
2385
+ "y": 0,
2386
+ "z": 0
2387
+ },
2388
+ "pcb_component_id": "pcb_component_3",
2389
+ "source_component_id": "source_component_3",
2390
+ "footprinter_string": "0603"
2391
+ },
2392
+ {
2393
+ "type": "pcb_trace",
2394
+ "pcb_trace_id": "source_trace_2_0",
2395
+ "connection_name": "source_trace_2",
2396
+ "route": [
2397
+ {
2398
+ "route_type": "wire",
2399
+ "x": -0.825,
2400
+ "y": 12,
2401
+ "width": 0.15,
2402
+ "layer": "top",
2403
+ "start_pcb_port_id": "pcb_port_16"
2404
+ },
2405
+ {
2406
+ "route_type": "wire",
2407
+ "x": -0.825,
2408
+ "y": 8.65,
2409
+ "width": 0.15,
2410
+ "layer": "top"
2411
+ },
2412
+ {
2413
+ "route_type": "wire",
2414
+ "x": 0.825,
2415
+ "y": 7,
2416
+ "width": 0.15,
2417
+ "layer": "top",
2418
+ "end_pcb_port_id": "pcb_port_23"
2419
+ }
2420
+ ],
2421
+ "subcircuit_id": "subcircuit_source_group_0",
2422
+ "source_trace_id": "source_trace_2"
2423
+ },
2424
+ {
2425
+ "type": "pcb_trace",
2426
+ "pcb_trace_id": "source_trace_0_0",
2427
+ "connection_name": "source_trace_0",
2428
+ "route": [
2429
+ {
2430
+ "route_type": "wire",
2431
+ "x": -0.825,
2432
+ "y": 7,
2433
+ "width": 0.15,
2434
+ "layer": "top",
2435
+ "start_pcb_port_id": "pcb_port_22"
2436
+ },
2437
+ {
2438
+ "route_type": "wire",
2439
+ "x": -0.825,
2440
+ "y": 1.8250000000000002,
2441
+ "width": 0.15,
2442
+ "layer": "top"
2443
+ },
2444
+ {
2445
+ "route_type": "wire",
2446
+ "x": 3.25,
2447
+ "y": -2.25,
2448
+ "width": 0.15,
2449
+ "layer": "top",
2450
+ "end_pcb_port_id": "pcb_port_19"
2451
+ }
2452
+ ],
2453
+ "subcircuit_id": "subcircuit_source_group_0",
2454
+ "source_trace_id": "source_trace_0"
2455
+ }
2456
+ ]