Categories
Uncategorized

Vinten Tripod Leg Lock

I was doing a video shoot with Ben Nelson for Brown Dog Gadgets last week and I noticed his Vinten tripod leg had an issue staying locked in place… Seems one of the leg lock pieces had broke in half. It seemed liked a perfect reason to fire up OpenSCAD and get the 3D printer spitting out a new part.

In the photo above you can see the new part in silver, and the two original parts on the other legs, in black.

It took two prints to get an acceptable fit. The first was a little too wide and wouldn’t quite fit in place. I tweaked the file just a bit and the second version worked well. I’ll walk through the process a bit below.

For an organic shape like this I usually start by putting it on a desktop scanner to get the profile. This one is curvy, and I’m not big on drawing curves in OpenSCAD, but I am big on scanning in an object and then tracing it in Inkscape. I did a few scans and even then I edited the image a bit to adjust the contrast.

I import the images into Inkscape, each layered directly on top of each other, then add another layer on top of that to do the drawing. I can then easily switch out the image below and compare things. For a symmetrical drawing like this I really just need to draw half of it, then I just dupe and flip to make the other half and combine them into one.

Once I have a vector file created I export that and then import it into an OpenSCAD file where I can extrude it changing it from a 2D shape to a 3D shape. Creating a solid object is the goal. Once I’ve got a solid object I can start knocking holes in it and adding angles by subtracting with various shapes. (The reddish parts are all subtractions or differences from the main piece.)

And yes, the above image does appear to be some sort of special forces TIE Fighter from the Star Wars universe.

Here’s our final piece, ready to be rendered, sliced, and printed. The original part had some pockets on the top and bottom, but since they were not required for functionality I left them out.

Ben installed it and briefly tested it and it seemed to work, though time will tell if it holds up under stress. (Also, this one is PLA so if he leaves the tripod in a hot car, it might soften and fail.) I’ll probably print a few more for him to keep in the tripod bag in case this one does fail in the field.

If you want to print one of these, you can grab the file from Vinten Tripod Leg Lock and have fun!

Categories
Uncategorized

Ball Feeder Mechanism

Here’s this week’s progress on the wax ball feeder mechanism. These are actually 2D files that were laser cut, but I sort of like the look of making them 2.5D so you can see the dimensionality.

Oh, to make the 3D render I exported a DXF file from Inkscape, load it into OpenSCAD and then use the linear_extrude function.

And yeah, these files are already outdated as there was one mistake (which I fixed with the bandsaw) and I’ve assembled it and found room for improvement.

You can see some earlier iterations here, here, here, here, here, here, and here. Which is to say, if you want to see minor updates with very little context, follow @raster on The Instagram.

You’ll notice an issue with the balls getting stuck in the chute, so there’s a bit of work to do there. I’ve got a few ideas, just need time to test them.

And don’t worry, at some point this might all make sense, once you see the rest of the thing. Or maybe it won’t… who knows!?

Categories
Uncategorized

3D Printing a Sifter

sifter-3d-printed

I needed a sifter to remove some small pebbles from concrete mix, so I designed and 3D printed one. Now, like many things that get 3D printed, you don’t always get it right the first time. After testing the sifter I decided it needed larger holes, so. I started on version 2.

inkscape-drawing

For version 1 I used Inkscape to quickly create a grid of circles (using the clone feature) and then differenced them from a circle. Once I had this done I exported as a DXF file and used that within OpenSCAD to create the bottom of the sifter. I added a ring and Bob’s your uncle. I use this Inkscape/DXF/OpenSCAD/extrude method sometimes, because it seems like the right way to do things, or because it’s pretty fast. But it’s not always the best.

The problem with the Inkscape/DXF/OpenSCAD/extrude method is that you have to go back to Inkscape and redo your DXF file if you want to make changes or tweak the design. This may not be an issue for many designs, but for some, I want the flexibility to easily change things.

openscad-holes

So for the next version I redid the holes portion of the design in OpenSCAD. The great advantage here is that you can very easily tweak things like the size of the holes, and the hole spacing, and automagically see how it looks. (Note: in the image above you’re seeing the positive “solids” of the holes. In the final file I differenced them from another solid object to make them “holes” in the design.)

While the method of doing it all within OpenSCAD has advantages, the one way it suffers is when it comes to render time. I should note that in OpenSCAD you can choose how “smooth” circles are by applying a number between 1 and 200. It basically sets how many “sides” a circle has. You can typically use 100 and circles will look pretty circular, but you can also drop the number down to 6 for hexagons, 8 for octagons, etc. That said, at a setting of 100 rendering the sifter took nearly 15 minutes on my 6 year old MacBook Pro. Changing the circles to hexagons with just 6 sides took about one minute to render.

This is where The Cloud™ should save us, right? But while there are various versions of OpenSCAD running on public servers, no one is running a version that worked properly. And since OpenSCAD is a niche piece of open source software, I don’t know if this will change. But since there is a command line interface to OpenSCAD, maybe I can do complex renders on one of my more powerful computers. (Anyway, I’m getting off-topic, so let’s continue.)

openscad-sifter

Hey, it’s a sifter! Yes, I designed and 3D printed a sifter. I often design things and then print them overnight so I have them the next day. 3D printing is awesome, but it’s often not fast. I did consider trying to make a sifter plate with a drill press, and then I remembered I had a laser cutter, and considered using that, but ultimately I was not in a hurry and 3D printing one seemed like a good idea.

tinkercad

