|
@@ -18,26 +18,6 @@ You can also view the [2D PCB layout as PDF](./plot/lars2.kicad_pcb.pdf).
|
18
|
18
|
|
19
|
19
|
[Direct link to this file](./plot/lars2.kicad_pcb.svg).
|
20
|
20
|
|
21
|
|
-## DIY Version
|
22
|
|
-
|
23
|
|
-The DIY version is suitable for etching at home, it only needs the bottom copper layer.
|
24
|
|
-Be aware that there is one track on the top layer, for a safety diode that was added later.
|
25
|
|
-This connection should be done with a wire by hand.
|
26
|
|
-
|
27
|
|
-You can also view the [DIY layout as PDF](./plot/lars2.kicad_pcb_diy.pdf).
|
28
|
|
-
|
29
|
|
-<script src="js/svg-pan-zoom.js" charset="UTF-8"></script>
|
30
|
|
-<div style="background-color: white; border: 1px solid black;">
|
31
|
|
- <embed type="image/svg+xml" src="./plot/lars2.kicad_pcb_diy.svg" id="pz_drumkit1" style="width: 100%;"/>
|
32
|
|
- <script>
|
33
|
|
- document.getElementById('pz_drumkit1').addEventListener('load', function(){
|
34
|
|
- svgPanZoom(document.getElementById('pz_drumkit1'), {controlIconsEnabled: true, minZoom: 1.0});
|
35
|
|
- })
|
36
|
|
- </script>
|
37
|
|
-</div>
|
38
|
|
-
|
39
|
|
-[Direct link to this file](./plot/lars2.kicad_pcb_diy.svg).
|
40
|
|
-
|
41
|
21
|
## 3D PCB Layout
|
42
|
22
|
|
43
|
23
|
{{#include inc_lars2.kicad_pcb.md}}
|