aboutsummaryrefslogtreecommitdiff
path: root/simplebox.scad
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2024-01-17 16:28:52 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2024-01-17 16:28:52 +0100
commit91e5bc87dbb2477af081e9db0aac0c4f7295165d (patch)
tree1d4eee433158177a674a352a7dc8c5e6daee2410 /simplebox.scad
parentee6c602f3072b4ab12d0a7ce6f150d74b55d1a02 (diff)
downloadoscad_gridfinity-91e5bc87dbb2477af081e9db0aac0c4f7295165d.tar.gz
Makefile, simpleboxes
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);