fogbound.net




Sun, 8 Feb 2015

Further Adventures in Makering

— SjG @ 6:16 pm

When I last posted, I was playing with plastic and metal prints from Shapeways.com. So here’s an experience printing in a different material — gold-plated brass. As with last time, I used MoI modeler. I wanted to make a butterfly pendant for my wife for our anniversary. My initial try used an actual photograph of a monarch butterfly that I had taken in our garden. I traced the outlines, and created extruded forms for the wings. I then created the shape of the body, and a ring for the necklace chain to pass through.

When I uploaded it to Shapeways, however, I immediately ran into printability problems. I had misunderstood the limitations for different materials. When they say that the minimum dimension for an unsupported wire is 1mm in a given material, I had for some reason interpreted that as having a minimum cross-section of 1mm2. So, for example, I thought I could get away with a 0.5mm width if the thickness was 2mm. This interpretation was not based on their actual requirements. So it was back to the drawing board.

It turns out that using the actual dimensions was not going to be a successful approach. In the end, I bit the bullet, and did a complete redesign inspired by — but not matching — an actual butterfly. Since I was now dispensing with reality, I chose to make it more dramatic by having the wings all spread apart rather than overlapping as monarch actually hold their wings. The design that would be printable looks like this:
Screen-Shot-2015-01-13

I ordered the print three weeks before our anniversary, since the estimated turn-around was 10 days. In the end, it shipped in five days before our anniversary, but it didn’t actually arrive until the day after. Bummer. Then, while it was en route, Shapeways sent out an email extolling their new approach to precious-metal-plated items. Same price, better results. Well, thanks, guys. I mean, I know there has to be a transition between approaches at some point, but I wish it wasn’t between the time I’d placed an order and received my print.

Still, as even this shaky iPhone picture shows, the final result was OK.

Photo-Feb-08

(click on images for larger versions)

Coming up soon: some posts on a completely different path I’ve taken to 3D production. Here’s a hint.


Fri, 26 Dec 2014

Makering of Physical Digital Stuff

— SjG @ 6:11 pm

I’ve been playing with moving from digital space to physical space. Thus far, I’ve been doing it the easy way — I’ve been building models using OpenSCAD or Moment of Inspiration, and have been relying on Shapeways to perform the actual translation from digital to physical.

First project was to create a stocking-stuffer for Pastafarians. The Flying Spaghetti Monster was modeled in MoI, and printed into plastic by Shapeways. For the “Strong and Flexible Plastic” material, Shapeways uses selective sintering rather than the extruder technology used by most inexpensive desktop 3D printers. This technology allows for printing of larger unsupported shapes, thus my FSM is easily printable using their machines while it would not be with a home 3D printer (probably not impossible, but it would involve printing a lot of extra supports).

Anyway, here’s the FSM printed in purple amidst some whole-wheat penne (created using a commercial wheat extrusion system).
DSC_2043

The next challenge was jewelry. Starting with a sketch, the idea was a ring with a colored pattern. This would involve mating halves, each printed in a different color or material. The sketch was quickly modeled in MoI.

sketch moi

I added only a tiny, tiny tolerance between the two shapes. I created the “cut out” portion of each half using a boolean subtraction of the other half, and then did an overall reduction of one half by a tiny percentage. In retrospect, of course, the approach used to create tolerance was incorrect for a number of reasons. But at the time, I measured up the resultant output file (using Autodesk’s MeshMixer) and it looked like it was good.

meshmix02 meshmix01

Yup. I was going to print a physical model with a tolerance of 3.34 microns (those measures on the MeshMixer are in millimeters). What could possibly go wrong with expecting that kind of resolution?

I had Shapeways print these in steel; one half with “stainless” finish and the other with “matte bronze” finish. Their process for printing steel involves using printing layers using liquid binder and a fine steel powder, then infusing the combined structure with (presumably liquid) brass. Pretty crazy! They claim an accuracy of ±1% with a layer thickness of 0.1mm.

Here’s what I got back:
IMG_5016
Pretty nice!

It’s no big surprise that they don’t interlock as originally envisioned. For Christmas, I received a very nice micrometer set (thanks to E & Simon!), so I tried measuring my rings. I’m still learning proper micrometer technique, and it’s an interesting challenge to measure complicated shapes.

IMG_5021 IMG_5019

These measurements are farther off than I expected, even after reviewing my initial assumptions and realizing they were unrealistic. I see three possibilities to explain this:
1. My measuring technique still needs refinement.
2. My digital modeling tools are less accurate than I thought.
3. Shapeways is less accurate than they report.

In all likelihood, it’s a combination of the first two (and maybe all three). I strongly suspect I am not measuring the very edge dimension of a flared shape correctly. MoI is not really designed for high-precision engineering models. It’s NURBs based, and I had to convert the model into a polygonal STL file for printing. I did my measurement of the resultant STL file in MeshMixer.

In any case, this may not have produced the exact end results I desired, but it’s been educational. As I learn more, I’ll post more here.


Tue, 2 Dec 2014

