Navigation Menu

Skip to content

Commit

Permalink
Added licensing stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
traverseda committed Feb 16, 2013
1 parent bdee716 commit 3671d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libtriangles.scad
@@ -1,4 +1,6 @@
//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well.
//Copyright (C) 2013 Alex Davies
//License: LGPL 2.1 or later
//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well. Not sure if that' actually useful though.

module rightpyramid(rightpyramidx, rightpyramidy, rightpyramidz) {
polyhedron ( points = [[0,0,0],
Expand Down
2 changes: 2 additions & 0 deletions test_libtriangles.scad
@@ -1,3 +1,5 @@
//Copyright (C) 2013 Alex Davies
//License: LGPL 2.1 or later
use <libtriangles.scad>;

//all of these follow the (X,Y,Z) syntax
Expand Down

0 comments on commit 3671d21

Please sign in to comment.