Changed license information on behalf of the author

This commit is contained in:
Elmom 2010-08-26 00:35:45 +08:00 committed by Eero af Heurlin
parent 0f8d8fa9ea
commit a221887c47
2 changed files with 10 additions and 10 deletions

View file

@ -2,9 +2,9 @@
* Servo outline library * Servo outline library
* *
* Authors: * Authors:
* - Eero 'rambo' af Heurlin 2010- * - Eero 'rambo' af Heurlin 2010-
* *
* License: GPL 2.0 * License: LGPL 2.1
*/ */
use <triangle.scad> use <triangle.scad>
@ -35,11 +35,11 @@ module alignds420(position, rotation, screws = 0, axle_lenght = 0)
translate([-6,-6,0]) translate([-6,-6,0])
{ {
cube([12, 22.8,19.5], false); cube([12, 22.8,19.5], false);
translate([0,-5, 17]) translate([0,-5, 17])
{ {
cube([12, 7, 2.5]); cube([12, 7, 2.5]);
} }
translate([0, 20.8, 17]) translate([0, 20.8, 17])
{ {
cube([12, 7, 2.5]); cube([12, 7, 2.5]);
} }
@ -54,7 +54,7 @@ module alignds420(position, rotation, screws = 0, axle_lenght = 0)
{ {
# cylinder(r=1.8/2, h=6, $fn=6); # cylinder(r=1.8/2, h=6, $fn=6);
} }
} }
// The large slope // The large slope
translate([6,18,19.0]) translate([6,18,19.0])
@ -65,7 +65,7 @@ module alignds420(position, rotation, screws = 0, axle_lenght = 0)
} }
} }
/** /**
* This seems to get too complex fast * This seems to get too complex fast
// Small additional axes // Small additional axes
translate([0,6,17]) translate([0,6,17])
@ -87,7 +87,7 @@ module alignds420(position, rotation, screws = 0, axle_lenght = 0)
triangle(3, 8, 14); triangle(3, 8, 14);
} }
} }
} }
*/ */
// So we render a cube instead of the small slope on a cube // So we render a cube instead of the small slope on a cube
@ -101,7 +101,7 @@ module alignds420(position, rotation, screws = 0, axle_lenght = 0)
% cylinder(r=0.9, h=axle_lenght, center=true, $fn=8); % cylinder(r=0.9, h=axle_lenght, center=true, $fn=8);
} }
} }
} }
} }
// Example, uncomment to test // Example, uncomment to test

View file

@ -2,9 +2,9 @@
* Simple triangles library * Simple triangles library
* *
* Authors: * Authors:
* - Eero 'rambo' af Heurlin 2010- * - Eero 'rambo' af Heurlin 2010-
* *
* License: GPL 2.0 * License: LGPL 2.1
*/ */