Showing posts with label solidworks. Show all posts
Showing posts with label solidworks. Show all posts

20141130

3D printed lock picks

Dano was messing around the shop the other day, and came up with a really interesting concept.  He took the end of a zip tie (the part that isn't serrated), and trimmed the profile to be the shape of a lock pick.



Sure enough, it worked, but not terribly well.  I could only get a few uses out of it before the zip tie became too floppy.  The shape is easy to make, yet difficult to reproduce exactly. 

I encounter the same challenge when making metal picks.  They're easy enough to form quickly by hand, but they're impossible to duplicate precisely. When the performance of the pick is so dependent on the exact shape of the pick, consistency is king.  Also, the TSA sometimes has difficulty with metal picks in my luggage, perhaps plastic picks can solve that. 

After a few days of simmering on those thoughts, something dawned on me.  "Hey, those fancy 3d printers, I bet those could produce some awesome lock picks!"

Creating the shape was no problem, due to a quick Google search and a really neat, obscure Autotrace tool in [redacted modeling software]. 




Although Autotrace wasn't flawless, the resulting sketch was easy enough to modify to get any sharp, unusual edges out of the model.  After a quick extrusion and some geometry modification, here's the resulting 3D model


Dimensioning the part is critical, and ironically, my fancy Dimension 3D printer simply wasn't up to the task.  Southord's picks are .023" thick, which is smack dab in between the layer thickness available for the Dimension printer (with layer thicknesses of .010 or .013 and dimensional accuracy of +/- .002", typically).  Two little filaments of extruded plastic didn't seem like it would be enough for producing a pick of any significant structure, which is why I chose to make these parts on the Objet 30 Pro, with a .001" layer thickness and 600 DPI resolution (!)

My package arrived in the mail Saturday afternoon, and with a singleminded focus, I dove straight into the play locks.  Within a few moments, the good ol' Defiant lock gave up the ghost, and my compounded excitement manifested in screaming "Got it!" at the top of my lungs.




Of course, these picks were far from perfect.  Scaling was a bit of a problem, as only about half of the picks were appropriately sized to fit the locks on hand.  One neat thing about designing these digitally, is that making scaled copies is a piece of cake.  I also successfully broke two picks within 15 minutes, far from ideal. 



This exercise may seem reminiscent of trying to kill a mosquito with a cannon.  Why would I use such an expensive technology to produce a simple plastic shape?  Consider this, once I have the precise digital shape tuned, and I'm able to produce perfect copies time after time, then perfect lock picks are nearly trivial (after a little research, of course)



The next step is to try a few iterations of these picks, perhaps including some new designs, to get a kit of a dozen or so nice picks of different sizes and shapes.  Once we have that, then making an injection mold shouldn't be much more difficult.  Then we should be able to produce many perfect copies at a trivial cost.



Stay tuned for part 2!

20140427

Helping Hackers Hack Better

Work put me on a detour for first thing on Monday up in Sacramento.  That means I got to spend a random weekend visiting Noisebridge in San Francisco. 

The last time I was here (which was also the first time), I felt a familiar sense of awe, not unlike the first time I set foot at 23b.  The vibe is indescribably unique, I like the way they hack, mostly.  The one thing that gets to me more than Hacker Stackers, or an overwhelming need for consensus, was that their machine shop was looking sad for lack of love and attention.  I decided I should change that. Since this is a "Do-ocracy", I guess the job is left up to me.

A pile of 3D printers in various states of entropy at Noisebridge
The CNC mill at Noisebridge is strikingly similar to the one we have at 23b.  Both are the MaxNC model.  However, this one seems to retain the original closed-loop control, which keeps track of the position of the stepper motor's rotation.  This is to accommodate for step loss which could occur while heavily loading the spindle.  Also, it seems like the hackers here have figured out how to interface LinuxCNC with the mill, sorting out the dreaded config file to twiddle the pins on a parallel port straight into the CNC control.  An impressive feat, except, they didn't get it quite right.


Noisebridge.  See any disparity between backplot and actual cut?

23b

Without knowing, I'd guess some VERY intelligent programmers figured out the interface between machine and computer.  I couldn't reverse-engineer the pinout on the magic "black box" on my own, so I ended up tearing it off completely and replacing with a set of Gecko Drives.  What Noisebridge missed was something very elementary to a machinist, but maybe not so much for a programmer - the X and Y axis were flipped.


