Skip to content

Commit

Permalink
shrink motor axle
Browse files Browse the repository at this point in the history
  • Loading branch information
toto-castaldi committed Jan 12, 2015
1 parent c7bd777 commit cc9b00f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/diy-arduino-lego-car/parts-00.scad
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ $fn=30;

module motorMicroMotorsL149LegoAdapter() {

thickness = 2;
height = 8.5 * 2 + thickness;
thickness = 3;
height = (8.5 * 2 + thickness) -2;

// difference() {
difference() {
translate([0, 0, -height / 2 ]) cylinder(h= height, r = 4.5);
translate([0, 0, -52.5 - thickness / 2]) motorMicroMotorsL149_4_6_12__10(0,0.1);
translate([0, 0, -51.5 - thickness / 2]) motorMicroMotorsL149_4_6_12__10(0,0.1);
translate([0, 0, thickness]) axle(3);
//}
}
}


Expand Down

0 comments on commit cc9b00f

Please sign in to comment.