Browse Source

route pcb2 converters and outputs

Thomas Buck 1 month ago
parent
commit
0f55401a58
3 changed files with 558 additions and 201 deletions
  1. 0
    20
      docs/src/pcb2_pcb.md
  2. 557
    181
      pcb2/lars2.kicad_pcb
  3. 1
    0
      pcb2/lars2.kicad_pro

+ 0
- 20
docs/src/pcb2_pcb.md View File

@@ -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}}

+ 557
- 181
pcb2/lars2.kicad_pcb
File diff suppressed because it is too large
View File


+ 1
- 0
pcb2/lars2.kicad_pro View File

@@ -178,6 +178,7 @@
178 178
       ],
179 179
       "track_widths": [
180 180
         0.0,
181
+        1.0,
181 182
         2.0,
182 183
         2.5,
183 184
         3.0

Loading…
Cancel
Save