Compiling Kannel 1.4.4 under Centos 7.0

— SjG @ 4:28 pm

This took me while to get to work. If you follow these steps in order, it should work nicely.


# yum install mariadb-devel
# yum install libxml2-devel
# yum install bison
# yum install byacc
# cd /usr/local/src
# wget http://kannel.org/download/1.4.4/gateway-1.4.4.tar.gz
# tar xzvf gateway-1.4.4.tar.gz
# cd gateway-1.4.4
# ./configure --prefix=/usr/local/kannel --with-mysql --with-mysql-dir=/usr/include/mysql --disable-wap
# make

There are a few tricks here. First, just having libxml2 installed is not enough. You need the libxml development headers, etc. Should be obvious, but tricked me. Next, if you run ./configure before you have some of the dependencies installed (e.g., Bison), you will have modified source files that will still fail even after you install the dependency. Thus it’s important to install all that stuff before you run ./configure.

This stuff isn’t really that hard, but it can be time consuming to track down why it’s not working.


Sat, 8 Nov 2014

A Maker-ing We Will Go

— SjG @ 6:54 pm

When I was growing up, I was encouraged to make things. Well, rewind a bit. I was known for “putting things to the hammer,” i.e., breaking stuff. Sometimes, this was in pursuit of figuring out how they worked, or changing how they worked. This would frustrate my father, who was and is very good at actually fixing things. To quote Gandalf:

“He that breaks a thing to find out what it is has left the path of wisdom.” — J.R.R. Tolkien

Still, putting things to the hammer can be very educational. I attribute much of my mechanical intuition to having disassembled things and trying (with frequent failures) to put them back together again.

In any case, all this is to say that today I enjoy making things, whether mechanical, electrical, ceramic, or even virtual. I’ve been dabbling in exploring some of the new technologies that are becoming affordable to dabblers1 like me. I’ve gone to “Maker Spaces,” learned about 3D printers and laser cutters and engravers. I’ve become marginally familiar with file formats and techniques, and have played around with building models and uploading them to service bureaus like Shapeways to see how much it would cost to print them.

I’ve been meaning to start actually using some of these technologies, but have had a lot of questions. For example, I’ve designed a few lines of products that I think I could probably sell (nothing spectacular, but things that I think could be interesting). I’ve looked at 3D printing of them, but haven’t actually gotten to it. So when I read about SoCalMakerCon, I thought it’d be worth checking out.

It was definitely educational. I met a lot of friendly makers, and I saw many 3D printers in action, which helped me get a feel for the different approaches. I learned a lot about 3D print materials. The prices are way down from where they had been (there were what appeared to be decent single-spool printers at the $700 price point). Laser cutters and engravers are remain a lot more expensive.

Still, I continue to wonder about the economics of it. Say I were to start creating the tchotchkes I’ve designed, what would be the financial breakdown for 3D printing? I’ll start with ignoring the cost of electricity, design time, and I’ll make the assumption that I could re-purpose one of the old computers I have lying around to be the printing control workstation. I’ll also leaving out the cost of the time to babysit the printer and manage the printing. Print filament is around $30/kg, and I could print maybe 50 items per kilogram (give or take a factor of two). If I could sell them online at $25 per through a site like Etsy, I’d be seeing maybe $23 per unit with the expenses2, minus packaging and shipping. So to pay off a $1500 printer, I’d need to move 65 units. Ambitious? I don’t really have any idea. I don’t know how well something made in plastic will sell, and I’m new to the world of marketing crafts on Etsy.

Maybe the right business model is to print out a plastic prototype, and have the items themselves manufactured in China. That’d be a whole new can of worms that I know nothing about. But it would mean I could have the items in metal, or ceramic, or cast in resin. It would almost certainly be a much bigger leap — there would be up-front manufacturing costs, and because it’s not “create on demand,” I’d have to invest in an inventory.

Anyway, all interesting thoughts. I’m not sure any of it will go anywhere. But I will continue to be interested, and see what I can learn. If I jump in, there’ll be a new category added to this site, and I’ll post things in process, lessons learned, and more.

1 In the old days, we didn’t have fancy labels like “Makers” or DIY-ers. People just did made stuff. They were hobbyists. Those of us who didn’t have one particular focus were dabblers and dilettantes.
2 Sites like Etsy charge a listing fee of $0.2 and a 3.5% fee on sale. That’s pretty good!


Sat, 25 Oct 2014

Simple Budgeting Spreadsheet

— SjG @ 7:21 pm

Sometimes, simple is best.

Here’s a simple Open Office spreadsheet to help visualize what your “Daily Nut” is when it comes to expenses and income. It makes it easy to visualize how much that daily coffee and doughnut cost you over the course of a year, or shows you how much more discretionary spending you can engage in before causing yourself serious trouble. Then again, if you have discretionary spending money, I’d advise putting half into savings or investments, and giving the other half to charity. But that’s just me.

ScreenShot

Get the spreadsheet over on GitHub:
https://github.com/libelle/the-daily-nut