diff --git a/src/experimental/flat.scad b/src/experimental/flat.scad new file mode 100644 index 00000000..310345d8 --- /dev/null +++ b/src/experimental/flat.scad @@ -0,0 +1,6 @@ +function flat(lt) = +[ + for(row_pts = lt) + for(pt = row_pts) + pt +]; \ No newline at end of file