From a96c0938da335af7d2a4b9fa0faadf2bb44e24fc Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 22 Oct 2013 15:54:05 -0700 Subject: [PATCH] comment what the drill jig is --- motor-mount-drill-jig.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/motor-mount-drill-jig.scad b/motor-mount-drill-jig.scad index 198d218..bafbe5a 100644 --- a/motor-mount-drill-jig.scad +++ b/motor-mount-drill-jig.scad @@ -4,6 +4,10 @@ // https://gitorious.org/ozzloy/challenge-bot // https://github.com/waynegramlich/challenge-bot +// use this drill jig for putting holes in a motor mount for screws +// and motor shaft. the four tabs at the bottom are for clamping +// the jig down. + mm_per_inch = 25.4; material_width = (1/8) * mm_per_inch; -- 2.30.2