Cutout for horizontal 2.54mm 12.7x5.08 pinheader
        Category: Cutout
        
        Using this part
        This TurboCase prefab can be directly pasted into your KiCad PCB editor by using the copy button below. The
            code of the footprint is also shown here for reference. The footprint file can also be downloaded to be
            added to your own local footprint libraries.
        
        Download footprint
        
        The OpenSCAD code
        This is the OpenSCAD code that will end up in your final case .scad file:
        module Cutout_Pinheader_substract(width, height) {
    translate([0, 0, height/2+0.1])
        cube([10, width+0.2, height+0.2], center=true);
}