Chassis hole for a CUI SJ1-353x 3.5mm jack
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_CUI_SJ1_353x_substract() {
r = 6.5/2;
translate([-5, 0, 7])
rotate([0, 90, 0])
cylinder(10, r, r);
}