Slashdot Mirror


Cheap 3D Fab Could Start an Innovation Renaissance

blackbearnh writes "An article over on O'Reilly Radar makes the argument that, just as inexpensive or free software development environments have led to a cornucopia of amazing Web and mobile applications, the plummeting cost of 3D fabrication equipment could enable myriad new physical inventions. The article was prompted by a new Kickstarter project, which if funded will attempt to produce a DIY CNC milling system for under $400. Quoting: 'We're already seeing the cool things that people have started doing with 3D fab at the higher-entry-level cost. Many of them are ending up on Kickstarter themselves, such as an iPhone 4 camera mount that was first prototyped using a 3D printer. Now I'm dying to see what we'll get when anyone can create the ideas stuck in their heads.'"

2 of 258 comments (clear)

  1. Re:That, or... by KublaiKhan · · Score: 5, Insightful

    The path may well be counted as IP and, hence, licensable. CNC programmers (I used to work at an aerospace parts manufacturer, hence why I know this tidbit) can create the same part in many different ways, depending on how fast or how efficient they want the process to be.

    So while a model file showing all the dimensions of a part may be freely tradeable, the machine path required to build that part in the least time or least material may well be copyrightable under current laws.

    O'course, it could always be counted as a trade secret, but that's another kettle of beans altogether.

    --
    In Xanadu did Kubla Khan
    A stately pleasure dome decree
  2. Crap CNC machines by Animats · · Score: 5, Informative

    It's easy enough to build a crap CNC mill, but not very useful. This one is made of wood, and the bridge isn't even cross-braced. It's not going to be stiff enough to do decent work. Just because the cutting tool is a Dremel tool doesn't mean you can skip on rigidity. Dremel used to make a drill-press rig for their tools, and it wobbled so much it was useless. And that was just drilling. In milling, you have side loads.

    Little CNC mills have been around for years. Roland makes a nice little one. The usual little mill is a Sherline, and those can be equipped for CNC, although it's a retrofit. A Sherline can mill aluminum and mild steel. The MicroLux, at $499, is about as low as it gets in milling machines that can cut metal. That's not a CNC machine, but retrofits are possible.

    These guys aren't the first to propose building a toy CNC mill. The Art Institute of Chicago has a little wooden CNC mill. And unlike these guys, who are peddling vaporware, the Art Institute machine exists. The Art Institute machine can be made from flat stock with a laser cutter. It can't mill hard materials, but if you're just making models of designs to look at, you can use various easy-to-mill foams, plastics, and waxes. A slightly bigger wood CNC machine is at Build Your CNC. Those are all proven designs.

    Hype about CNC milling seems to be highest among people who've never used a milling machine. CNC mills are great devices, but they're not magic. The smaller machines don't cut very fast, the cutting tools are expensive, the process is messy (if you're cutting metal, you're constantly pouring coolant on the cutter, and in high-speed machines, the coolant flow is garden-hose sized), and for complex objects, clamping the work out of the way of the cutter is a hassle.

    If you want to play with CNC on line, download the demo version of VCarve, which is a CAD/CAM design tool for 3-axis milling machines. VCarve will give you a sense of what you can and can't do with a 3-axis mill. VCarve can simulate the cutting process in 3D and show you what the finished part will look like. There's a really impressive solid modeling engine inside that program. VCarve (the pay version) will output the files to drive a CNC mill to make the part.

    At the high end of CNC, there are 5-axis machines with tool changers, and software that can use all those features to full advantage. Watch this demo of Hypermill driving a Daishin 5-axis mill. The software package alone for that costs $20,000. The software figures out which tools to use in what order, and how much clearance is required to get the cutting head near the work. That's approaching the "replicator" level of CNC.

    Now what would be interesting is to put a Dremel tool on a multi-axis robot arm, with force feedback from servomotors and Hypermill-like smarts. That would allow real 3D work, not just top-down 3-axis work. Most of the dumb 3-axis machines use steppers, so they don't know how much load is on the structure, and can't compensate for deflections under load. With servomotors, the software could compensate for some lack of rigidity.