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

We the Builders (and Rosies!)

wetherosies

We the Builders is a project that uses crowdsourced 3D printing to assemble large sculptures. For the most recent build, they decided to celebrate the contributions and diverse identities of women and non-binary makers by scaling up a sculpture of Rosie the Riveter to monument-size and printing her in a spectrum of skintones. The sculpture will be over six feet tall and made up of 2,625 parts.

I posted about this on the Milwaukee Makerspace Facebook page and asked for people interested in helping, and a woman named Gwen was interested. Seems her grandmother was an actual “Rosie” back in the day. We met up at Milwaukee Makerspace and tried to print a piece for her, and because 3D printing is full of failure, did not succeed.

So I printed it at home. And then I printed more for me, and more for her, and in total I think we did 10 parts. Sadly I had to hit the road for BAMF so I didn’t get to print more, but it looks like (as of writing this) there are less than 250 pieces remaining and we’ve still got five days.

gwen

When Gwen showed up to pick up the pieces (she offered to ship them) she was wearing an awesome Rosie shirt depicting the sculpture, so I asked her to get a photo of it with the pieces, and she did!

Sadly I will not be making it to NOMCON to assist with assembly, but I look forward to seeing the final piece, and hear about what happens next with the Nation of Makers. (I will be at BAMF though, so I hope to see other #WeTheBuilders people there!)

brownpieces

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!

Categories
Uncategorized

Bolt Casting via 3D Printing

DSC32D_1794

I made a plaster bolt and painted it red. Sometimes I do things in the “wrong” way so I can see why it’s the wrong way and to see if it might work doing it the “wrong” way. Also, I like a challenge.

bolt-render

I started by using OpenSCAD and the thread-drawing modules for OpenSCAD and created a Metric bolt. I added the bolt head and rounded the edges just a bit.

bolt-mold-exploded

Once I had my bolt I used it to create the two part mold by doing a difference into a block, and then cutting the block into two pieces. I also added some alignment holes and pegs. (And I managed to forget to make the holes a bit larger than the pegs, but a drill bit fixed that easily enough.)

DSC32D_1779

DSC32D_1780

Here’s what my mold looked like printed in ABS plastic. Yes, I should have used a flexible filament for this so I could demold the cast, but I didn’t. Again, wrong, experimenting, etc. (I’ve got some flexible filament on order, so we’ll see how that goes.)

bolt-003

I taped up the mold and added some rubber bands to hold it all together. Somehow I missed getting a photo of the wet plaster, but I just poured/shoved it into the top and leveled it off…

bolt-004

Here’s the result after letting it dry for a few days. Oh, I didn’t have any proper mold release, or any good substitutes so I used some silicone spray. I don’t know if it worked that well. You can see some of the threads broke off. To be honest I was expecting much worse! It was totally stuck in the other half of the mold though, and I didn’t want to force it…

bolt-005

…so I ended up putting the mold into a bench vise and crushing it until it released the bolt. I know, in theory you should be able to use a mold more than once. But maybe part of the beauty of 3D printing it is that it’s low cost compared to silicone molds. I’m also thinking that a 3 or 4 part mold might be the way to go, rather than just two parts. At least for something like this.

DSC32D_1778

I think I could still use one side of the mold, so it wasn’t a total loss. (More like a 50% loss, which isn’t too bad for this experiment.) Enjoy the photos below. This is, of course, and art object, and not a functional bolt. I like the way it turned out, and I plan on doing more weird experiments like this. (By the way, it’s about 60mm long.)

DSC32D_1806

DSC32D_1795

DSC32D_1784

DSC32D_1787

See Also: Fail Of The Week: Casting A Bolt In A 3D-Printed Mold