Skip to content

Commit

Permalink
l149
Browse files Browse the repository at this point in the history
  • Loading branch information
toto-castaldi committed May 16, 2014
1 parent 88ff9d9 commit a9263cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/motors/micro-motors-l149.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module motorMicroMotorsL149(length) {

module motorMicroMotorsL149(length) {
difference() {
union() {
color("grey") cylinder(h = 1, r = 8.5 / 2);
Expand Down Expand Up @@ -33,10 +32,6 @@ module motorMicroMotorsL149_4_6_12__10() {
motorMicroMotorsL149(36);
}

$fn = 30;
motorMicroMotorsL149_4_6_12__10();

length = 36;



Expand Down

0 comments on commit a9263cf

Please sign in to comment.