knob: Improve haptic of knob
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Let the knobs outside be a decagon.
This commit is contained in:
finga 2022-04-16 02:36:44 +02:00
parent 343b95dc78
commit f48955974d

View file

@ -1,10 +1,12 @@
$fn = 200;
$fn = 10;
module shaft() {
$fn = 200;
difference() {
cylinder(h = 5, d = 6);
translate([2, -2.5, 0])
cube(5);
translate([2, -3, 0])
cube(6);
}
translate([0, 0, -5])