Changed rotary encoder wheel to 12 mm radius

This commit is contained in:
DWW 2021-09-12 19:32:15 +03:00
parent 63bafa9061
commit a6dd7c1598

View File

@ -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);
} }