Hold your right hand out like this.  Your fingers point toward the + direction in each axis.  Z is usually parallel with the spindle

When I set up the machine, I expected the cutter to start nearest to the front left hand corner, which was set as my G54 origin.  But, when the mill began by traveling to the opposite side of the workpiece, I panicked and hit the emergency stop button.  "What the hell!?", I cuss as I try to sort out what's wrong.  The code checked out and backplotted fine.  Ah, I know, I've seen this before.  The world is reversed!  After a quick googling, flipping a signed digit in the config file made the control behave as expected.  CNC machines are only trustworthy when they go where you tell them to.  Otherwise, they may try to drill a hole in the table at 10,000 miles an hour.  Okay, hyperbole a little bit, but CNCs are fantastically dumb machines.  They'll happily destroy themselves, if you let them (or tell them to!)

Once all that axial confusion was straightened out, the machine happily repeated cuts for the rest of the day.  Still, the machine was VERY slow.  Since this is a tiny, bantamweight duty machine, we could never expect a whole lot in the way of high feed rates, but the 6 inches per minute that this machine was running at was excruciatingly slow.  Not entirely sure of the upper limit of the speed on this machine, I seem to remember reading somewhere that these controls barfed when they were pushed beyond 20 IPM.  Digging back in the config file, I found a MAX_VELOCITY variable that needed a  tweak.  Now set at 15 IPM (a 250% increase) max travel rate, I doubt this machine could get into a whole lot of trouble before it had a chance to prevent CNC seppuku.   


After a few confidence-inspiring test cuts, eventually the kinks got works out of the code and the machine.  Gibs were tightened, syntax was changed, and ways lubed.  The machine is now working more properly than it ever has .

traced in Solidworks, plotted in CAMWorks

 
inspired by a sticker on a nearby laptop

While this is all a bunch of fun (and also a big component of my day job), why would I spend my weekend at Noisebridge fussing around with an esoteric piece of equipment?  It's because I live for the love of hacking.  For the adventure, for the skills, for the lulz.  Also, after reading Ivan Illich's Deschooling Society recently, a point has stuck with me: I feel compelled to contribute back to the society which created me. 

Spending time at 23b and other spaces has given me a chance to shine among brilliant peers and mentors; I stand on the shoulders of giants and all the work they've done before me.  Most of these hackers, for some reason, rarely dabble in the physical realm, or if they do, it's not to the level of sophistication required to get these finicky CNC machines running under optimal conditions (does that explain the pile of non-functioning 3d printers?).  Not everyone has the technical background to get these disparate hardware, software, and artistic systems integrated well enough to do what is commanded of them, but once in a while, putting a few heads together yields impressive results.  Two half wits make a whole wit. 


You may think, "So what? G code is difficult to generate anyway!"  Yes and no.  While the method I was generating G code was from a fancy (read: expensive) software suite, it looks like LinuxCNC offers a few options to generate toolpath from a greyscale image, or from a DWG file, and a few other format types.  While there's a little bit of nuance in the code that's missing from this whole exposition, the thought is generally this: the softer the material, the easier it is to machine.  Wood machines fine under many sub-optimal conditions.  If I didn't have the spindle speed set just right, or the feed incorrect, in many materials that would break tools and scrap parts.  Here, all we wanted to do is make a silly engraving of Nyancat in wood.  There's nothing technical or tightly toleranced here where we'd have to invoke the CNC gods to get the tools to perform crazy magic.  Keep it simple, stupid.

While this little CNC isn't great for building your next AR lower receiver, it would be perfectly suited for milling circuit boards, or a custom license plate frame for grandma.  These machines are essentially useless without proper instruction, which could be a challenge at Noisebridge.  The high level required to operate the CNC keeps it more in the arcane knowledge realm.  But, now that some of the hardware and software bugs have been worked out, the machine is a little more accessible.  Baby Steps.

It's difficult to send a n00b to a CNC mill and say, "Okay, time to make good parts!".  If G-code is unintelligible to you as a programming language, then you better get help from someone before you go running a CNC.  It's not difficult at all to understand g code, especially for such a simple machine like the MaxNC.  It's simply 3d connect the dots (think LOGO, from Mr. Wizard, remember???), with about a dozen extra commands operating the spindle and other things.

In fact, 3d printers speak a dialect of G code that's not much different from CNC mills.  Perhaps the CNC mill was neglected for much of the same reasons that the 3d printers remain in disrepair - too many levels of nuanced information to synthesize in order to get the machine to cooperate using limited human resources. 


