summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-09-26 19:45:54 +0200
committerjaseg <git@jaseg.net>2019-09-26 19:45:54 +0200
commitb2eb56076d47af08a11e10fa53446a00b849a13c (patch)
tree4537c06e2e9bc5b78a731231e6c049c8cd5f376c /src
parent82b88f920a85487372cc6e0b46633e4aa328eb69 (diff)
downloadpogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.tar.gz
pogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.tar.bz2
pogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.zip
Pogojig mostly done: KiCAD export works
Diffstat (limited to 'src')
-rw-r--r--src/jig.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jig.scad b/src/jig.scad
index 67580bf..d953f29 100644
--- a/src/jig.scad
+++ b/src/jig.scad
@@ -1,4 +1,4 @@
include <_settings.scad>
include <_lib.scad>
-jig(height, depth, wall, tolerance, chamfer);
+jig(height, depth, wall, tolerance, chamfer); \ No newline at end of file