summaryrefslogtreecommitdiff
path: root/src/_settings.scad
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-09-26 14:27:19 +0200
committerjaseg <git@jaseg.net>2019-09-26 14:28:54 +0200
commit82b88f920a85487372cc6e0b46633e4aa328eb69 (patch)
treecc111378c34a8fce436deb2c4e2fa72e58903359 /src/_settings.scad
parent27c72f28d0c3ff4aa591c86348320df3e2cc9791 (diff)
downloadpogojig-82b88f920a85487372cc6e0b46633e4aa328eb69.tar.gz
pogojig-82b88f920a85487372cc6e0b46633e4aa328eb69.tar.bz2
pogojig-82b88f920a85487372cc6e0b46633e4aa328eb69.zip
Modify for pogojig infrastructure
Diffstat (limited to 'src/_settings.scad')
-rw-r--r--src/_settings.scad12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_settings.scad b/src/_settings.scad
new file mode 100644
index 0000000..f51736a
--- /dev/null
+++ b/src/_settings.scad
@@ -0,0 +1,12 @@
+
+height=15;
+depth=6;
+wall=10;
+pcb_extra=7;
+tolerance=0.2;
+chamfer=3;
+grip_rounding = 1.5;
+
+input_file = "input.preprocessed.dxf";
+$fs=0.01;
+eps=0.1;