-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstepper_driver.kicad_sch
530 lines (520 loc) · 21.5 KB
/
stepper_driver.kicad_sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
(kicad_sch (version 20211123) (generator eeschema)
(uuid a6b22549-430d-4ee1-8923-31d8b2db43f3)
(paper "A4")
(lib_symbols
(symbol "QuarkCncQuadDriver:StepperDriverV3" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 2.54 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "StepperDriverV3" (id 1) (at 2.54 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "QuarkCncQuadDriver:StepperDriverV3" (id 2) (at 7.62 -7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 5.08 -5.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "StepperDriverV3_0_1"
(rectangle (start 0 0) (end 5.08 -2.54)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
)
)
(symbol "QuarkCncQuadDriver:StepperDriver_Conn1_V3" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 2.54 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "StepperDriver_Conn1_V3" (id 1) (at 10.16 -55.88 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x13_P2.54mm_Vertical" (id 2) (at 15.24 7.62 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at -7.62 -5.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "StepperDriver_Conn1_V3_0_1"
(rectangle (start 0 0) (end 10.16 -53.34)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "StepperDriver_Conn1_V3_1_1"
(pin input line (at 12.7 -45.72 180) (length 2.54)
(name "12V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 -2.54 180) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -17.78 180) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -15.24 180) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 -12.7 180) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -27.94 180) (length 2.54)
(name "B1" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -25.4 180) (length 2.54)
(name "B1" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -22.86 180) (length 2.54)
(name "B1" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -40.64 180) (length 2.54)
(name "B2" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -38.1 180) (length 2.54)
(name "B2" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at 12.7 -35.56 180) (length 2.54)
(name "B2" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 -7.62 180) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin output line (at 12.7 -5.08 180) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "QuarkCncQuadDriver:StepperDriver_Conn2_V3" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 2.54 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "StepperDriver_Conn2_V3" (id 1) (at 10.16 -55.88 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" (id 2) (at 12.7 5.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 5.08 -5.08 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "StepperDriver_Conn2_V3_0_1"
(rectangle (start 0 0) (end 15.24 -53.34)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "StepperDriver_Conn2_V3_1_1"
(pin power_in line (at -2.54 -45.72 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -50.8 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -2.54 -15.24 0) (length 2.54)
(name "SPI_CSn" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at -2.54 -17.78 0) (length 2.54)
(name "SPI_MISO" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin output line (at -2.54 -20.32 0) (length 2.54)
(name "SPI_MOSI" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin output line (at -2.54 -22.86 0) (length 2.54)
(name "SPI_SCK" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -2.54 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -48.26 0) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -5.08 0) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -10.16 0) (length 2.54)
(name "3V3" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -2.54 -38.1 0) (length 2.54)
(name "DIAG0" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -2.54 -33.02 0) (length 2.54)
(name "STEPPER_ENn" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -2.54 -27.94 0) (length 2.54)
(name "STEPPER_DIR" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -2.54 -30.48 0) (length 2.54)
(name "STEPPER_STEP" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 152.4 88.9) (diameter 0) (color 0 0 0 0)
(uuid 0ca9a1b1-8bbd-487b-80e5-fa774e92f736)
)
(junction (at 152.4 78.74) (diameter 0) (color 0 0 0 0)
(uuid 32ee0ea7-12cf-47b0-abc0-523a7daf3aa9)
)
(junction (at 111.76 121.92) (diameter 0) (color 0 0 0 0)
(uuid 3962f61d-005a-4563-9b1d-5a3b6108dfb5)
)
(junction (at 152.4 99.06) (diameter 0) (color 0 0 0 0)
(uuid 89f7579d-f4b8-44bc-a7f0-e9384acc90f5)
)
(junction (at 111.76 76.2) (diameter 0) (color 0 0 0 0)
(uuid 8dcf0a17-d391-461d-823b-0fc909e4d152)
)
(junction (at 152.4 111.76) (diameter 0) (color 0 0 0 0)
(uuid dc1e8024-dc88-4cda-9bc2-bb64924e3c0b)
)
(junction (at 111.76 124.46) (diameter 0) (color 0 0 0 0)
(uuid e6718550-80ab-4ac2-acdf-c88bdc39187a)
)
(wire (pts (xy 147.32 114.3) (xy 152.4 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 07ed993b-553a-4ef2-bbf4-3b794e0a414b)
)
(wire (pts (xy 152.4 96.52) (xy 152.4 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1301a2ae-ca66-451c-a693-bd149849fbad)
)
(wire (pts (xy 147.32 111.76) (xy 152.4 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 16346bd5-8374-4f6d-a746-dfd93dc03525)
)
(wire (pts (xy 160.02 119.38) (xy 147.32 119.38))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 1660159b-5ccc-471f-8b43-060cc9592af2)
)
(wire (pts (xy 111.76 124.46) (xy 111.76 129.54))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 18b1ae88-545b-4866-b06d-b22d14cc60e2)
)
(wire (pts (xy 147.32 88.9) (xy 152.4 88.9))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 1a309715-3055-457e-8892-dbdd32b74e1a)
)
(wire (pts (xy 116.84 78.74) (xy 111.76 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 32a13289-3407-4fdf-9e48-0224749473b7)
)
(wire (pts (xy 107.95 111.76) (xy 116.84 111.76))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4961d153-5b74-4b9c-ab1c-52d217ca83a1)
)
(wire (pts (xy 104.14 93.98) (xy 116.84 93.98))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 49720976-b649-4c7d-a294-01d688f542c5)
)
(wire (pts (xy 152.4 111.76) (xy 162.56 111.76))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 4d2a5d19-1658-4487-9c60-d7f9a87eacd9)
)
(wire (pts (xy 147.32 109.22) (xy 152.4 109.22))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4e62832c-85c6-4b85-bd81-57ce3d993e5c)
)
(wire (pts (xy 104.14 74.93) (xy 104.14 83.82))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5545e58e-184c-4893-8250-cdb4ff0d557d)
)
(wire (pts (xy 104.14 104.14) (xy 116.84 104.14))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 5842e4d9-ed0d-4dab-8b6a-6506c507deb9)
)
(wire (pts (xy 147.32 76.2) (xy 152.4 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 59141e72-ef9f-4480-b571-218cf0f751af)
)
(wire (pts (xy 152.4 81.28) (xy 152.4 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5f6ac6f2-bd5c-41c4-a37e-4ce841cc376c)
)
(wire (pts (xy 147.32 101.6) (xy 152.4 101.6))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6c3142f3-88eb-4f3e-8a40-e478a487362d)
)
(wire (pts (xy 104.14 101.6) (xy 116.84 101.6))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 6e440f10-f4a1-450c-a78a-2a7071a0fad8)
)
(wire (pts (xy 152.4 76.2) (xy 152.4 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 749a750e-8c76-485b-a462-f4be9f1317b1)
)
(wire (pts (xy 152.4 86.36) (xy 152.4 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 78a007da-9c2b-4e70-9073-49d931bf4607)
)
(wire (pts (xy 104.14 88.9) (xy 116.84 88.9))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 7b7d58b4-76db-47d4-a661-0db9484d2f01)
)
(wire (pts (xy 111.76 76.2) (xy 116.84 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7f3e0958-4596-4003-9b68-3f75df9979c1)
)
(wire (pts (xy 104.14 83.82) (xy 116.84 83.82))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 85c01bf7-a02e-454a-8d04-a6b533214d14)
)
(wire (pts (xy 147.32 91.44) (xy 152.4 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 85c6564c-3db3-42c7-a4bc-217f5d774693)
)
(wire (pts (xy 111.76 121.92) (xy 111.76 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 89cc0d1e-bf79-445b-9faa-59173c22b8fb)
)
(wire (pts (xy 147.32 96.52) (xy 152.4 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 90e2cc42-447b-49d8-b388-e5c2bc0ea768)
)
(wire (pts (xy 104.14 91.44) (xy 116.84 91.44))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid 94fdf390-e870-4642-b3a2-6521fd0de169)
)
(wire (pts (xy 116.84 121.92) (xy 111.76 121.92))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9985b1d8-396b-4387-8a13-f50cc48ebb06)
)
(wire (pts (xy 152.4 114.3) (xy 152.4 111.76))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9cf1ce4c-d17e-4e6c-8c53-a350f2e107d6)
)
(wire (pts (xy 152.4 78.74) (xy 162.56 78.74))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid a1d906da-1d9c-434b-8470-6edf6df4337f)
)
(wire (pts (xy 111.76 78.74) (xy 111.76 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a3581fad-8685-4242-a836-c2e5c67efb85)
)
(wire (pts (xy 111.76 74.93) (xy 111.76 76.2))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid abe0b3f2-e1b8-4f55-bcdc-51e7a008c0c1)
)
(wire (pts (xy 104.14 96.52) (xy 116.84 96.52))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid b8eb4254-fa84-401f-a588-a5261923765d)
)
(wire (pts (xy 152.4 101.6) (xy 152.4 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bf900079-c25c-4f96-9e7e-d38bb2466304)
)
(wire (pts (xy 104.14 106.68) (xy 116.84 106.68))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid cc470dd9-99cf-48f0-ba8e-804a5e025578)
)
(wire (pts (xy 147.32 99.06) (xy 152.4 99.06))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid d0eb80dd-67b8-4571-b0ac-7ef113b8be71)
)
(wire (pts (xy 147.32 86.36) (xy 152.4 86.36))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d14acd3c-cdd4-4671-9ae9-3516e8bf7245)
)
(wire (pts (xy 152.4 109.22) (xy 152.4 111.76))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d39090e9-ddd4-4b5c-b66a-015f7be49d18)
)
(wire (pts (xy 152.4 88.9) (xy 162.56 88.9))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid d5e558c6-724f-46dc-a4a3-4c53d6f1b4a9)
)
(wire (pts (xy 147.32 78.74) (xy 152.4 78.74))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid d89197ef-5a68-4e78-9b12-8fc1ef7f8679)
)
(wire (pts (xy 152.4 99.06) (xy 162.56 99.06))
(stroke (width 0) (type solid) (color 0 0 0 0))
(uuid daaeb1c8-c371-454c-be7a-2575ea3af4c0)
)
(wire (pts (xy 152.4 91.44) (xy 152.4 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid db44ea6a-c186-4a8e-82c8-2191f4ba7d37)
)
(wire (pts (xy 111.76 124.46) (xy 116.84 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e714ff3f-090f-4cc0-b995-2f247abe3446)
)
(wire (pts (xy 147.32 81.28) (xy 152.4 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e80e487a-1707-4433-b1c9-575fa78b75e1)
)
(wire (pts (xy 116.84 119.38) (xy 111.76 119.38))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f318864f-b7ec-4446-a7d9-af0739c686a9)
)
(wire (pts (xy 111.76 119.38) (xy 111.76 121.92))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f35800dd-9084-4305-ab0c-d4cc68ce8fba)
)
(text "Stepper Driver Daughterboards" (at 101.6 43.18 0)
(effects (font (size 2.54 2.54) bold) (justify left bottom))
(uuid 7385365f-5cab-40d2-a459-8984db764cf1)
)
(hierarchical_label "STEPPER_MOSI" (shape input) (at 104.14 93.98 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 1ae98f67-c0e6-434e-a2d9-4b2824eff935)
)
(hierarchical_label "STEPPER_COIL_B1" (shape output) (at 162.56 99.06 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 218a9230-2451-4679-b725-5364a6ff069d)
)
(hierarchical_label "STEPPER_CSn" (shape input) (at 104.14 88.9 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 27c75048-b787-4b5b-acb3-059eb288ee00)
)
(hierarchical_label "STEPPER_STEP" (shape input) (at 104.14 104.14 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 354e9d4b-4d7c-430d-8b7f-0502a2ee7e7d)
)
(hierarchical_label "3V3" (shape input) (at 104.14 74.93 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5ae30d96-00d7-4ce5-a33d-2d4c8f9a582f)
)
(hierarchical_label "STEPPER_MISO" (shape output) (at 104.14 91.44 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 69a2f3ab-750f-4b69-a20d-e70e604dfffa)
)
(hierarchical_label "STEPPER_SCK" (shape input) (at 104.14 96.52 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 7096d22c-b6ad-4a1d-a4f8-d1de7a1e8df4)
)
(hierarchical_label "12V" (shape input) (at 160.02 119.38 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8780d377-2f76-4508-84de-d7baac67b6cb)
)
(hierarchical_label "GND" (shape input) (at 111.76 129.54 270)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 885c4329-64ff-48e2-9697-0f65e83a9965)
)
(hierarchical_label "STEPPER_COIL_B2" (shape output) (at 162.56 111.76 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8eb0ba86-1ffc-4c82-a4ed-f1edc8a0cdf4)
)
(hierarchical_label "STEPPER_DIAG0" (shape output) (at 107.95 111.76 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 9849050b-44de-4e7f-9b90-655d918c80d8)
)
(hierarchical_label "STEPPER_ENn" (shape input) (at 104.14 106.68 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 9e7b0856-2380-4413-8b85-30869d8829c6)
)
(hierarchical_label "STEPPER_DIR" (shape input) (at 104.14 101.6 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid abb0b4b4-68bd-4d88-9570-7fbd8438b878)
)
(hierarchical_label "STEPPER_COIL_A1" (shape output) (at 162.56 78.74 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid be064820-eb5f-479f-9633-2552ad5b4c5c)
)
(hierarchical_label "VMOTOR" (shape input) (at 111.76 74.93 90)
(effects (font (size 1.27 1.27)) (justify left))
(uuid d35e0d4f-8e02-4a82-9387-1d91c2dc3347)
)
(hierarchical_label "STEPPER_COIL_A2" (shape output) (at 162.56 88.9 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid deb32c8b-1349-4acf-a3b1-894c90455cbf)
)
(symbol (lib_id "QuarkCncQuadDriver:StepperDriver_Conn2_V3") (at 119.38 73.66 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 4e5464fb-a8f9-4946-8ab8-aef7e8a31e39)
(property "Reference" "U7" (id 0) (at 123.19 132.08 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "StepperDriver_Conn2" (id 1) (at 116.84 129.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x14_P2.54mm_Vertical" (id 2) (at 132.08 68.58 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 124.46 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C124407" (id 4) (at 119.38 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c893a7dc-46fa-4231-b2c6-16fc4a03492a))
(pin "10" (uuid b22a4c29-1585-4345-aff3-e843fd9b3c3f))
(pin "11" (uuid 450ea770-397f-4113-89dd-13371d4e3d9f))
(pin "12" (uuid 8e097119-d476-4b5e-b21a-4570091009a9))
(pin "13" (uuid 2e40c4bf-8aa8-4af0-8a70-9c458912d555))
(pin "14" (uuid cef41b3b-2f26-4913-a9dd-2d8e78401dec))
(pin "2" (uuid 85b76497-6bec-4b09-9747-196f5fb543c6))
(pin "3" (uuid 7f51d26e-a9ed-4828-b9c8-2d1129f59e74))
(pin "4" (uuid 55f4b17a-6815-4f28-b007-20221ba9e687))
(pin "5" (uuid 292b8a5c-66b5-4d3e-a2c4-9301e9c57764))
(pin "6" (uuid e81eecf8-8b37-4fb2-9a7d-6e4217aab3b8))
(pin "7" (uuid 47fd53ac-a184-4b02-91a1-3fa61a1bb7d2))
(pin "8" (uuid 952769e9-c870-424d-9531-38e8ed7699da))
(pin "9" (uuid bd05b6ff-950c-4517-a0eb-18556415a8dc))
)
(symbol (lib_id "QuarkCncQuadDriver:StepperDriverV3") (at 129.54 59.69 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ab9c6e02-9936-4337-b505-06f476113a61)
(property "Reference" "U8" (id 0) (at 140.97 54.61 0))
(property "Value" "StepperDriver" (id 1) (at 140.97 57.15 0))
(property "Footprint" "QuarkCncQuadDriver:StepperDriverV3" (id 2) (at 137.16 67.31 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 134.62 64.77 0)
(effects (font (size 1.27 1.27)) hide)
)
)
(symbol (lib_id "QuarkCncQuadDriver:StepperDriver_Conn1_V3") (at 134.62 73.66 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ddf2561d-78cb-49d4-b745-e82cffdb38d3)
(property "Reference" "U9" (id 0) (at 139.7 68.58 0))
(property "Value" "StepperDriver_Conn1" (id 1) (at 139.7 71.12 0))
(property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x13_P2.54mm_Vertical" (id 2) (at 149.86 66.04 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 127 78.74 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "LCSC" "C124407" (id 4) (at 134.62 73.66 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 385d7802-181c-4bd5-b0a2-754d2ae20fd2))
(pin "10" (uuid b236268c-f361-40ce-baec-469e56ee5c8d))
(pin "11" (uuid 281bf788-297f-4dd2-ac85-7805ff2ce64a))
(pin "12" (uuid 16494c89-a498-4a43-a38c-c10417b7802c))
(pin "13" (uuid 312387d2-c62a-48e6-b73d-52c04161c266))
(pin "2" (uuid cf773f94-105c-4c10-8d99-c3518219a82c))
(pin "3" (uuid 3761425d-e2f1-44eb-8ae4-d12af405db8d))
(pin "4" (uuid 2d63ab5d-5d76-4fb9-8f74-7fdcb74f6540))
(pin "5" (uuid c4ce6c0b-6ee0-41c4-81b8-47f66e529f0e))
(pin "6" (uuid 951b7f04-3bd9-48e0-a3b1-e47cb09aab6b))
(pin "7" (uuid 811fc961-3b53-4988-9d52-c2af6da587e1))
(pin "8" (uuid 39a0ae8e-72c4-48e7-8cfe-71e314c3e7f6))
(pin "9" (uuid 86f6c591-4346-45e2-a0f1-06b547274a03))
)
)