What CAN be done, though, is for me to provide more thorough documentation of setup and operation of this milling machine with my newfound knowledge, which is in the process of being updated on the Noisebridge wiki page.  That might help a few people become self-sustaining.  However, after a few successful machine shop classes at HeatSync Labs, as well as a few sessions at 23b Shop, I think it's safe to say the way to get the shop to a lower state of entropy is to bootstrap the community into activity.  Teach them just enough to be self-sufficient.  There's a few things about machining that cannot be replaced by anything except for sheer experience, but with focused training, it would be interesting to see the way the Noisebridge community could come together and solve their own problems, figure things out in their own way. 



That's a part of the hacker ethic, right? 


20131102

Where's Waldo-the-Datasheet?

Howdy gang,

Once in a while, an interesting, random project shows up at 23b's doorstep.  This week's project-du-jour is a rotary encoder / stepper motor drive.  Without getting too bogged down in the details, what we need to do here is read the position from an encoder, and then drive a stepper motor at 110% the speed of the encoder.  This is meant for pulling extruded vinyl out of a larger machine, while keeping an appropriate tension on the extrusion. 

The focus of this post isn't the extrusion puller itself, this is more about the quest I took to find out where the Mil Spec callouts were for this particular connector, so we can hook up test leads while we develop the rest of the project.

The first step was checking the product data sheet.  A "Sick Stegman DGS25 rotary encoder" yielded ample Google results, with the proper data sheet.  Cool, that was easy. 

Another bit of googling for the connector type lead me to the Digikey and Mouser website where it has the proper connector listed (I think), and it's nearly $20.  Screw that, I'll make something here at the shop (why else do we have all these tools?)  After the 3D printer was down for most of the summer due to my dumb ass putting ancient support material through the extruder, I find myself champing at the bit for every opportunity to make a customized, one off piece for any project in the general vicinity.  The printer is an incredibly useful tool, when it works. 
After examining the case a little better, there is confirmation on the physical connector that it is nearly the same part number, calling out CR3102E18-1P-1.  The numbering convention is essentially the same, but why the CR spec instead of MS? 

After a bit more smashing my face on the keyboard, I learn that the CR and MS specifications are essentially the same scheme.  CR spec came from Cannon Electronics in the 50's, and it looks like the Mil Spec connectors were developed a decade prior.  Perhaps there's some overlap?  Perhaps it's similar to the 7400 / 5400 families of ICs.

Checking Digikey for the part number, I find myself puzzled, as the part number only seems to be for the male receptacle of the plug.  What the hell is the mating part called?   After some more face-smashing and context-grokking, I find "Oh, it's a MS/CR3106-18-1, of course that was easy to figure out".  NOT!



Different Mil Spec, different connector callout.  I guess that makes sense. Now where the hell is the blueprint? 

Just looking for the -3102 or -3106 part number didn't yield anything incredibly fruitful at first.  I did find a few diagrams showing pin location, but nothing with dimensional values.  Should be no big deal, perhaps I can figure this out.  Time to break out the calipers and Solidworks. 