Speaking of good ideas, I’ve been looking at Tinkercad recently, and while I wanted to be convinced it wouldn’t be easy to do what I wanted, it actually was pretty easy to do what I wanted, so I redesigned my sifter using Tinkercad. The smart duplication feature made it fairly simple.

While I’m a bit more impressed with Tinkercad than I thought I would be, I still have the problem I had with Inkscape, that if I want to tweak some values, I need to redo work. In fact, I have to pretty much create a whole new model. For simple designs, this isn’t a huge deal, but it is a bit of a pain.

What’s a bigger pain is the fact that while I will always have copies of Inkscape and OpenSCAD to use, Tinkercad (and the files I create with it) may disappear. Tinkercad is own/run by Autodesk, and while it’s a great tool for beginners to get started with 3D modeling (without having to install any software) ultimately I’m concerned for its long-term existence (like any hosted/cloud service.)

I can easily edit the OpenSCAD files I created seven years ago, which is something that is important to me. That said, I do want to explore other software, because reasons, you know?

Categories
Uncategorized

More Mold Making

My last mold making experiment was a good experiment, and if I learned one thing, it’s that the mold should be flexible to allow for the removal of the piece you are casting without destroying the mold or the casting. (Duh!) Instead of ABS I decided to print a mold using flexible filament. Now, to print flexible filament I had to do a small modification to my extruder lever to allow the insertion of a piece of PTFE tubing so that the filament wouldn’t bend over before it fed into the feed gear. Once I did that, I was printing flexible filament (very slowly.)

path-01

I decided to start with something less complex, and used a 2.5D object instead of a 3D object. I had an illustration of a hammer, which seemed to be a simple shape, with no weird inside parts or sharp corners. I started by opening the vector file in Inkscape.

path-02

Once I had the file open I used Inkscape’s dynamic offset feature to extend the shape into a larger piece so I’d have “walls” for my mold.

path-03

I did a Boolean difference between the original and the scaled part to get the wall piece, with the wall pieces being approximately 4mm wide.

path-04

I also created a bottom plate that the wall piece would attach to. I did not make it fit with pins or any other alignment method, I just ended up using tape to hold the pieces together.

piece-outside

piece-bottom

Here are the modeled pieces. The wall piece was easy enough to flex around, but seemed strong enough to hold up for the casting.

hammer-mold-1832

And here are the printed pieces. The flexible filament did not print as well as PLA does, and there were some rough parts on the top of the walls, but it wasn’t going to matter for these purposes.

hammer-mold-1833

hammer-mold-1834

I put the two pieces together and applied some masking tape to hold them. Since I was going to use plaster I knew that it didn’t have to be too water-tight to hold the plaster in place.

hammer-mold-1840

I then filled the vessel with the plaster. (Yeah, I have a big bag of plaster on hand for weird reasons, so I occasionally use it, though eventually I want to use concrete for these experiments.)

hammer-mold-1882

After letting the plaster dry for a few days I removed the tape and then pulled off the bottom…

hammer-mold-1885

…and then was able to flex the wall piece enough to get the plaster out of the mold, so that worked pretty well. Again, this was not a complex shape, which really helped as I just had to push the piece straight down through the mold.

hammer-mold-1890

And here’s my (tiny) plaster hammer. I like how it turned out. The edges are not perfect, but then, what is, Right?

hammer-mold-1852

I ended up making two of them, and with one I found that it was fairly easy to shape the edges using tools, so my 2.5D hammer (sort of) became a 3D hammer.

Categories
Uncategorized

Simple Wire Bender

wire-bender-1894

We’ve got a project at Brinn Labs where we need to bend some 16 gauge wire. The wire bends very easily, in fact, too easily, and you can bend it by hand, but you can’t really get nice curves. I looked up “wire benders” and found “fret benders” which people use to curve the frets for guitar building.

wire-bender-plan

So I found this video titled DIY FRET BENDER – $5 USD FRET BENDER and I was in such a hurry I didn’t even realize the guy provided a bunch of design files! I guess I just often assume people don’t supply files, so I took a screen shot of the design and then dropped it into Inkscape and…

wire-bender-2d

I just whipped up my own design quickly. Since I didn’t want to screw around with using the CNC machine for this, I just exported the DXF and extruded it in OpenSCAD so I could create an STL file suitable for 3D printing. Since there’s a slot and not just holes, it’s not the most fun thing to make with a drill press. Typically slots require a bit more work than holes, with filing and other time consuming hand tool work that is often best left to machines…

wire-bender-render

I designed three parts, and then printed the body and three spacers and six guides. You’ll notice a small lip on the guide piece. That’s to just touch the inside of the bearing so they can roll smoothly. The bearings? Yeah, tear apart that fidget spinner! We’ll need three bearings.

wire-bender-1893

We’ll also need three 5/16″ bolts and nuts, though you could certainly use 8mm if you’ve got those handy. Hey, look, we’ve now got a wire bender!

wire-bender-1901

There’s a little room for improvement on this version… The slot could be a little narrower, and I’ve found that without pliers it’s a bit difficult to tighten the nut. I fixed that by 3D printing some nut knobs so it can easily be tightened by hand. (I already had my own nut knob design file, but you can find plenty on Thingiverse and Youmagine.) No photo because I added it later. :/

wire-bender-1898

This was a really simple build, and since fret benders often cost $50 to $100 (though I saw one for $25 on eBay) this was pretty dirt cheap. I don’t know if it’s up to the task of bending frets, but it should work fine for the wires we need to bend.

wire-bender-1911

If I get around to it I’ll clean up the files and release them. You never know when you might need to bend some wire!