No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcb1_pcb.md 1.4KB

Prototype PCB Layout

This page shows the current version of the PCB layout as SVG graphics.

2D PCB Layout

You can also view the 2D PCB layout as PDF.

<embed type="image/svg+xml" src="./plot/drumkit.kicad_pcb.svg" id="pz_drumkit0" style="width: 100%;"/>
<script>
    document.getElementById('pz_drumkit0').addEventListener('load', function(){
        svgPanZoom(document.getElementById('pz_drumkit0'), {controlIconsEnabled: true, minZoom: 1.0});
    })
</script>

Direct link to this file.

DIY Version

You can also view the DIY layout as PDF.

<embed type="image/svg+xml" src="./plot/drumkit.kicad_pcb_diy.svg" id="pz_drumkit1" style="width: 100%;"/>
<script>
    document.getElementById('pz_drumkit1').addEventListener('load', function(){
        svgPanZoom(document.getElementById('pz_drumkit1'), {controlIconsEnabled: true, minZoom: 1.0});
    })
</script>

Direct link to this file.

3D PCB Layout

{{#include inc_drumkit.kicad_pcb.md}}