Changed rotary encoder wheel to 12 mm radius
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
difference()
|
difference()
|
||||||
{
|
{
|
||||||
cylinder(5, 11, 11, $fn=360, center = true);
|
cylinder(5, 12, 12, $fn=360, center = true);
|
||||||
translate([0, 0, 1.5])
|
translate([0, 0, 1.5])
|
||||||
cylinder(5, 10.5, 10.5, $fn=360, center = true);
|
cylinder(5, 10.5, 10.5, $fn=360, center = true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user