knob: Improve the design of the knob [CI SKIP]
This commit is contained in:
parent
52bf0e6eec
commit
4a03c7045f
1 changed files with 5 additions and 2 deletions
|
@ -8,11 +8,14 @@ module shaft() {
|
|||
}
|
||||
|
||||
translate([0, 0, -5])
|
||||
cylinder(h = 5, d = 7);
|
||||
cylinder(h = 5, d = 8);
|
||||
}
|
||||
|
||||
difference() {
|
||||
cylinder(h = 16, d1 = 18, d2 = 15);
|
||||
cylinder(h = 14, d1 = 18, d2 = 16);
|
||||
translate([0, 0, 5])
|
||||
shaft();
|
||||
}
|
||||
|
||||
translate([0, 0, 14])
|
||||
cylinder(h = 2, d1 = 16, d2 = 12);
|
||||
|
|
Loading…
Reference in a new issue