After getting to know my Stratasys 3D printer over the last few months, I know that it's for the most part dimensionally accurate (maybe a hair on the small side)  Sure, I could run calibrations until I'm blue in the face, but that won't help too much.  The printer operates in open loop mode, meaning that it doesn't get any positional feedback to make on-the-fly adjustments to the print head location.  Translation - even if I program something at 1.000" exactly, it may come out a tiny bit bigger (1.003") or smaller (.997"), depending on a few factors, mostly the positional tolerance of the machine itself.  I'm satisfied I can program this part to a tolerance that will be acceptable to fit.  Usually, I give loose-fitting portions a +/- .005" tolerance (depending on direction of interference).  Tight fits usually have a single sided tolerance of .002", and we have even successfully produced accurate interference fit parts. 

There's a neat feature in Solidworks where you can superimpose an image on top of your model, so you can draft features based on an imported image.  "Sketch Picture" is the command you'd use, and here's what I did.  I opened up a sketch on the back face of the nearly-finished connector plug, resized the image, and simply drafted new lines on top of the image until they matched.  Mostly.




One thing I've learned while using Solidworks over the last few years, combined on top of my experience fabricating and machining parts, is that if something doesn't look right, it probably isn't right.  With ample training, your brain can become a finely-tuned difference engine, instantly recognizing small changes in familiar objects, without needing to intellectualize what the change is.  The warning alarm becomes a subconscious manifestation screaming into your Neocortex.

These Mil Specifications are quite good about part fitment and mating.  Something immediately struck me as odd while drafting this using my image file.  According to the superimposed image, the holes aren't precisely centered on the face, nor are they parallel, or even exactly aligned with one another.  I didn't think of this as a huge problem, hoping that the generous amount of space around the pins would more than make up for any dimensional inaccuracies of my part.  Take a close look at the centerlines of the part, versus the centerlines of the circles.  It's all wonky and offset, which is what I should have expected using a JPG as a reference. 



I printed the part, eagerly burning a little bit of time for the print to complete.  After realizing I am surrounded by assholes, I returned to Mr. Printer, lovingly nestled in between Mr. Coffee and Mr. Compressor.  An excited, anticipatory removal from the machine only led to my disappointment.  In this case, close enough wasn't going to cut it.  The pins were offset too far, something was wrong with my design. 

Shit, it doesn't fit all the way

Dammit.  

you can see a few of the pins barely peeking out

Back to the good ol' drawing board.

So what went wrong?  A quick glance down the holes, and you can see that the pin spacing wasn't quite accurate enough to get us a decent fitment: the plug is jamming on the pin diameter.  Since I gave up on finding the exact dimensions early on, looks like I'll have to dig around on the internet to find the exact specifications for this particular connector.  More Googling. 

As it turns out, there isn't any one specific drawing on the 3106 connector.  Rather, it lives as a subset of the byzantine MIL-STD-1651,where there's a breakdown of all variety of round connectors.  266 pages of connectors, not ordered in any specific way.  Even when searching for the term "18-1", I got close, but not close enough.  Turns out, the X in 18-X gives a variation on the part, usually a rotational value for the pins, and there's umpteen different varieties of rotation, and not even with the same pin population!  



DAMMIT, this last one is close, but rotated 90* off. 

FINALLY, after manually scanning each page of the document (really only about 20 minutes of work), I found the correct specification. 


Strange, even though the pin population is the same as the last spec (18-24), the spacing is just off enough where it wouldn't match, even with a rotation.  Time to update the model with the correct information. 



how about a googly eyed connector?

Close wasn't close enough.  The change in hole location seems to reflect the skew in my first part.  My brain processed the resulting linear offset accurately without needing a measurement.  Now if only my brain could be calibrated for more useful things, like where I leave my keys every day...

A quick revision to the hole locations, and off to the printer.  But wait, things can't be that easy, can they?  Of course not. 

One of the complications I've run across with the 3D printer is incomplete layer slicing. 

Just like reading toolpaths for CNC machines, when slicing a 3D model in Catalyst, it gives a preview of the toolpath before the print, which provides a quick and robust method to diagnose the print quality before finding out the hard way.  Look for erratic motions in the toolpath, or strange insertions of support material.  In this case, we saw both. 

STL file imported into Catalyst

The red lines indicate model material, and the white lines indicate soluble support, typically inserted if there are any overhangs to the model, building up a support network from the bottom up.  Since there weren't any programmed overhangs, why is there support here?

After slicing.  Notice the support material in the middle of the part.  This is bad, something is wrong.
Top view of the same part.  What's with the hole contours? 

Checking out the top view of the toolpath, you can see how some of the holes are artifacted and incongruous with the contours we programmed in Solidworks.  What happened? 

My first clue is the hole size, and the spacing that requires.  These features are getting pretty small, and the spacing between the holes is getting thinner and thinner.  Even though the finest level of print is .010" layers, that doesn't mean that the plastic extrusion is exactly that size.  The extrusion head prints layers that are substantially thicker than they are tall, nearly .020" wide.  This can cause problems for interpreting smaller dimensions, as well as the fill pattern between thin walls.  In this case, Catalyst changed the programmed contours of the circles to now have a bit of cutaway, probably to accommodate for the XY size of the extruded plastic.  While these changes would be minute, since we're dealing with small parts and tight tolerances in the first place, allowing these changes to be made by Catalyst would at best produce a part that doesn't fit correctly.  At worst, it may have messed up the entire print by inserting support material where none is intended - I've even seen whole layers of support inserted in the middle of a print, effectively ruining the model half-way through.

After a few revisions to the part (making the hole size slightly smaller, so the wall thickness can be larger), I was able to find some dimensional values that would happily process in Catalyst.


Much better, Aziz

Notice the holes look right, now?



 So how did the part turn out, after all this trouble?  Perfectly. 




This is a much more satisfying result.  The printed parts fit precisely, as long as they were designed precisely.  Not everything works on the first shot, but success the second time around isn't a bad consolation prize.   


20130611

Welding experiment success!

A few weeks ago, I posted to the mailing list for a Welding / Fabrication class, and we had a few people show up to try their hand in making a new addition to the shop, a custom-built shelf for our welding bench.  The old shelf is pretty sad, if you've ever had a chance to meet it. 


It's falling out of the wall
I mean, just look at the thing.  While it served its purpose without complaint for many years, it's Ikea roots definitely show through.  The shelf has perpetually had a 5° slant as long as I've known it, so it was certainly never confidence inspiring enough to do pullups on. 

We're always in a state of flux at the shop, making small improvements here and there as we see necessary.  It all adds up after a while, and people who haven't visited the shop in six months are usually stunned to see how much things have de-Seussified in the interim (in fact, that happened just now when RJ walked in, haha).  Little upgrades like this make all the difference in the world, when you were used to staring at the eyesores like this one.

Looking into the Tested videos shown on the prior posts, there is a neat video on Youtube of Jamie Hyneman's (of Mythbusters fame) workshop, specifically on the custom racks they have holding their boxes of equipment in M5 Industries.  He says, "We buy tubing by the ton".  Well, we just so happened to have a bunch of tubing scraps at the shop just begging to be put to use.  Off to Solidworks!



I quickly drew a few 3d sketches, and then used the Weldments tool to turn my sketch into a solid model.  After a grand total of maybe five minutes from concept to finished model,  then I could use to generate engineering prints, Bill of Materials, mass information like weight and volume, even simulations for deformation and drop testing if we really needed that.  While having all that strength is useful if you want it, what is most important to me is ease-of-use, and how intuitively I can learn new concepts in software.  I went through the weldments tutorial once, beyond that, this is actually my first real-life Solidworks weldments project.  



This was entirely modeled up in a virtual environment before I needed to make a single cut, so when I made a few revisions to the size of the tubes in the sketch, the rest of the model updates instantaneously (along with any other associated information, like the prints and BOM).  Not having massive experience with welding, ANSI-complete prints, nor manufacturing management, what I found this tool was most useful for, was the ability it gave me to convey the important information about this structure to my students taking the welding class.  I simply handed them a set of blueprints with a cut list, and told them "All the relevant information is on this paper." 

They delivered.  I made the first two cuts and welds, the rest was up to the new guys. 




The Noobs followed what few instructions there were, the hardest part being getting a "feel" for welding.  It's something that can't be taught out of a book, rather, it's an art that needs to be practiced.  The biggest problem we encountered was heat management, understanding what's changing in the system when you start welding, and how the molten puddle of steel needs to be manipulated through the welding process. 

Welding steel is not much different than a hot glue gun and popsicle sticks, except it's much much hotter, and it'll melt the popsicle sticks away beneath the glue. With a few basic concepts like that in mind, as long as you're considering what's happening to the heat in the weld, then your results will show a little bit of insight to the process.  Mild steel is a moderate heat conductor, it uses a mid-range heat value (between stainless and aluminum), so it's relatively simple to work with.  Stainless, while it conducts heat much less than mild steel (requiring less heat overall), also has a higher coefficient of thermal expansion, so if you don't carefully tack down your weld in several spots, a whole piece of stainless will bend and bow as you weld it along the entire length, ending up distorted and warped.  Aluminum is another beast altogether, and not recommended for beginners to fabricate with.

 
Tack welds holding everything together
This whole project was built from scrap and leftovers laying around the shop.  If you had to go to the metal supply store and source all of this material on your own, I'd be surprised if you'd be $20 deep into it.  The worst part of this whole project is dealing with that expanded metal grating.  While it's wonderful for filling in open areas like the tops and bottoms of this shelf, it's pretty nasty stuff to handle.  Even the "flattened" grades of expanded metal are covered in lots of tiny sharp edges that will cut the shit out of you the second you turn your attention away from it.  I have to find out these things the hard way.  That's why I order $100 of material at a time, so Benner Metals will deliver the order to me instead. Twenty foot lengths of steel aren't too easy to negotiate, let the flatbed deal with it. 

The mounts had to be reoriented 90° from my initial drawing, mostly due to my lack of considering how much space the grating was going to take up.  Since this part is being mounted to a block wall, I had to get some 3" sleeve anchors and a carbide tipped masonry bit to drill the pilot holes.  The mounts started life as a small leftover piece of rectangular tube from Flea's jeep bumper project, which I quartered into nice flanges and drilled a .400" hole through them.  Once tacked on, I laid a weld bead on the butt joint between the mount and the frame.  I could have filled it in better, but I think a weld of that size would probably exceed the design limits of this part.


Dykem is also known as layout fluid.  I use this all the time to mark parts based on a measurement, to see where I need to make my cuts or holes.  After measuring the parts using calipers, then I gently scribed the intersections of the horizontal and vertical midlines to find a rough center for the mount holes.  Dykem is easily washed away once you're done, using acetone.  In a pinch, Sharpie marker works fairly well, just remember that Sharpies are ruined once you put some oil on the tip, and you can pretty much count on these steel parts being slathered in a light coat of oil to prevent oxidation.  Acetone, you'll come to learn, will be your best friend when working with metal, except when you have even the slightest cut in your skin, which the acetone will seep into and light up any exposed nerve ending with a nice bright searing pain, not much different than squeezing lemon juice all over your broken cuticles. 

The end result - total amateurs (including myself) successfully made a beautiful, custom shelf for the shop.  It's way overbuilt (the way I like it), cheap, and user-servicable.  Want to add some hooks?  Weld them on.  Want more shelves?  Weld them on.  Speaking of hooks, remind me sometime to tell you the story about why this wall is red... 


The top crate weighs +60 lbs.  I'd say this is pretty solid.

My fourth attempt at 3G (vertical up) welds
the finished result - pullup tested. 


20130324

3D printer introductions, shenanigans, and actual useful things!

Offloading at 3 AM, thanks Erik and Arclight!
Howdy gang!

Well, if you haven't been formally introduced to our newest addition to the 23b family, take a good look at Mr. Printer, a close relative of our Mr. Coffee and Mr. Radar!

Not to be easily confused with a RepRap or a Makerbot, This is a Stratasys Dimension 768 SST, which stands for "Soluble Support Technology".  This printer is special for the dual extruder heads, one of which lays  "soluble support" alongside the ABS model itself as it's being built, to provide an extra structural bracing, allowing us to print unusual contours that lesser printers only dream of.  Here's what I mean.


Notice the darker layer of material that is around the base and certain structures of this print.  That is the support layer, meant to be dissolved away once the print is done.  It appears black in this picture, but it's actually dark brown, slightly translucent, and remarkably brittle (warning! removing by hand will cause slight amounts of bleeding, it forms shards!).  It's unclear what the proprietary material truly is, but I was warned by a trusted source to keep the support material dry, as it will absorb moisture from the atmosphere and clog up the extruder head. Another unusual characteristic of this material is that it goes into the machine as a white filament, and comes out a totally different color.  I'd suspect a sugar addition to the plastic, as it has a burn caramel color (but no odor).  This is also the older style support, the newer machines seem to have a material that does not change color as it is extruded.

It's hard to speculate further on what the material is without a chemical analysis.  Strangely enough, at a recent trade show, I met with a local company who compounds polymers, and also does reverse engineering, should the need ever arise.  Heh heh.  The support is most certainly not PLA, the water-soluble print material that bukobots and certain other printers use, as the extrusion temperature for our material is approximately 240 C. 

Another clue to this support material's properties is the way it is removed.  Stratasys sells another piece of equipment which appears to be a large circulating bath with some special witch's brew.  Upon closer inspection, I am instantly reminded of the large ultrasonic cleaning tanks I used at my last job.  The acrid smell of strong, scalding detergent is unmistakable, I recall my hands being extra clean due to the powerful additives in the cleaning formula 

Without a spare $1000 to spend for the special cleaning device, we quickly hacked a solution to dissolve the material away.  This past summer, we scored a small, heated ultrasonic cleaning tank from Ford Electronics.  Dusting it off and quickly filling the stainless tank with sink water and Boraxo soap, (hey, it was plentiful and nearby) the dino head was left overnight to cook and buzz away.  Once morning came, and I returned to check it out, nothing happened; all the support was still attached.  As I suspected, this witch's brew needed some more "pep".  We found an old bottle of Red Devil Lye to raise the pH.  With a small sprinkle into the tank, the head was left for another night.

Voila!, that was the trick!  Out came the model from the hot, steamy, familiar smelling tank looking pristine and finished. 

Strangely enough, this is already made of dinosaurs

 So what do we do now with this printer?  Well, for the moment, we're working on getting the cost down.  It's neat to have around for making models and Gyro-cubes, fully-articulated chains printed in place as an entire assembly, as well as other neat examples.  Currently we're stuck to using the $250 material cartridges from Stratasys, so that seriously hinders our Yoda and dong-making abilities.  Don't forget, this machine has a HEATED work envelope of 8x8x12, but the special Dan-O-Matic model that large would be a tad expensive.  This all works out to be about $5.00 a cubic inch.  For reference, the model above was nearly 10 cubic inches of model (and 3 of support), so this dino model cashes in at a cool $65.  

$65 for a tiny bit of plastic?  You've got to be kidding me.  This should be at most a tenth that price.  Don't get me wrong, I do not underestimate the value of having a 3d model that was downloaded off the internet, created with virtually no effort or skill.  Yet here I am complaining about the small price of cutting edge technology.  First world problems, right?  Wrong. 

This technology is DISTRUPTIVE.  What I mean by that, is there are incredible changes approaching in our manufacturing paradigms, the old way we do things.  By implementing this technology in creative, novel ways, we can now design parts that were impossible, unthinkable to manufacture only a generation ago, then share our designs instantaneously across the globe, FOR FREE.  In my own short lifetime, I've seen CAD change dramatically (I started with CAD on  Brøderbund Print Shop several decades ago), and only in the last few years have the tools and software advanced to the point of being cheap enough for the general public to afford, and powerful enough for them to fit on our laptops.  Sure, the Stratasys printer is a bit pricey, and a RepRap is hokey and hard to setup, but consider this: remember computers in the 70's?  Either you had these homebuilt, hobby units built by geeks with their friends, operated by switches and lights, or you have these large, prohibitively expensive industrial units that not every homeowner can deal with.  Surely nobody in the 70s could forsee the proliferation of computers, or how dramatically they would change our lives.

The price gap between the professional models and the industrial ones is quickly closing in, tracking along with Moore's law, albeit not directly.  Soon the line will be blurred altogether, and then these things will be in the hands of the masses.

We can't afford to ignore the significance of that fact.  This technology WILL change many things.  Even President Obama is keen on the idea of 3d printer:
   "A once-shuttered warehouse is now a state-of-the art lab where new workers are mastering the 3D printing that has the potential to revolutionize the way we make almost everything"

Sound like anywhere you know? 

It's hard to say exactly where this technology is going to head into the near future.  It's impossible to tell unless you're at the front of the wave, and even then, it's always churning and tumbling over itself, exposing a new leading edge.  I can assure you one thing, we'll never have a big problem with 3d printed guns. 

Defcad-sourced printed gun parts


If you haven't heard of DEFCAD, and the related Defense Distributed, now you have.  Their project was started as an extension of some "misfit" files that were taken down from Thingiverse.  Someone was apparently unnerved and uncomfortable with the thought of 3d printed AR 15 lowers receivers (the part designated by the ATF as the firearm), so Bre Pettis played it safe by removing the misfit files altogether from the website.  Understandably, this new technology is scary if we can suddenly start printing unregistered weapon parts, but not every makerbot can do this (yet).  Not to be deterred, DEFCAD carried on.

With some more wind in their sails, they collected some money to get a 3d printer of their own, Stratasys uPrint.  A fine printer in itself, also using the same soluble support technology (which is ESSENTIAL to producing the AR15 model so accurately) they could now make their own parts for experimentation, as well as develop their strategy, which seems to be some libertarian, texas-gun-slinger 2nd amendment fapping.  Which is totally fine, especially now that they have their ATF license.

However, Stratasys was slightly uncomfortable with Defense Distributed's approach, and quickly revoked their lease this past September, due to the questionable legal status of DD's operations.  Keep in mind, this was all before DD got their ATF license, which happened only in the last few weeks.  In retrospect, it was probably good business practice to keep the Defense Distributed project stalled for a few months, as there was enough commotion of unfortunate gun incidents in recent news.  Honestly, those happen all the time, as pointed out on the DEFCAD FAQ.  I suppose until there is an incident involving a 3d printed gun, they now have a taste of legitimacy since the recent ATF ruling. 

Determined, Defense Distributed was steadfast in obtaining a high-quality 3d printer for their own use, and this time looked to Objet for one of their $40,000 UV-cured resin printers (3X the price of a uPrint, the original machine).  These printers have a much higher resolution than the Stratasys machines, due to the technology being dramatically different.  One ironic point of note, Stratasys and Objet merged a few months ago, and now command about 60% of the rapid prototyping market.  Whoops! 

Yosemite Sam Gunslinger 2nd amendment DEFCAD Defense Distributed ATF AR15 3d printingAnother point to remember is that some of Stratasys' biggest customers are arms manufacturers and defense.  They're putting a huge 3d printer on every aircraft carrier in the US Naval fleet!  There's even an entire 3d printed M4 rifle at the Stratasys office in Rancho Cucamonga.  Not just the lower, the entire assembly as well as the case are all 3d printed.  Obviously, Stratasys is pro-gun, they're just in a different line of business.

3D printing is making it's debut in the public eye as we speak.  The last PR this technology needs is a Yosemite Sam to introduce something new and unusual, with bullets flying out of it, to the general public.  Surely the Bald Eagle story is a better place to start winning the hearts and minds of the masses. (ironically, the eagle is in need of a beak after a poaching accident).Yin and Yang.

Remind me again why this won't be a problem? 

3d printed objects don't scale economically. If the first print costs $120, the 1000th one will also cost $120.  Compare this with injection molding.  There's a prohibitive upfront cost for moldmaking that requires special equipment and highly trained operators.  Well, once it's up and running, one injection molded part can be produced with 15c of plastic every 30 seconds.  With 3d printing, each receiver takes about 15 hours to print, and another 8 to dissolve the material away, and will always cost  $120. 

Compare this further with CNC machining.  I was at a shop last week that produces AR15 lowers on their 5 axis CNC mill.  $15 of aluminum and 1.5 hours of machining time (nevermind the lengthy programming time and experience required to do so) produces a REAL AR15 lower, made the way it was intended.  Again, this is a completely different discipline, but if looked at against this light, if real, mass-produced, ALUMINUM weapons aren't a problem in today's world, we're certainly not going to see a problem with inferior, lower strength PLASTIC ones. 

We've all seen enough Elmer Fudd cartoons to know what happens when a gun malfunctions, right?  I don't think I need to experiment for myself, thank you.  I'll leave that experimentation to you guys.

SO WHAT KIND OF COOL STUFF ARE YOU DOING INSTEAD, MACHINIST?

I see the start of 3d printing taking baby steps toward the unknown.  The printer by itself is a neat toy, a novelty without a whole lot of direct use, but when integrated with other tools, the resulting combination creates a holistic environment of problem solving. 

THE HELL YOU SAY?

I used the 3d printer to make unique, one-off fixturing for the Bridgeport mill.  Flea came in this weekend with a challenge for the machine shop.  He needed to modify a huge ball joint, there wasn't much to grab on to with the vise.  In this case, a set of custom soft-jaws with a 1" diameter shoulder on the inside to grab the only exposed area of the ball joint.  They worked together swimmingly!



$12 of material, 2 hours of print time, and any Reprap can print this design.

I could have made some higher quality soft jaws using more solid delrin or nylon, but consider the time to find the stock, cut it to size, drill and counterbore the holes in the right location, set up the boring head, only to use the fixture ONCE.  I avoided all of that with about 10 minutes of using calipers on the old jaws, made a quick Solidworks model, and let the printer do its work.  While it was busy printing away, I was free to continue doing other work, instead of screwing around making jaws from scratch, THAT is the most striking, tangible benefit of this technology.  Next time I need some soft jaws, I won't even need to spend the time making the original model, it's ready to go and proven!  We even know that they're perfectly flat and square, dimensionally perfect!  Wow!

They weren't the most solid feeling jaws in the world, and upon further inspection you can see the stress in the material at the thin point of the radius on the jaws.  But for only needing to work once, I imagine that these have far exceeded their original design intent.  Plus, if I flip them, they're still fresh and machinable for another project. 

The moral of the story?   Find a 3d printer to play with, go learn a little Solidworks (or your preferred flavor of CAD), and use it to solve problems, because that makes your brain grow. Or use it to cause mischief, because I'm cool with that too. 

Stay tuned for more.