Skip to content

Commit

Permalink
Merge pull request #112 from zshzebra/master
Browse files Browse the repository at this point in the history
Add clearance to case for encoder and screw holes.
  • Loading branch information
tompi authored Dec 29, 2024
2 parents 8898e40 + 511d79b commit b0e47ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified case/cheapino-bottom-right.stl
Binary file not shown.
2 changes: 1 addition & 1 deletion case/cheapino-top-right.scad
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mirror() {
color("pink") {
translate([32.75, 16.5, 4.1])
linear_extrude(10)
square(13);
square([13, 14.6]);

translate([32.2, 15, 4.1])
linear_extrude(3)
Expand Down
4 changes: 2 additions & 2 deletions case/modules.scad
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ module mcu() {
module mounting_hole() {
color("#bcbd22")
translate([45.85, -23, 0]) {
cylinder(h=1.5, r1=1, r2=2);
cylinder(h=1.5, r1=1, r2=2.2);

translate([0,0,1.5])
cylinder(h=4, r=2);
cylinder(h=4, r=2.2);
}
}

Expand Down

0 comments on commit b0e47ee

Please sign in to comment.