Pouches Gonna Pouch

Even before the :glowforge: arrived, as the e-mails started to let folks know when they’d get their mighty machine, I knew that I needed a new, not-terrible belt pouch for my much-loved multi-tool.

I’ve had the thing for seventeen years, and the nylon pouch with which it came has been replaced twice - it seemed to me time for something a bit tougher in leather. I had done some leatherworking as a teenager, and @dan’s wallet story reminded me that the worst part - cutting holes with a thonging chisel - was now easily automated.

I took some measurements, opened up OpenSCAD, and designed the shapes that I need. I mostly held the design in my head; the OpenSCAD models don’t tell you anything about how they go together. I just needed a way to precisely place and align things in an SVG - I’m no expert whatsoever at Inkscape (or for that matter, OpenSCAD)

I’d hoarded some leather scraps for a few years, so those came out, and rather than doing the responsible thing, I just told the machine it was “standard natural leather.”

The first attempt failed, but was really close to good. The problems I had were:

  • OpenSCAD SVG export applies a “stroke” to the path, so without thinking I used Inkscape to “Stroke-to-Path” the thing. That doubled all the cut lines, about 0.5mm apart.
  • Doubled cut lines dumped too much heat into the leather, making it very slightly more brittle, which wouldn’t have been a problem except
  • My design had stitch holes 2mm apart and 2mm from the edges - that was simply too close. Leather failed around the tight curves, or sometimes simply from pushing the sewing awl through.
  • 2mm stitch spacing just made this too fiddly to do with the big needle in the sewing awl.

So back to OpenSCAD to make some revisions:

  • Recalculated for holes 3mm apart and from the edges.
  • vi for setting the units to mm, as well as for simply removing the ‘stroke’ elements from the paths.

Same power settings, which for this leather, simply weren’t quite high enough. I had to go over it with a razor to free the part. My fault, but lesson learned.

The holes were still a bit too small for this awl, but I decided that I could live with it. I had to figure out how to close the thing, though, and settled on a neodymium magnet which sticks to the multi-tool. I haven’t decided yet whether I think the fact that the pouch will not close without a tool in it is a bug or a feature :wink: The magnet’s just very carefully glued in place; CA and hot glue. We’ll see if that lasts very long.

The belt loop part is two pieces, so that the pouch can be worn vertically or horizontally. This was a feature of the original pouch that I really appreciate.

And here it is, in place, doing its job, horizontally, just after I finished the magnetic closure:

Sources are here:
https://github.com/StripeyType/laserables/tree/master/pouch

67 Likes

Nice job. I have Leatherman Original set that I “never leave home without it” (as the airport has claimed 2 of them because of that practice).

Looking forward to making one like yours.:thumbsup:

8 Likes

Looks awesome! Any idea on what kind of leather? I’m lost in the leather world and this looks similar to something I’d like.

2 Likes

Very nice job! It’s nice to see a great leather project–I’d like to see more of them.

3 Likes

I love a project with practical applications! Well, love all the projects but you know. . .

4 Likes

Great job! Leather still intimidates me a bit, but your pouch looks great! :grinning:

3 Likes

N.B. on the files in the linked repository: I’ve updated the OpenSCAD to have slightly-larger holes, but did not update the SVGs after having done so. Right now, they mismatch.

That whole thing is sloppy, and I really ought to:

  • write a quick post-commit hook that will update the SVGs (and set units, remove the ‘stroke’ etc)
  • re-write this thing to be somewhat parameterized.

It’s definitely veg tanned and dyed, maybe 6-7oz. I got it as a “pound of scraps” from somewhere years ago. maybe Michael’s.

Thanks! I wanted to embellish the closure with something, but the something I wanted to use is way too thick and I couldn’t decide on a good way to incorporate it. Maybe next time. And maybe I’ll get better at stitching.

I’m with you there. For all that it’s fun to make coasters and cheese boards, my biggest disappointment in various rapid-prototyping technologies (laser cutters, RepRaps, etc.) is that I inevitably make a bunch of decorative stuff rather than practical stuff. I’m trying to break out of that habit.

Thanks so much! High praise from you!

6 Likes

Looks great! I love your DIY additude! I’ve had my lasers for over 16 years and have never done leather…seeing all the great examples here may kick me into trying it out…would be great for my medieval costuming…

10 Likes

Very nice!
I owned an original leatherman, and graduated to the ‘Wave’ when it came out. As important to me as my wallet. Feel just as naked without it.

@PFI-Guy, my lost (confiscated) count also! March right up to security check and drop it in the tray. ‘Um, no sir. You can’t board a flight with a knife.’ :roll_eyes:

6 Likes

Awesome! Simple design, and appreciate you taking the time to type up the process & lessons learned. Looks like a great solution.

2 Likes

Excellent project! If the magnet doesn’t hold, you can laser a ring of holes so you can stitch a leather circular pouch that holds it.

3 Likes