removed lme8uu variable from bushing.scad. does not belong there.
authorNathan Zadoks <nathan@nathan7.eu>
Tue, 22 May 2012 15:20:42 +0000 (17:20 +0200)
committerNathan Zadoks <nathan@nathan7.eu>
Tue, 22 May 2012 15:20:42 +0000 (17:20 +0200)
bushing.scad

index 5c15948..dc9e2a0 100755 (executable)
@@ -99,8 +99,6 @@ union(){translate([0,9.5,0])vertical_bushing(true,13);
 
 // Linear bushing options
 
-lme8uu = true;
-
 lm8uu_diameter=(lme8uu==true) ? 16 : 15;
 lm8uu_length=24;
 lm8uu_radius = lm8uu_diameter / 2;