diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jig.scad | 2 |
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 |