aboutsummaryrefslogtreecommitdiff
path: root/simplebox.scad
diff options
context:
space:
mode:
Diffstat (limited to 'simplebox.scad')
-rw-r--r--simplebox.scad10
1 files changed, 10 insertions, 0 deletions
diff --git a/simplebox.scad b/simplebox.scad
new file mode 100644
index 0000000..a3b3786
--- /dev/null
+++ b/simplebox.scad
@@ -0,0 +1,10 @@
+use <gridfinity.scad>
+
+ux = 2;
+uy = 1;
+uz = 3;
+
+magnets = false;
+lip = true;
+
+gridfinity(ux, uy, uz, lip=lip, magnets=magnets, fill = false, bottom_height = 0);