Skip to content

Commit

Permalink
Add OpenSCAD and exported STL
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Oct 2, 2019
1 parent e9d8fad commit 72781f8
Show file tree
Hide file tree
Showing 2 changed files with 12,888 additions and 0 deletions.
6 changes: 6 additions & 0 deletions D.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Basic intro to OpenSCAD :)

linear_extrude(2)
for (i=[0:9])
translate([10*i,10*sin(i*40)])
text("D", valign="center");
Loading

0 comments on commit 72781f8

Please sign in to comment.