knob: Improve haptic of knob
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Let the knobs outside be a decagon.
This commit is contained in:
parent
343b95dc78
commit
f48955974d
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
$fn = 200;
|
$fn = 10;
|
||||||
|
|
||||||
module shaft() {
|
module shaft() {
|
||||||
|
$fn = 200;
|
||||||
|
|
||||||
difference() {
|
difference() {
|
||||||
cylinder(h = 5, d = 6);
|
cylinder(h = 5, d = 6);
|
||||||
translate([2, -2.5, 0])
|
translate([2, -3, 0])
|
||||||
cube(5);
|
cube(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([0, 0, -5])
|
translate([0, 0, -5])
|
||||||
|
|
Loading…
Reference in a new issue