Browse Source

Add adapter to press in chris king headset

master
T. Meissner 7 years ago
parent
commit
ceccf62135
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      chris_king_adapter.scad

+ 12
- 0
chris_king_adapter.scad View File

@ -0,0 +1,12 @@
in=30;
out=44.3;
shaft=16.5;
difference() {
union(){
cylinder(r1=in/2, r2=in/2, h=20, $fn=80);
cylinder(r1=out/2, r2=out/2, h=12, $fn=80);
}
cylinder(r1=shaft/2, r2=shaft/2, h=20, $fn=80);
}

Loading…
Cancel
Save