Skip to content

Commit

Permalink
fix bottom motor mount hole size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Borick committed Apr 13, 2022
1 parent b5a10ee commit 59c996b
Show file tree
Hide file tree
Showing 2 changed files with 30,658 additions and 30,658 deletions.
4 changes: 2 additions & 2 deletions Extruder.scad
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ module motor_mount_2(type = 0){
mm_w1 = 50;
mm_w2 = mm_distance2+20;
mm_center_1 = 23;
mm_center_2 = 35;
mm_center_2 = 30;
motor_shift = 35;
mount_shift = 25;

Expand Down Expand Up @@ -975,7 +975,7 @@ module motor_mount_2(type = 0){
cylinder(d=M3_hole, h=mm_wall*1.1, center=true);
}
translate([0, 0, mm_wall/2]){
cylinder(d=mm_center_1, h=mm_wall*1.1, center=true);
cylinder(d=mm_center_2, h=mm_wall*1.1, center=true);
}
//Mounts top side
translate([motor_m/2, mm_distance2/2, mm_wall/2]){
Expand Down
Loading

0 comments on commit 59c996b

Please sign in to comment.