Browse Source

Fixed inner measurement; add pic to readme

master
T. Meissner 7 years ago
parent
commit
6ead3a1ae4
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      README.md
  2. +2
    -2
      chris_king_adapter.scad

+ 2
- 0
README.md View File

@ -3,3 +3,5 @@
##### kitchen_cupboard_clip.scad
![image](https://lh5.googleusercontent.com/-iZMSPls19o0/VXbzDs7f6bI/AAAAAAAADfM/VFF0c2NQaSc/w1184-h1192-no/09.06.15%2B-%2B1)
##### chris_king_adapter.scad
![image](https://lh3.googleusercontent.com/IjUDgDoDQcTJWlAxCeaMFQwJTOtqZK__kiGUt9SAfIBenF6OP3eN4alJ9eZXM44oKhthJ-nUlOMKP2cBV1Lf0iIeZ0Cxx63HlA3K4LGVcjNVlrhxbmlF8ZRx5Vgl41YVP2eFe0Yz8A=w1200-h900-no)

+ 2
- 2
chris_king_adapter.scad View File

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


Loading…
Cancel
Save