Slashdot Mirror


DRM Could Come To 3D Printers

another random user sends this excerpt from TorrentFreak: "Downloading a car – or a pair of sneakers – will be entirely possible, although Ford and Nike won't be particularly happy if people use their designs to do so. A new patent, issued this week by the U.S. Patent & Trademark Office and titled 'Manufacturing control system', describes a system whereby 3D printer-like machines (the patent actually covers additive, subtractive, extrusion, melting, solidification, and other types of manufacturing) will have to obtain authorization before they are allowed to print items requested by the user. In a nutshell, a digital fingerprint of 'restricted items' will be held externally and printers will be required to compare the plans of the item they're being asked to print against those in a database. If there's a match, printing will be disallowed or restricted."

315 comments

  1. Shouldn't be patentable by Nimey · · Score: 5, Informative

    because it's bloody obvious.

    --
    Hail Eris, full of mischief...

    E pluribus sanguinem
    1. Re:Shouldn't be patentable by Moblaster · · Score: 5, Funny

      That's true. On the other hand, it's virtually impossible to enforce on any practical technical level. Like the quality of a first post.

    2. Re:Shouldn't be patentable by Joce640k · · Score: 5, Interesting

      You can always rotate it and add a few snap-off tabs to fool the DRM.

      You could even make two objects at once, joined by a bit of removable plastic. Let's see how the algorithm copes...

      --
      No sig today...
    3. Re:Shouldn't be patentable by Anonymous Coward · · Score: 5, Insightful

      Actually, if it's patented to have DRM on a 3D printer... wouldn't that mean printers wouldn't be able to DRM anything UNLESS they actually paid for rights to use the patent to prevent users from using their product?

      "Your honor, my device does not legally have the right to use the DRM restriction, as it is a patented technology and we do not currently have any licenses to it."

    4. Re:Shouldn't be patentable by v1 · · Score: 4, Informative

      they'll likely add algorithms to compare similarity. Too high of a percentage will trigger a hit. or they will have a specific part of the design require an exact match. More likely though, they will use a combination of these two approaches - a nearly exact match (99.5%) on any of a number of small structures, OR a 95% overall match, trips it.

      It will probably require the design files to be encrypted, and you have to request the key online. The DRM will be the firmware on the fab machine that handles the decrypted data in a protected way, similar to how bluray players and hdmi cables handle the decrypted video. This is not too difficult to implement, and would be somewhat effective, until someone "cracks" your design file and publishes it somewhere. So you could download the design file for free, then use an interface on your fab machine to pay for x copies to be made - it connects to the server specified in the design file, authenticates as a secure fab machine, sends your payment, and downloads a license file with the key and a use counter and stores it. That actually makes a lot of sense.

      (Scenario: the fab file would be similar to bluray, the data is encrypted with a random key like the bluray title key, call it the ItemKey. when the fab machine has authenticated (over SSL) as a secure fabber to the manufacturer, they will send the ItemKey to it. The fab machine then encrypts the ItemKey along with the counter, using its own FabKey and appends it to the fab file. Then it can create a copy of the item when requested. It has access to the ItemKey and can decrement the CopyCounter each time a copy is fabbed. If you pull the hdd/etc out you can't tamper with or access the key or the counter because you don't have the FabKey, which is hidden in the fab machine's firmware. later if you decided you didn't need all 10 copies of the item, you could use the fabber's interface to "return" the 3 copies you didn't use, at 85% of original purchase price)

      So this won't prevent a "warez" market for decrypted design files, and think that was their ultimate goal. Just a matter of hacking the fabber just like they hack the bluray players now. So they're left to flat out asking permission for ANYTHING, encrypted or not. But that's been found impossible on the computer. Imagine having to get online and connect to some central computer to get permission to run that new update to Firefox, or to run the application you just finished compiling. I don't think it would be any more tolerated with a fab machine. So they'll have to be content with just protecting encrypted content. Really, they'd be complete morons to try to trust unencrypted data once it's in someone else's physical control. Client-side-security always loses in the end. The bigger you bet on it, the more spectacular the fail that results.

      --
      I work for the Department of Redundancy Department.
    5. Re:Shouldn't be patentable by LifesABeach · · Score: 1

      What is the life of this patent?

    6. Re:Shouldn't be patentable by hack++slash · · Score: 1

      Ok here's a less obvious thought about the future of 3D printing; steganography? - Could your 3D printer spy on you?

      --
      To do something right, you often have to roll up your sleeves and get busy.
    7. Re:Shouldn't be patentable by gstoddart · · Score: 2

      they'll likely add algorithms to compare similarity.

      Yeah, and then nobody will be able to print anything ... Nike will claim that all shoes are too similar. Basically every industry will say that you can't make products which compete with them.

      It *will* be buggy-whip makers all over again as everybody tries to entrench that their product is protected.

      --
      Lost at C:>. Found at C.
    8. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      More likely though, they will use a combination of these two approaches - a nearly exact match (99.5%) on any of a number of small structures, OR a 95% overall match, trips it.

      Or, heck, even a 35% match. Because remember, nothing is more important than protecting our artists! Think of the children!

    9. Re:Shouldn't be patentable by dyingtolive · · Score: 4, Insightful

      If other DRM schemes are any indication, you'd probably wind up setting off false positives for things you've genuinely created yourself. Gotta err on the side of caution after all.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    10. Re:Shouldn't be patentable by Agent0013 · · Score: 1

      I think after seeing how the automated take down systems work for video, they will mark anything they feel like as protected and un-printable. Maybe they will instead make a list of the models that are printable, it's probably a smaller database.

      --

      -- ssoorrrryy,, dduupplleexx sswwiittcchh oonn.. -Quote found on actual fortune cookie.
    11. Re:Shouldn't be patentable by RabidReindeer · · Score: 1

      they'll likely add algorithms to compare similarity. Too high of a percentage will trigger a hit. or they will have a specific part of the design require an exact match. More likely though, they will use a combination of these two approaches - a nearly exact match (99.5%) on any of a number of small structures, OR a 95% overall match, trips it.

      Before things like "software patents" came to the fore, a lot of little knobs and gears and stuff sported patent numbers or "patent pending" on them. They were basically customized general items, and probably no more original that a lot of software patents. And it would be a real bugger to figure out which one a 3D plan violated unless the infringement algorithm did a detail-by-detail comparison.

    12. Re:Shouldn't be patentable by interkin3tic · · Score: 3, Insightful

      Really, they'd be complete morons to try to trust unencrypted data once it's in someone else's physical control.

      That would seem consistent with what I've observed with most copyright holders.

    13. Re:Shouldn't be patentable by idontgno · · Score: 2

      Good point. Almost certainly true.

      BTW, in the minds of the IP pigopolists, false positives aren't false. If you ask them (and if this technology becomes mandatory, you will... every time you use your 3D printer), you're not supposed to be doing anything yourself except giving them money and taking whatever dreck they choose to hand you. And liking it. Somehow, they're not satisfied until you're forced to feign a little smile of contentment at their beneficience.

      I, for one, reject our new IP overlords.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    14. Re:Shouldn't be patentable by Anonymous Coward · · Score: 5, Funny

      Imagine having to get online and connect to some central computer to get permission to run that new update to Firefox.

      No sane person would ever put up with this.

      Sent from my iPhone.

    15. Re:Shouldn't be patentable by amicusNYCL · · Score: 1

      That sounds like a great idea, but the lack of DVD players that don't support the various copy protection, regional restrictions, and fast-forward-blocking flags on DVDs isn't exactly encouraging. It's almost as if there is a law requiring that all DVD players support those features. And that's just to support the entertainment industry alone, much less the entire collective manufacturing industry.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    16. Re:Shouldn't be patentable by Internetuser1248 · · Score: 2

      ...if this technology becomes mandatory...

      Where did this come from? Isn't the cat already out of the bag on this one? People are building their own open source 3d printers and I don't see how a law could really be implemented in any meaningful way to change this. Assuming I am not totally wrong in the first part of this, doesn't that also mean that whatever company owns this patent will simply be producing broken printers that no one wants to buy, and that their competition without this method will clean them up?

    17. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      and the worst idea ever

    18. Re:Shouldn't be patentable by idontgno · · Score: 1

      Please find a color copier capable of reproducing banknotes (currency). I'll wait.

      ...

      ...

      Give up? They don't exist. Any copier (or scanner) capable of imaging money well enough to counterfeit it will have firmware preventing that use.

      However that happened, is exactly how it would happen for DRM-enforcing 3D printing.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    19. Re:Shouldn't be patentable by davydagger · · Score: 1

      as well as rare enough they can be checked.

      Then we have magnetic ink, special cloth paper, and a few other things needed beyond high res printers and scanners.

      The amount of effort will limit the amount of counterfeiting operations, and the size and scale will be big enough to raise flags for investigators to notice.

    20. Re:Shouldn't be patentable by Ziggitz · · Score: 2

      If I remember correctly, physical media like DVD disks and Blu Ray players use a proprietary file format. If you want to be able to play a DVD you need to use a device designed for it. That device requires a licensing fee to not be infringing on the patents. What this means is if you don't follow the DRM built into the media to a T, then you are either in breach of your licensing agreement or are likely to be sued for patent infringement. This doesn't apply to 3D printing as far as I can tell. All the parts are super generic, the firmware is custom built, the materials are non-patentable. I can imagine some patents creeping in as someone finds a way to alternate materials on an extruder and be able to print a form factor battery or a means of fabricating and printing resistors, capacitors and logic gates from raw materials. My hope is that the hobbyist market and academic circles can stay far enough ahead for a while to be able get all the basics for circuit fabrication under whatever license or patent is the most appropriate to keep it open to everyone, because that's where the real fun starts.

      --
      There is no memory shortage. yes I have heard of XFCE. Go away.
    21. Re:Shouldn't be patentable by 1u3hr · · Score: 2

      Nike will claim that all shoes are too similar.

      What are the chances of being able to "print" a usable pair of shoes anyway? It's not just the shape, it's the material. Most sports shoes seem to have soles made of at least three distinct layers with different properties glued together. If it was possible, Nike would already be "extruding" the whole thing.

      Maybe okay for something like Crocs though. But you can buy knockoffs of those for $2 anyway.

    22. Re:Shouldn't be patentable by gstoddart · · Score: 1

      If it was possible, Nike would already be "extruding" the whole thing.

      It isn't possible on a commercial scale yet, but people are definitely working on being able to do 3D printing with multiple materials. I give you citation -- 14 materials in a single print job. You don't think you could make a pair of shoes out of that?

      The fact that Nike can't use this for commercial production yet (sweat shops are still cheaper) doesn't mean that industries who make things which could be printed at home wouldn't put up a stink.

      If we're talking about adding DRM to 3D printers, it stands to reason that if we could print these things on an affordable scale, then we would be having this exact same conversation. I think the likelihood of being able to do it 'relatively soon' is pretty high -- we may already be doing it.

      As I said, buggy-whip makers.

      --
      Lost at C:>. Found at C.
    23. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      Agreed. If you read the patent, it is drm for the files describing he object. This is done routinely, and in the manner described in the patent, by PGP. So prior art is any CNC file emailed with PGP or GPG before he effective date for the patent application, in my opinion. This patent does not stop a hypothetical 3D printer from operation on a user created object description file. Only a supplied file with DRM. Much as an Apple iPod will play any unencumbered MP3 file (from day one) as well as play DRM'ed FairPlay encrypted files. This patent covers the use of DRM as a protected feature, not a feature required to print anything. So yes, bloody obvious. Much like I need the password to print protected PDF files.

      If someone required actual matching of he object as some contend, then no printer would implement this as all designed parts, including those meant for corporate and government secret projects, would be sent off to some server farm for comparison. Even if minimal details were sent, they would compromise those secret intents. So that just isn't a viable model. And it's not the matter of the patent.

    24. Re:Shouldn't be patentable by mark-t · · Score: 1

      Even if a product is patented, there is absolute *NO* prohibition that the patent holder can leverage which prevents anyone from building an implementation of that patent for their own private purposes.... One is merely prohibited by patent law from distributing such a self-manufactured product to anyone else.

      In a nutshell, personal use objects cannot and do not infringe on patents (they may infringe on other things, however... for example, if there are legal safety regulations which must be satisfied with the product, then a self-made product might still be illegal to use even for personal use because it has not been so certified, and they may not necessarily be under any obligation to certify such copies).

    25. Re:Shouldn't be patentable by swb · · Score: 1

      Usually with DVDs and BluRays it's all tied in with licensing the name "DVD" or "BluRay" and being issued a key capable of decrypting the content. In order to do those things (the key being most important...) you have to agree to all the other shit they want (ie, Macrovision on analog ports, etc).

      You can buy machines without these features, but they're usually systems with hacked firmware or total low-end Chinese junk.

    26. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      Or you could simply, you know, not connect your 3D printer to the internet.

    27. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      truly functional 3d printers offer an end to the economics of scarcity (well... except for energy) for material object - just like music/video piracy.

      DRM is simply an attempt to impose artificial scarcity. So yes... there's nothing new about this at all.

    28. Re:Shouldn't be patentable by SydShamino · · Score: 1

      Of course. Because if anything were ever possible with manufacturing technology it would already be done today. At least that's what they said in 1880 and 1917 and 1965.

      --
      It doesn't hurt to be nice.
    29. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      With the added benefit that anything you invent/design on your own will be stolen from the records of central repository you have to check against.

    30. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      > No sane person would ever put up with this.

      > Sent from my iPhone.

      I loled.

    31. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      *THIS*...

      I invent 3d printers. For fun and (hopefully one day) profit. I'm always worried about what random decisions I'll make today that may someday fall under patent in a few years because assholes suck.

      This is one patent, however, that I can promise you that I will never even remotely begin to infringe upon, and in fact, I will eagerly use it as an example of what my machines will never do.

    32. Re:Shouldn't be patentable by StikyPad · · Score: 1

      What are the chances of being able to "print" a usable pair of shoes anyway?

      Today: Low
      Tomorrow: Better
      Eventually: Nearly certain

    33. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      Even if a product is patented, there is absolute *NO* prohibition that the patent holder can leverage which prevents anyone from building an implementation of that patent for their own private purposes.... One is merely prohibited by patent law from distributing such a self-manufactured product to anyone else.

      Sorry, but this is incorrect. The U.S. Code Title 35, Part III, Chapter 28, Sec. 271 states:

      (a) Except as otherwise provided in this title, whoever without authority makes, uses, offers to sell, or sells any patented invention, within the United States or imports into the United States any patented invention during the term of the patent therefor, infringes the patent.

      So you can infringe the patent just by making and/or using the invention. Distribution is not required.

    34. Re:Shouldn't be patentable by jonwil · · Score: 1

      The difference is that no-one has built a DVD player in their basement or back shed yet. People have built all kinds of 3D-output-devices (additive, subtractive, extrusion, melting, solidification and others) in their basements, back sheds, workshops and hacker-spaces. Just like its proven to be impossible to stop people sharing downloading the various CSS decryption programs or DVD rippers and making copies of DVDs with them, I doubt it would be possible to stop people sharing plans for 3D-output-devices or instructions on how to build one and where to get the bits you need.

    35. Re:Shouldn't be patentable by mark-t · · Score: 1

      I said that there is no law the patent holder can leverage which can prevent somebody from building their own implementation of a patented product for their own private use. The fact that there may be a part of the US code which accounts for it doesn't change the fact that a patent holder can't really utilize the law in such a case because if it really was for private use, the patent holder wouldn't even ever know that such infringement had ever actually happened in the first place, let alone be able to collect compensation for said infringement. The only way the law can ever really come into play is when there is some sort of distribution of the infringing product.

    36. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      Fair enough. Just so you know that DIY/private use is not an exception to patent protection.

    37. Re:Shouldn't be patentable by plover · · Score: 1

      Or you could simply, you know, not connect your 3D printer to the internet.

      Are you forgetting "Software as a Service"? It's much easier to restrict anything that resides in their systems, not yours.

      The design would be simple enough: the box would have the servos and hardware bits, plus enough CPU to open an SSL connection to the mothership. The ObjectCompany servers would make sure you paid for your designs, and were current on your software licenses, and only then would it stream the G code down to your printer.

      And that would be enough. Buy the commercial printer, build a Gen7 or Sanguinololu board, download Marlin, and gut the commercial printer's DRM-laden electronics. Print any model you like, as many times as you like. Win.

      --
      John
    38. Re:Shouldn't be patentable by mark-t · · Score: 1

      Understood... although I think it's absurd, since it can't ever be enforced... by definition.

    39. Re:Shouldn't be patentable by SvnLyrBrto · · Score: 1

      Eh?

      Those DVD players may be lacking at Best Buy. But walk up to Chinatown and you'll find a dozen stores on Grant Street alone selling players in which you can play any region's disk while skipping all the tedious commercials and MPAA blather. Sure, they don't say "Sony" on the front. But they're half the price, work just as well, and are likely made by the same company, if not in the same factory even.

      --
      Imagine all the people...
    40. Re:Shouldn't be patentable by 1u3hr · · Score: 1

      Of course. Because if anything were ever possible with manufacturing technology it would already be done today. At least that's what they said in 1880 and 1917 and 1965.

      Yeah, because home hobbyists have the technological edge on a Fortune 500 companies.

    41. Re:Shouldn't be patentable by zoloto · · Score: 1
      Then people like myself will easily hack the firmware of the printers to prevent this DRM check from even being allowed.

      Most engineering shops I work with don't have an internet connection let alone the cabling to wire a fucking printer to the internet.

    42. Re:Shouldn't be patentable by Anonymous Coward · · Score: 0

      Really, they'd be complete morons to try to trust unencrypted data once it's in someone else's physical control.

      They don't. That's what the DMCA was for. Once they put a mediocre copy-protection scheme on it, they can prosecute anyone who breaks it.

    43. Re:Shouldn't be patentable by StripedCow · · Score: 1

      Let's see how the algorithm copes...

      Wait, they didn't describe the actual algorithm in the patent?

      --
      If Pandora's box is destined to be opened, *I* want to be the one to open it.
    44. Re:Shouldn't be patentable by psiclops · · Score: 1

      it doesn't have to be cheaper for me to print a sneaker than the individual price of a mass produced shoe by nike.
      it has to be cheaper for me to print them than to purchase it in a shop.

      --
      i spent five minutes thinking and all i got was this crappy sig
    45. Re:Shouldn't be patentable by DirtyLiar · · Score: 1

      That's true. On the other hand, it's virtually impossible to enforce on any practical technical level.

      I dunno. Remember DivX? It was a supposed superior replacement for DVDs that required the player to call (on the phone) in to a central repository to verify the owner had the right to watch the movie.

      Circuit City was selling DivX players considerably below the cost of DVD players, and rented movies that didn't need to be returned (because after the rental period, you lost the right to play it).

      I was amazed that it failed, even though most of the 'features' of the player were actually anti-user. Luckily the geek community rose up and educated most everybody else as to what was really going on (a power grab by the movie, music, and video industries to remove user-rights).

      Many printers and copiers have, for years, had built-in hardware that will refuse to copy / print money. All they need to do is to require the printer access the Internet before it will print. Then it just sends the specs to a website for verification and waits for the yes or no order. (Also a good way to fish for cutting-edge technology before it's on the market. Which may be our saving grace. Or maybe they just won't install it on high-end industrial printers.)

      --

      THINK! It's patriotic

    46. Re:Shouldn't be patentable by DirtyLiar · · Score: 1

      Wait, they didn't describe the actual algorithm in the patent?

      That would tie them down to one algorithm, and remove their ability to change it without losing the patent protection.

      --

      THINK! It's patriotic

    47. Re:Shouldn't be patentable by DirtyLiar · · Score: 1

      That sounds like a great idea, but the lack of DVD players that don't support the various copy protection, regional restrictions, and fast-forward-blocking flags on DVDs isn't exactly encouraging. It's almost as if there is a law requiring that all DVD players support those features. And that's just to support the entertainment industry alone, much less the entire collective manufacturing industry.

      Yes, it's called the DCMA, and specifically outlaws any device that can circumvent copy protection.

      --

      THINK! It's patriotic

    48. Re:Shouldn't be patentable by StripedCow · · Score: 1

      Let me get this straight. They didn't enclose an algorithm and a description of the implementation?
      This should not constitute a valid patent.

      This is like patenting the description "a method of transportation through the air" without even describing the "how" in any meaningful way.

      --
      If Pandora's box is destined to be opened, *I* want to be the one to open it.
    49. Re:Shouldn't be patentable by DirtyLiar · · Score: 1

      You get no argument from me.

      I'm not a patent attorney, but I've spoken to one and was told to be as specific as possible, without being specific about exactly how I was going to do it. Because that would limit my patent to only my current idea, and eliminate patent protection from any improvements or updates.

      --

      THINK! It's patriotic

    50. Re:Shouldn't be patentable by StripedCow · · Score: 1

      That sounds ridiculous to me. I think those patent applicants should either enclose at least some details of the methods used, or change careers and become science fiction/fantasy writers instead.

      --
      If Pandora's box is destined to be opened, *I* want to be the one to open it.
  2. Or, is someone patenting it by hsmith · · Score: 5, Interesting

    So, no one else can patent it, thus disabling "DRM" authorization?

    I won't hold my breath.

    1. Re:Or, is someone patenting it by mrbene · · Score: 4, Interesting
      It gets implemented one of two ways:
      1. It's a patent to prevent anyone else from implementing DRM in their 3D printers. This may be everyone who makes 3D printers.
      2. It's a patent to generate revenue from everyone who licenses the technology for their 3D printers.

      Either way, the set of 3D printers that do not receive license for this technology wouldn't implement DRM, which would be good for consumers - provided that no legislation goes into effect requiring some form of DRM on 3D printers...

    2. Re:Or, is someone patenting it by Random2 · · Score: 2

      It doesn't really even matter if they somehow manage to get this accepted and into the 3D printers, once the hardware is in the hands of the hacker security is a moot point. There is no such thing as fool-proof hardware security, and anyone who things they have it is probably either incompetent or a scam artist. Granted, something like this might deter the average 'user' from screwing around with the 3D printer, but the people who would really use these things to print illegal items are going to find a way around the security anyways.

      --
      "Our goal each year should be to increase the number of goals we set for ourselves!"
    3. Re:Or, is someone patenting it by Joce640k · · Score: 4, Insightful

      It doesn't really even matter if they somehow manage to get this accepted and into the 3D printers...

      It matters if all 3D printers have to pay some sort of 'tax' to offset the losses of the big companies. Like we do for SD cards, hard disks....etc. (in some countries)

      --
      No sig today...
    4. Re:Or, is someone patenting it by Anonymous Coward · · Score: 0

      http://en.wikipedia.org/wiki/Video_Encoded_Invisible_Light

    5. Re:Or, is someone patenting it by clodney · · Score: 1

      It doesn't really even matter if they somehow manage to get this accepted and into the 3D printers, once the hardware is in the hands of the hacker security is a moot point. There is no such thing as fool-proof hardware security, and anyone who things they have it is probably either incompetent or a scam artist. Granted, something like this might deter the average 'user' from screwing around with the 3D printer, but the people who would really use these things to print illegal items are going to find a way around the security anyways.

      I doubt anybody has any illusions that it is foolproof. Same as DRM in music/video/software isn't expected to stop everything. The intent is to put enough roadblocks in front of people that the average person doesn't bother to circumvent them. Total compliance isn't necessary. iTunes and Amazon sell MP3 tracks that could easily be found on line, but it is cheap enough and easy enough that people still buy from them. Consoles can be modded to play cracked games, but it is enough of a pain that most people don't bother.

    6. Re:Or, is someone patenting it by Anonymous Coward · · Score: 0

      Intellectual Ventures is a well known patent troll. What they hope to actually accomplish is anyones guess as you can just not put DRM on your 'replicator'

  3. Thank FSM for patents by Cajun+Hell · · Score: 1

    At least this means that if DRM comes to 3D printers, it won't be for at least 20 years.

    --
    "Believe me!" -- Donald Trump
    1. Re:Thank FSM for patents by Samantha+Wright · · Score: 1

      That might not be quite as much of a victory as it seems if you want 3D printers to be mainstream products.

      --
      Bio questions? Ask me to start a Q&A journal. Computer analogies available for most topics!
  4. Added Cost by mhajicek · · Score: 4, Insightful

    This will require significant bandwidth and processing power, especially to stop circumvention by rotating scaling, cutting (for later assembly) or adding or subtracting insignificant features. This bandwidth and processing power will add significant cost, which I see as fortunate in that it will be a competitive disadvantage for DRM enabled printers.

    1. Re:Added Cost by Anonymous Coward · · Score: 1

      Don't forget that many hardware are fairly simple to design, it's usually the production that is a major hurdle for the diy people. Open hardware (schematics) will become much more popular when 3d printers becomes more common. Who cares about X design when there are Y and Z designs available for free? The whole market changes when 3d printers become cheap enough. The only way companies can truly compete in such a market is quality, complexity (limitations of 3d printers), and patents.

  5. Cart before the horse by Anonymous Coward · · Score: 0

    Just saying, it's going to be a long while before we have to worry about "printing" anything mechanically complex...

  6. I call the authorisation database entry by Neil_Brown · · Score: 5, Funny

    for rectangles with rounded corners.

    1. Re:I call the authorisation database entry by djlemma · · Score: 1

      If I had mod points, I'd probably mod your post "funny" for lack of a "wish I thought of that" option.

    2. Re:I call the authorisation database entry by Anonymous Coward · · Score: 0

      "wish I thought of that" option.

      Better make sure all you do is "wish", because I hear that he patented the style of humor used in that comment.

    3. Re:I call the authorisation database entry by Anonymous Coward · · Score: 0

      I call mice used for 1-click purchases

  7. all great until someone publishes by Anonymous Coward · · Score: 3, Funny

    a free 3d model of a 3d printer that doesn't have all this crap in it

    1. Re:all great until someone publishes by Anonymous Coward · · Score: 1

      Let me introduce you to a project started by a man named Adrian Bowyer.

    2. Re:all great until someone publishes by camperdave · · Score: 1

      a free 3d model of a 3d printer that doesn't have all this crap in it

      What, like RepRap, MakerBot, fab@home, etc?

      --
      When our name is on the back of your car, we're behind you all the way!
    3. Re:all great until someone publishes by spire3661 · · Score: 1

      Makerbot went proprietary. If anything they will be implementing this crap instead of fighting against it.

      --
      Good-bye
  8. Seriously! WTF by Anonymous Coward · · Score: 5, Insightful

    God, the patent wars are coming to 3d manufacturing. What the heck is the point? I have to check with colgate before I can use my own machine to make myself a custom toothbrush? Is there going to be a DMCA provision for manufacturing at home now? Is it going to be abused like the current process is. I say BULLSHIT!

    1. Re:Seriously! WTF by Anonymous Coward · · Score: 0

      Im sorry? What world do YOU live in?

    2. Re:Seriously! WTF by SuricouRaven · · Score: 1

      A Colgate toothbrush is probably protected by copyright, patent and trademark law. All at once. Now all they need to do is work trade secret in too.

    3. Re:Seriously! WTF by Anonymous Coward · · Score: 0

      If you design it yourself, you're free to print off as many copies of that toothbrush as you want. You are not entitled to use Colgate's toothbrush design.

    4. Re:Seriously! WTF by suutar · · Score: 1

      that's how they will get away with not putting enough info in the patent to implement.

    5. Re:Seriously! WTF by JazzLad · · Score: 2

      or something that the algorithm thinks is a 95% match

      --
      "If you have nothing to hide, you have nothing to fear." - Every fascist, ever
    6. Re:Seriously! WTF by Anonymous Coward · · Score: 1

      Why the hell not? Are you telling me that it should be illegal for me to make a cast of a toothbrush handle and whip up some resin copies? Why should Colgate be allowed to dictate what I can do with their products in the privacy of my home? Why should any company have any control over what I do in private? If they want to go after the sale and distribution of their product designs, that's fine. If they want to go after knock-off products, well, they already do that. When they start demanding approval authority over the output of my printer, that's just absurd. The reason why this isn't a concern today for companies that sell tangible products is because it simply isn't cost effective for the consumer to replicate their products for personal use except in very specific cases. If that were to change, then these companies will need to change their business model accordingly. If the individual consumer can print a functional toothbrush for less than it costs to purchase one, then the manufacturers will just have to adjust their prices, deliver a higher quality product, sell the design directly to the consumer, or get out of the market entirely. I could see developing a system that prevents unauthorized modification or redistribution of the design data (though good luck with that), but assuming that everything is infringing before it gets cleared by the mothership is an idiotic idea. So I'm guessing that this will be the way things work in our idiotic future...

    7. Re:Seriously! WTF by Anonymous Coward · · Score: 0

      That is my basic concern. What is someone patents the general overall shape of a toothbrush? I mean, Apple got rounded corners after all. What design features will you need to add for it to be considered unique? Should I create a family crest and inbed it into all of my designs? That should readily fool some automated process right?

    8. Re:Seriously! WTF by pwizard2 · · Score: 1

      The average toothbrush costs $3 or less. Isn't it cheaper and easier to just buy one than print it yourself? (unless you specifically enjoy the fun/challenge of doing so)

      --
      "It is a denial of justice not to stretch out a helping hand to the fallen; that is the common right of humanity."
    9. Re:Seriously! WTF by Anonymous Coward · · Score: 0

      God, the patent wars are coming to 3d manufacturing. What the heck is the point? I have to check with colgate before I can use my own machine to make myself a custom toothbrush?

      I'm totally down with the idea that my machine will somehow protect Colgate's IP - as long as that means Colgate (and everyone else being "protected") is PAYING for the fucking thing. Otherwise, they can enjoy a nice big glass of STFU unless I'm printing things commercially (at which point the rampaging packs of lawyers show up).

    10. Re:Seriously! WTF by ThatsMyNick · · Score: 1

      I could make a more comfortable one I guess. Something that suits the way I hold toothbrushes, and one that conforms better to the shape of my fingers.

    11. Re:Seriously! WTF by spire3661 · · Score: 1

      APPLE DID NOT GET ROUNDED CORNERS. FFS, you sound like an idiot when you repeat shit like that. It was OBVIOUS through word and action that Samsung was copying Apple outright.

      --
      Good-bye
    12. Re:Seriously! WTF by mark-t · · Score: 1

      Please point to *ANY* law which prohibits the recreation of somebody else's work when the use is strictly personal.

      You will note that patent violations only actually ever occur after the intent to distribute copies is present.

      Because, to be frank.... if the use is genuinely personal, then absolutely nobody else, let alone the patent holder, is going to even have the faintest idea that it was ever copied in the first place, let alone know who they should be seeking compensation from.

    13. Re:Seriously! WTF by Anonymous Coward · · Score: 0

      Yes, and when you submit your new toothbrush design to this central repository, you can bet that your design will be stolen or "fall out of the database"

  9. They Makes Me Laugh by Githaron · · Score: 5, Funny

    How can they believe that they can control this in a world where highly advanced 3D printing is possible at home? People will just print their own 3D printers that do not have these restrictions.

    1. Re:They Makes Me Laugh by Anonymous Coward · · Score: 1

      This isn't about "control" this is about the highly lucrative business of squeezing settlement money out of people who are unable to fight back.

    2. Re:They Makes Me Laugh by Anonymous Coward · · Score: 3, Insightful

      The item "3D printer that do not have these restrictions" will be on the blacklist, so you can't print it.

    3. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      This makes me laugh because regular paper printers do not have this functionality built-in. Nor do photo copiers. You are just as capable of large scale infringement with these devices. Oh bloody hell, I'm giving somebody ideas aren't I?

    4. Re:They Makes Me Laugh by mpoulton · · Score: 4, Insightful

      How can they believe that they can control this in a world where highly advanced 3D printing is possible at home? People will just print their own 3D printers that do not have these restrictions.

      I'm sorry, but "highly advanced" home 3d printing is so far from reality that this doesn't seem plausible in our lifetimes. The last 3D printed part I ordered from a commercial manufacturer was an intricate set of inherently interlocked mechanical components laser-sintered out of a cobalt-chromium superalloy. It literally could not be manufactured by any other process. The last 3D printed part I saw produced by a "home" 3D printer (a RepRap) literally looked like a piece of poop - and it wasn't supposed to.

      Commercial 3D printing is just starting to become economically viable for use as a production technology in some specialized applications. But the gap between the commercial implementations and DIY implementations is huge, and not closing very fast. Mechanical technologies develop much more slowly than electronics. In our lifetimes, we have seen unimaginable advances in electronics, but mechanical manufacturing has advanced only incrementally. And this makes sense. The advances in electronics are facilitated by advances in our understanding of the science involved. But we already understand Newtonian mechanics, thermodynamics, statics, strength of materials, and all the other disciplines involved in mechanical manufacturing. We understand the science very well, and have for over a century. Thus, the improvements in this field come more slowly and arise more from creativity and synthesis rather than from breakthroughs in human knowledge.

      TL;DR: Moore's law doesn't apply to mechanical manufacturing; the rate of progress in this field is slow and disconnected from the rate of progress in electronics; and "highly advanced 3D printing" won't be possible at home any time in the near future.

      --
      I am a geek attorney, but not your geek attorney unless you've already retained me. This is not legal advice.
    5. Re:They Makes Me Laugh by Anonymous Coward · · Score: 1, Interesting
    6. Re:They Makes Me Laugh by Joce640k · · Score: 1

      How can they believe that they can control this in a world where highly advanced 3D printing is possible at home? People will just print their own 3D printers that do not have these restrictions.

      If they can restrict printing of shapes then they'll just restrict printing of the shapes needed for 3D printers.

      --
      No sig today...
    7. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      I'm not sure if you're being sarcastic or ignorant. Go read http://en.wikipedia.org/wiki/EURion_constellation .

    8. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      Beat me to it. Thank you.

    9. Re:They Makes Me Laugh by WillAdams · · Score: 2

      The Form 1 argues against that:

      http://www.kickstarter.com/projects/formlabs/form-1-an-affordable-professional-3d-printer

      Amazing quality at that pricepoint.

      CNC Milling has also come a long way since the Navy first looked into it (I recall seeing a story about a huge contract and multi-million dollar machines ~30 years ago):

      https://www.inventables.com/technologies/cnc-mill-kits-shapeoko

      $999 for a compleat (premium) kit

      Okay, it won't mill tool steel, but it also doesn't weigh the several hundred pounds that a mill which can does.

      William

      --
      Sphinx of black quartz, judge my vow.
    10. Re:They Makes Me Laugh by Githaron · · Score: 1

      I am sure someone would make a "open source" 3D printer design.

    11. Re:They Makes Me Laugh by Githaron · · Score: 1

      The article is talking about a world where "Downloading a car – or a pair of sneakers – will be entirely possible". Today, it is not possible. Eventually, it will be. How does it have anything to do with our lifespans?

    12. Re:They Makes Me Laugh by Nationless · · Score: 1

      Unfortunately 3D printers will probably have DRM against printing printers that don't contain the DRM.

      Although maybe if you print a printer that can print non drm printers to print a printer that can print printers (or guns)?

      Suck it woodchucks.

    13. Re:They Makes Me Laugh by rbrausse · · Score: 1

      I am sure someone would make a "open source" 3D printer design.

      because of an "unfortunate human error" the design will be in the DRM database. similar to public-domain videos in Youtube's Content-ID database.

    14. Re:They Makes Me Laugh by Anonymous Coward · · Score: 1

      You know you could take most of what you just said about 3D printing and have it line up perfectly with what people were once saying about computers, right? The thing is, they were correct; highly advanced computing still isn't viable at home and that's why big expensive mainframes and massive rendering farms are still around.

      While highly advanced 3D printers won't become a household product any time soon, what we consider highly advanced 3D printing will. 3D printing doesn't just let you manufacture things, it enables simpler designs with fewer points of failure. You won't be able to print a 2012 car at home for a very, very, very long time but who's to say you won't be able to print a (or almost all of a) 2020 car at home by 2020?

      We have barely even started to touch on how much simpler mechanical designs can be with 3D printing. Think about how many pieces of a vehicle are bolted or otherwise fastened together today. How many of those pieces are made from the same material? How many of those pieces could be built together as a solid piece through 3D printing? There is no reason to believe that well within our lifetimes we won't be able to print almost all parts of a unibody car (probably from composite materials rather than just solid metals by that point in time) at home.

      I'm not saying we all will, but we'll be able to. You'll probably still buy your car and any needed parts from a manufacturer (though the manufacturer will likely be located in your area or close to it) simply because of economies of scale. What will happen, though, is that the price of manufactured goods will decline sharply because anyone will be able to do it. People will rip off designs and print things at home much like people download music they don't pay for, but the industries will change to welcome the paying customers with open arms (like the music industry begrudgingly does with iTunes) and the world will get a little bit better for everyone.

      And now I'll get off my soapbox.

    15. Re:They Makes Me Laugh by Crudely_Indecent · · Score: 1

      What's to stop people from altering the 3d file, adding a cut-away nub somewhere, so it no longer matches the fingerprint?

      --


      "Lame" - Galaxar
    16. Re:They Makes Me Laugh by DriveDog · · Score: 2

      True, but color printers do leave fingerprints so the Secret Service can determine on which machines currency was printed. Will 3D printer mfrs make 3D printers that leave fingerprints? I'm guessing so. Another good reason to roll your own. Of course, forensics will probably be able to identify the DNA in trace shed skin cells embedded in the prints...

    17. Re:They Makes Me Laugh by idontgno · · Score: 1

      How does it have anything to do with our lifespans?

      I dunno. Maybe your home network connection is so slow and filtering-congested it'll take longer than your lifespan to download those rather large 3D design files?

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    18. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      Well written post and a nice reality check for those 'TEH SINUGLARITY IS CUMMING!!!' nerds. However, did you mean " creativity and synergies" rather than " creativity and synthesis".

    19. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      Even if they got this restriction, they'd want more.

      Even if you own a license to print something, they'll try to prohibit you from modifying it to your specifications, even if it's being printed on your machine with your own materials.

    20. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      Largely mechanical in nature, hard disk drives dropped in value and increased in availability from 5 megabyte 'huge' storage volumes and 14 inch platters to 4 terabytes and 3.5 inch platters and 1.5 terabyte 2.5 inch platters due to mass produced cheaply manufactured high precision mechanical parts. All in 30 years. The basis for 3d printing is well known mechanical parts. And home CNC is also starting to be reasonable. All of this is based on mechanical systems very very similar to ink jet printers and plotters. Which quickly advanced from 72 dpi printers to monstrously accurate 4800 dpi printers for home use. Even faster than disks drives.

      If demand for home manufacturing happens to grow, precision will increase, and prices will drop. And evolution will proceed rapidly. The 3d printer i really want costs 70,000 dollars now. I predict that (a dual wax high precision) 3d printer will be able to fit my needs within 5 years for under 3000 dollars. Heck tektronix phaser printers are 3/4 of that solution already! As to sintered metal parts, likely the price is high for those machines due to regulatory compliance. The laser involved is higher power than consumer devices have now. But so was the blu-ray laser for burners... But it is now compliant as the regulations changed. We will see a host of consumer protection regulations, no exposed hot elements, protection for the laser if one is used, to prevent exposure, and so on. But if there is demand, it will be met. And the market will set the price points.

    21. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0

      The hard part will be printing the firmware...

    22. Re:They Makes Me Laugh by Pentium100 · · Score: 1

      Maybe not a complete car, but 3D printing parts of it should be possible. Some car parts are standard and are used in more than one model, these are relatively easy to get, but special parts for an older car are most likely no longer made so the only source of them is other old cars. I doubt that there will ever be a home 3D printer that can print the car body (since the printer would have to be bigger than the car), but some smaller parts (manual gearbox for example), why not?

      3D printing car parts would mean that I can use the same car essentially forever.

    23. Re:They Makes Me Laugh by Anonymous Coward · · Score: 0
      "You know you could take most of what you just said about 3D printing and have it line up perfectly with what people were once saying about computers, right? "

      I get so tired of people dragging this tired old "argument" out of the coffin every time normal people question the delirious hype about 3D printing.

      The difference is that information WEIGHS NOTHING. IT'S IMMATERIAL. *OF COURSE* processing information improved dramatically! It doesn't take a lot of energy to represent information, and it's NOT MATERIAL.

      A car weighs the same now as it did 40 years ago! You're the same size, friction, air resistance, gravity, energy density of fuels, are all still the same. You totally ignore and oversimplify the truly complex nature of manufacturing actual physical parts. And it gets worse when you actually want an OBJECT, as opposed to a SHAPE. Do you even grasp the difference????

  10. Kill 'em while their young by betterunixthanunix · · Score: 5, Interesting

    We can't have disruptive technologies that force us to change how we monetize creativity! Let's make the technologies useless, cumbersome, and expensive, so that later on we can claim they were never really worth what everyone thought!

    Oh, and did I mention how terrible it is that we failed to do it with the automobile:

    https://en.wikipedia.org/wiki/Red_flag_laws

    --
    Palm trees and 8
    1. Re:Kill 'em while their young by afidel · · Score: 4, Insightful

      Wasn't that exactly what the AHRA did, strangle DAT and Minidisc in the cradle.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:Kill 'em while their young by Anne+Thwacks · · Score: 2
      Sony stangled the minidisk by extreme stupidity. If they had not commited to a file system no one else wanted,a dn a compression system no one else wanted, but made it compatible with floppies and MP3, so it could be used for data as well as music, there would have been no problems at all.

      As it was, it could not really be used for data, thus eliminating the lucrative market of people who could not get all their data on one floppy disk.

      --
      Sent from my ASR33 using ASCII
    3. Re:Kill 'em while their young by Conspiracy_Of_Doves · · Score: 1
    4. Re:Kill 'em while their young by Ogi_UnixNut · · Score: 4, Insightful

      mp3 didn't exist in consumer level hardware when minidisc came out (1992). DRM is what killed minidisc, as due to the DRM, Sony never made a PC "minidisc drive" that could burn audio minidiscs (they were petrified of mass copying). When CD-burners became consumer level hardware, it came to the forefront, and drove mp3 adoption like crazy (as people could now burn their own MP3-CD's). Coupled with ISDN (128kb internet) and the relatively small size of MP3, minidisc was doomed.

    5. Re:Kill 'em while their young by Anonymous Coward · · Score: 0

      While their young what?

    6. Re:Kill 'em while their young by Pentium100 · · Score: 1

      Floppy stores very little information, at most 32MB or so (LS240 drives can record this much to a regular floppy disk, but the downside is that the disk is unreadable in regular drives and that it has to be recorded in one go (like a CD)), so it is useless for high quality audio. MD has about 160MB capacity.
      MP3 was not invented when minidisc was released, also, the ATRAC codec was designed specifically to be implemented in hardware (remember how even desktop PCs of the time (486, low speed Pentiums) struggled to decode MP3 fast enough, and you want that processing power in a tiny portable device)).

      MD is great, but the DRM sucks. My Hi-MD recorder can play MP3 files and can act as a USB drive to store files, but to be able to play a MP3 on the device I have to transfer it using SonicStage.

    7. Re:Kill 'em while their young by robsku · · Score: 1

      MP3 was not invented when minidisc was released, also, the ATRAC codec was designed specifically to be implemented in hardware (remember how even desktop PCs of the time (486, low speed Pentiums) struggled to decode MP3 fast enough, and you want that processing power in a tiny portable device)).

      Minidisc did not die right after it was invented, they could have designed it for storing data as well, no?

      --
      In capitalist USA corporations control the government.
    8. Re:Kill 'em while their young by Pentium100 · · Score: 1

      Hi-MD devices could store data (and could format regular discs to store more data - more efficient coding).

  11. Sweet! by Garridan · · Score: 5, Insightful

    Looks like the patent protects a technology to implement DRM on printers. So... if you want to implement DRM on your printer, you'll have to pay the owner of this patent licensing fees. Otherwise, no DRM. So, non-DRM printers will be cheaper and more readily available.

    Remember guys, a patent is not a law that things must be done this way! It's the opposite -- if things are done this way, you'll have to pay for it.

    1. Re:Sweet! by Anonymous Coward · · Score: 0

      Step 2: Energize the design and manufacturing sector to buy legislation requiring DRM on 3D printers
      Step 3: Profit

      There is no ??? step in this one.

    2. Re:Sweet! by Anonymous Coward · · Score: 0

      Right! Just like DRM-free BluRay players are cheaper and more readily available.

      Oh, wait...

    3. Re:Sweet! by Anonymous Coward · · Score: 0

      But you fail to take into consideration people will not be able to buy 3D printers that exclude this DRM crap. You cannot simply make something and then sell it to the public. In the US it'll have to go through the FCC, who won't grant a license unless it passes the tests their corporate paymasters decide. Just look at the nonsense we still have associated with DVDs.

    4. Re:Sweet! by Garridan · · Score: 1

      That will be true if such laws are passed. But this patent is not that law. And even then, there already exist open-source printers. It might not be legal to sell them, but it'll be legal to print every single part of them. Then, you take the parts home and assemble them yourself. Most likely, open-source printers will be offered for sale, fully DRM-encubered. Take it home, flash the firmware, and print away!

    5. Re:Sweet! by amicusNYCL · · Score: 1

      Remember guys, a patent is not a law that things must be done this way!

      Right. The patent is the first step, the law requiring that everyone implement this feature is the second step. Find a DVD player for sale for me that doesn't have any regional blocking and will let you fast-forward or skip anything you want to.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    6. Re:Sweet! by spire3661 · · Score: 1

      THe problem with your comparison is that DVD is a wholly proprietary solution, and was developed as such from the very beginning. Also, DVD patents are limited to DVDs, not the entire video delivery industry.

      --
      Good-bye
  12. OH NOES, NOT DRM!! by Anonymous Coward · · Score: 0

    It might take 1 whole week to circumvent it!

  13. For once... by Anonymous Coward · · Score: 1

    ...I hope "The Invention Science Fund" uses this patent to troll and keep this off the market. That way, I know which 3D printers NOT to buy. Given the popularity of DIY models, there are no worries here. No one is interested in a printer, file formats, or software/drivers that would implement such a thing - and now, it could constitute infringement. Genius!

  14. End DRM - Don't extend by Anonymous Coward · · Score: 0

    The DRM fingerprint would have to include the exact calculations used to get there, otherwise independent designers using different formulas or algorithms to design pieces to meet certain requirements would not be able to print their parts that look identical but took a different route to get there.

    thankfully, we'd just be able to redirect the URL in question to a blank database somewhere else, and print whatever we want.

    DRM needs to end, not be extended.

    1. Re:End DRM - Don't extend by fuzzyfuzzyfungus · · Score: 1

      thankfully, we'd just be able to redirect the URL in question to a blank database somewhere else, and print whatever we want.

      That blank database of yours has the correct SSL cert, right?

    2. Re:End DRM - Don't extend by wierd_w · · Score: 1

      Or just flash the firmware of the printer, inject a new key, and point at said empty database.

      Or, just monitor the network traffic and attach some logic probes to the printer's processing unit, validate a valid object, invalidate an invalid object, then build a modchip that automagically injects the the "Approved!" result from the DRM system using a homebrew microcontroller.

      Or, just build your own NC interface, and gut the existing printer, and roll your own from the actuators, heaters, nozzels and table.

  15. RAND standard by betterunixthanunix · · Score: 4, Insightful

    More likely, this company wants to make money on some future standard that will kill 3D printing. You know, a standard that will be required by law for all 3D printers, which will be so loaded with junk like this that only large industrial operations will be able to use 3D printers. Us little people can buy or rent the products of 3D printers, but to own or operate one in your home will be out of the question.

    After all, when we allowed people to have computers in their homes instead of x.25 terminals, look at the disaster that ensued.

    --
    Palm trees and 8
    1. Re:RAND standard by jimicus · · Score: 2

      It's patented by the Invention Science Fund - which, as far as I can gather, is a glorified patent troll.

      The thing is, adding this sort of functionality to a 3D printer is an awful lot of development for what benefit? Why would someone who's looking to buy any sort of manufacturing machine, whether it's a 3D printer, a CNC lathe or whatever demand a model that will explicitly look at what's fed into it and refuse to print if it looks too much like some other product in a vast database somewhere? It doesn't make any sense whatsoever for manufacturers to do this.

      Unless, as you say, at some point in the future they're legally obliged to.

    2. Re:RAND standard by TheSpoom · · Score: 2

      I remember when they tried to legislate copy protection into VHS. How did that work out again?

      --
      It's better to vote for what you want and not get it than to vote for what you don't want and get it.
      - E. Debs
    3. Re:RAND standard by idontgno · · Score: 4, Interesting

      It makes sense if you remember the guild model.

      A sufficiently skilled tinker couldn't make a clock for anyone but himself (and possibly not even that) unless they'd first undertaken an apprenticeship with a master, than a turn as a journeyman clockmaker, and submitted a masterwork to the guild leadership to be allowed their own independent mastership and hallmark.

      This restriction was typically enforced by local (mayoral, or maybe local noble) law enforcement. In other words, you didn't intrude on the functional monopoly of the guild.

      IP consortia are the new guilds. You can't do anything for yourself within their areas of monopoly without running afoul of someone else's patent or copyright. And the guilds have the protection of law, so flouting their monopoly has consequences.

      Remember, the word "guild" is cognate with "gold" for a very good reason.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    4. Re:RAND standard by Anonymous Coward · · Score: 0

      Where are the video capture cards with HDMI inputs?

  16. WTF! by plerner · · Score: 0

    What the fuck?!

  17. The message is clear by Anonymous Coward · · Score: 2, Informative

    do not buy a US made 3D printer, ever.
    simple

    1. Re:The message is clear by Anne+Thwacks · · Score: 2

      I am pretty sure no one buys US made stuff anyway. The real problem is stuff made in China is able to be sold as "Made in the USA" through trade agreements (WTF?). I do not expect DRM in the EMEA versions.

      --
      Sent from my ASR33 using ASCII
    2. Re:The message is clear by Anonymous Coward · · Score: 0

      I have a Chinese-made rifle that's made in the USA.

  18. Standards compliance, laws by betterunixthanunix · · Score: 2

    Now, imagine if there were a 3D printing standard that included this restriction system, and a law (for your safety!) that required all 3D printers to implement the standard. I predict that the standard will create such monstrously bloated 3D printers that only industrial applications will be possible.

    --
    Palm trees and 8
    1. Re:Standards compliance, laws by Garridan · · Score: 2

      You can still use DRM-encumbered printers to print parts for open-source printers...

    2. Re:Standards compliance, laws by betterunixthanunix · · Score: 4, Interesting

      Which is why I said that the standard would require printers to be too bloated for small scale or home uses. Who will take the time to create parts for a printer that not only does not implement the standard, but which would threaten the revenue model for those industrial 3D printing shops that actually operate 3D printers?

      This is why, if we are going to have a 3D printing revolution, it needs to happen right now before such a standard can be created. That is one of the reasons PCs were so successful: they become popular before X.25 terminals were rammed down everyone's throats. The people who are threatened by 3D printing know this, and they are going to try to stop the revolution before it starts.

      --
      Palm trees and 8
    3. Re:Standards compliance, laws by Anonymous Coward · · Score: 0

      Then all 3D printers will be incompatible with each other and that will also hamper them.

      They may as well just make the dust used by 3D printers extremely expensive, then having a 3D printer for home use would be unfeasible merely because of the costs.

    4. Re:Standards compliance, laws by Garridan · · Score: 1

      The point is, there are already open source printers. Hackers aren't just going to vanish (unless tech innovation also vanishes). In the worst case, we can group-buy an industrial printer that implements DRM, gut it of all electronics and restore it with our own.

    5. Re:Standards compliance, laws by dpdjvan · · Score: 2

      I saw this the other day, so it shouldn't be too hard to get a DRM-free 3D printer. http://www.fsf.org/news/hardware-certification-aleph-objects-lulzbot-3d-printer

    6. Re:Standards compliance, laws by betterunixthanunix · · Score: 1

      Sure, but then you're talking about a conspiracy to break the hypothetical law (which requires the standard to be implemented), which brings a new set of problems.

      --
      Palm trees and 8
    7. Re:Standards compliance, laws by pollarda · · Score: 1

      It is only a problem if the new guts of the printer are there primarily to defeat DRM. If the new guts are there to add additional functionality that the 3D printer developers haven't added yet, one could easily argue that that is the primary purpose and the non-implementation of a feature isn't in itself a feature.

    8. Re:Standards compliance, laws by Anonymous Coward · · Score: 0

      One cornucopia machine is quite analagous to one DRM-free copy of media: One is all it takes once someone presses the "make copies of myself" button, whether it be the share button in a p2p application or the self-replicate button in some future super-Reprap.

  19. Switch it around and watch them squirm by Anonymous Coward · · Score: 0

    Welcome to the power of open source. There is only one Ford and only one Nike. They can only hire so many designers. In a world of 3D printers there are potentially millions of designers creating and sharing millions of patterns. Who should be scared about who stealing designs?

    1. Re:Switch it around and watch them squirm by kelemvor4 · · Score: 1

      Welcome to the power of open source. There is only one Ford and only one Nike. They can only hire so many designers. In a world of 3D printers there are potentially millions of designers creating and sharing millions of patterns. Who should be scared about who stealing designs?

      I'm not sure about Ford, but Nike like other fashion companies use trademarks to protect their property. There's a really good TED talk on the subject. https://www.youtube.com/watch?v=zL2FOrx41N0

      Not to mention, aren't patents usually used to PREVENT someone (else) from implementing a feature?

    2. Re:Switch it around and watch them squirm by betterunixthanunix · · Score: 1

      Not to mention, aren't patents usually used to PREVENT someone (else) from implementing a feature?

      https://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing

      --
      Palm trees and 8
    3. Re:Switch it around and watch them squirm by kelemvor4 · · Score: 1

      I'm familiar with frand, however I fail to see the relevance. The patent is assigned to The Invention Science Fund I, LLC; and as best I can tell is not part of a joint venture requiring that company to have an frand agreement. It's also beside the point. Regardless of the owners intended licensing policy - there's still nothing forcing 3d printer manufacturers (such as Joe Blow who makes his own, ultimaker, or any other entity that makes one) to license or implement this.

  20. Granting of Pattent != Passage of Law Requiring It by Baldrson · · Score: 1
    The article conflates the granting of a patent with the passage of a law requiring the use of the patent in all devices.

    I'm sure there is a lot of incipient maggot meat clamoring for such legislation but it remains to be seen whether the maggots get to their brains before they can get it signed into law.

  21. VCRs by betterunixthanunix · · Score: 2

    All VCRs must be vulnerable to the Macrovision attack, by law. What makes you think that 3D printers won't have a similar problem?

    --
    Palm trees and 8
    1. Re:VCRs by Githaron · · Score: 1

      It is a lot easier to enforce such restricts when everything is made by big manufactures since manufacturing is so expensive and requires significant amounts of skill to tool up the assembly lines. In a world with advanced 3D printers that are cheap enough and small enough to use at home, enforcement becomes impossible. Look digital piracy today. The most that companies and government can hope to do is play wack-a-mole. In such a world, a manufacture's best option is to make things that are so advanced that it cannot be printed by a home 3D printer, make things so cheap that 3D printing is more expensive, or compete with piracy by making things convenient enough that people would rather pay than deal with pirating designs. Today in the digital world, media companies would be wise to do the last option since the first two are probably impossible to do digitally.

    2. Re:VCRs by Anonymous Coward · · Score: 0

      Come down. Macrovision-vulnerability of the AGC is a requirement that JVC added to the standard in exchange for the MAFIAA bringing Movies to SVHS (they didn't, but the crap stayd in the Standard), not a law. You are forbidden by the law to circumvent a copyprotection by i.e. using a Macrovision-Decoder, but if your non-VHS-Recorder does not have a manufactoring-defect in the AGC, that's not a problem. As hard as the MAFIAA is trying, they aren't (yet) in a position to make laws (they can only bribe the one's that can)...

    3. Re:VCRs by Anonymous Coward · · Score: 0

      All VCRs must be vulnerable to the Macrovision attack, by law. What makes you think that 3D printers won't have a similar problem?

      Because the first feature everyone will want in a 3D printer will be the ability to build its own replacement parts, and the second thing everyone will want is a 3D printer that leaves out whatever components inhibit its functionality. The uninhibited ones will be the ones that reproduce faster.

      Specifically regarding Macrovision, recall how well that cheap little Apex DVD player sold simply because it had a secret menu that could change regions and turn Macrovision off. Only in this case THE FIRST MACHINE that has DRM disabled and which can build copies of itself will be the one that reproduces... wildly, exponentially, and virtually overnight.

      By the time the patent attorneys get to the first machine's creator, there will be millions of copies... churning out guns to kill all the lawyers.

  22. Science Fiction, Anyone? by EPAstor · · Score: 2

    Huh. This is DEFINITELY one of the cases where anyone who reads Sci-Fi knows there's prior art, in the sense of published material describing a system operating in essentially this way. Patent was filed on January 31, 2008... Anyone want to help find stories that mention volumetric printer DRM pre-2008? Cory Doctorow's used the point in several stories - but Makers, at least, wasn't published until 2009. Anything pre-dating? Also, I think I've read an old classic short story that described people surviving a war by use of a synthesis device where they'd disabled the mechanism that prevented the creation of various goods... anyone know what I'm talking about?

    1. Re:Science Fiction, Anyone? by dugjohnson · · Score: 1

      And anyone reading "Makers" will realize how effective the DRM will be. Sigh...doncha wish they'd just give up on this kind of thing.

      --
      My brain is overly lubricated
    2. Re:Science Fiction, Anyone? by Baloroth · · Score: 4, Insightful

      Sci-fi is decidedly not prior art in patents. I can imagine a device for instantaneous teleportation, but that wouldn't invalidate a patent for such a device, since patents (are supposed to) cover actual inventions, not just an idea for something, which is all sci-fi is. So unless your science fiction comes with detailed drawings and working descriptions detailed enough to actually build the device in question (in which case it isn't fiction), it cannot serve as prior art.

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    3. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      http://en.wikipedia.org/wiki/Venus_Equilateral
      "Special Delivery", March, 1945

    4. Re:Science Fiction, Anyone? by Mt._Honkey · · Score: 1

      Diamond Age, 1995, about nanotechnology. People had nanotech "compilers" in their homes that made nearly everything they needed, even food. Some objects were free, some not.

      --

      Don't Bogart the fish sticks
    5. Re:Science Fiction, Anyone? by EPAstor · · Score: 1

      As a note - sorry, yes, I know better, but I failed to edit before posting - sci-fi doesn't provide prior art, but CAN be used to prove obviousness to the standard of the law. (It's the reason no one could patent the water bed - Heinlein described its functioning in detail in Stranger in a Strange Land.)

    6. Re:Science Fiction, Anyone? by ByteSlicer · · Score: 2

      Anyone want to help find stories that mention volumetric printer DRM pre-2008?

      Why would anyone want to (help invalidate a patent for a DRM implementation)? This patent would be a good argument against adopting laws that require DRM for 3D printers: the laws would benefit the patent holder most, and thus be biased (not that this ever stopped adoption of laws for big media).

      They can make all the DRM patents they want, we're free to not implement them (for now anyway).

    7. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      Well, the name "water bed" actually tells you roughly 80% of the implementation of the concept. It's a mattress that has water in it instead of feathers/foam/etc. It's not that complicated.

    8. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 4, Informative

      Charles Hall was denied the waterbed patent in part because of Heinlein's description of the "hydraulic bed" in Stranger In A Strange Land.
      [url] http://www.techrepublic.com/article/geek-trivia-strange-waterbedfellows/6098825 [/url]

    9. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      since patents (are supposed to) cover actual inventions, not just an idea for something

      So how come most of the patents discussed here relate to stupid things like shapes and ways to do (obvious) things etc. The patent system has gone mad and is causing more problems than it is avoiding.
      (Posting as A/C as I've modded a few posts)

    10. Re:Science Fiction, Anyone? by Herkum01 · · Score: 2

      since patents (are supposed to) cover actual inventions, not just an idea for something

      Evidently you have no been paying attention to patents being put out. Some of these things are little more than "transmit stuff... on the web" or "pen like device...on a computer" with no actual technology behind.

      The real science fiction here is that some of these ideas becoming patents

    11. Re:Science Fiction, Anyone? by Baloroth · · Score: 1

      That's why I said "supposed to", most of these patents are in fact little more than ideas. Well technically all software patents are, but the point is that prior statement of the idea for a patent doesn't serve as prior art for a patent (although in the case of software patents it probably should, unless the patent is covering some radical new way of handling the problem, which I doubt this one does), and certainly doesn't if it is just the idea itself, not details about the implementation process, which sci-fi doesn't describe.

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    12. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      Huh. This is DEFINITELY one of the cases where anyone who reads Sci-Fi knows there's prior art,

      Reads sci-fi? Shit... I saw The Jetsons.

    13. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      Interestingly enough - they did have DRM on those assemblers. That was the plot, as much as there was one.

    14. Re:Science Fiction, Anyone? by Anonymous Coward · · Score: 0

      Please dig a bit deeper. You might start with Wikipedia for an overview and a few pertinent facts.

      Hall got a patent. Heinlein described the modern waterbed whilst a patient at a military hospital in the Canal Zone circa mid-Thirties - I don't recall if he was still in the Navy; he gives an account of this somewhere that I can't recall (I've no longer the books, so you'll have to dig a bit.)

  23. And just how is this supposed to work? by Anonymous Coward · · Score: 0

    How long before someone creates a spoof server just to print copyrighted objects, or likewise, how long before the authorized server is filled with spam designs to keep users from using their printers?

    1. Re:And just how is this supposed to work? by Anonymous Coward · · Score: 0

      Right? Seems like We've witnessed something similar with Ubisoft DRM here recently.

  24. Won't work by necro81 · · Score: 4, Insightful

    This kind of DRM will be about as effective as the copy protection on DVDs or, perhaps, Blu-Ray. That is to say: not very effective at all. Creating machines or software that bypasses this protection will be available to anyone interested not too long after the protection itself has rolled out.

    1. Re:Won't work by Anonymous Coward · · Score: 0

      No, this type of DRM is LESS than effective than Blu-Ray: A Blu-Ray disk is encrypted where only approved devices can decrypt it (without cracking it). The DRM proposed is LESS effective than this because it checks the PLANS YOU ALREADY HAVE against a library of known parts... So, just NO-OP those "check for approval" bytes in the 3D printer's ROM and away you go. Oh, the ROM is signed? Fine, then I'll just rotate the PLANS I ALREADY HAVE by some arbitrary degrees along multiple axises, then print those plans instead. If the piece requires that it be printed bottom to top for supports, I'll just tack on a few bars in the plans that I can cut off and polish up later, or if they're using some hash scheme, I'll have it make some little something unconnected and off to the side that foils their hash system. If Blu-Ray had adopted this type of DRM, the player would scan the disk, then make sure it's not in some remote database of disks to play -- So, you would just change the disk data to foil the hash, start with removing the credits and FBI warning, Cut in a bit of your own video, etc.

    2. Re:Won't work by Anonymous Coward · · Score: 0

      Only illegally in the US. You cannot rip DVDs or blu-rays in the US without breaking the law. You cannot buy home entertainment gear that will make ISOs of our physical discs and serve them to your home theater any more either. Even though the gear costs $10,000+ and was legitimate, they were taken to court and found guilty, then had to remove the product from sale. Now think about who buys gear this dear, not kids doing torrents!

      Seeing as the US exports its laws to the free world, it's only a matter of time until such basic expectations of media conversions are considered illegal there too.

    3. Re:Won't work by spire3661 · · Score: 1

      Correction, you cannot circumvent the encryption on Blu-rays or DVDs. You are free to copy any unprotected DVD or Blu-ray you would like (under fair use rules) and never run afoul of the DMCA. You can also make bit-for-bit copies, leaving the DRM intact.

      --
      Good-bye
  25. A patent? by kelemvor4 · · Score: 1

    A patent doesn't mean it's required to implement. Something like this would have to be integrated into the control software most likely, and many 3d printers and some (but not all) of the software that runs them is open source anyway. You could just remove this bit of code, compile, and go.

  26. Good luck by AndyKron · · Score: 1

    Good luck with that. I don't see it happening for quite some time, if ever.

  27. Alternate firmware/software. by Anonymous Coward · · Score: 0

    I once tried to print some black-and-white currency (non-US 100 dollar bills) for a Halloween prop, and my printer instead printed out a link to some fair use of currency images site. Photocopiers do this too.

    I printed from Linux using the open-source HP driver, and it worked! This DRM-related tech was built into the print software on Windows, not the printer itself. I ran an experiment with a scanner, and observed the same thing - I could only scan currency using a Linux machine connected to my scanner.

    If the hardware exists, the firmware can be hacked.

  28. Wait, what? by Anonymous Coward · · Score: 0

    They patented DRM? So that means all you have to do is NOT buy 3D printers from them, because nobody else will implement this DRM themselves, because they don't have to? This isn't an obligation enforced by law. This is a restriction on the manufacturing of a product (in this case, the DRM) by others. Who the hell WILL licence this technology? I mean, all it will do it hinder the customers and increase the price, so why would anybody add it to their products?

  29. I won't by a licence by bickerdyke · · Score: 1

    I wouldn't buy a licence for that patent if I made a 3D-printer.

    --
    bickerdyke
  30. Well, if it's patented... by Anonymous Coward · · Score: 0

    I suppose we won't license that technology.

  31. Print a car by rossdee · · Score: 1

    "Downloading a car – or a pair of sneakers – will be entirely possible"

    But totally uneconomical and impractical.

    You may be able to print out various car parts (at least the body work, but not the engine,or transmission) but what about the cost of the printer cartridges. and then you've got to put it all together...

    Kitset cars (like sportscars and replicas, have been available for some time, it hasn't cut into the sales of the major auto companies by any measurable amount.

    (

  32. Easy to sneak in, hard to remove by betterunixthanunix · · Score: 1

    This sort of thing can be snuck into the law without too much difficulty, by first creating a standard and then passing a law that requires all 3D printers to implement the standard. The standard will not be able DRM, but about things people will want standardized: data formats, chemistry, electrical safety, etc., and then also the DRM requirement, tucked away in the standard.

    I gave this prediction elsewhere, but I bet that such a standard will make 3D printers too bloated, expensive, and complicated for home use. None of the big industries that sell incompatible parts that make consumers' lives harder want to see a repeat of how PCs and the Internet affected the recording and movie industries. They will line up behind a 3D printing standard that makes industrial scale printing interoperable (but also ensures that their rounded rectangles are not being printed without authorization), but which is not feasible for small scale or home use.

    --
    Palm trees and 8
  33. "You Wouldn't Steal A Car..." by guttentag · · Score: 1

    Downloading a car – or a pair of sneakers – will be entirely possible, although Ford and Nike won't be particularly happy if people use their designs to do so.

    I wouldn't worry about it. The MPAA has already stated that people wouldn't steal cars. What concerns them is the possibility that people will start 3D printing DVDs.

    <BLINK>DOWNLOAD CANCELLED</BLINK>

  34. And we should be surprised? by mlts · · Score: 1

    Any type of technology along these lines, be it the printing press, the original phonograph, tape recorders, DATs, MP3 players, has had its makers fight extreme resistance to their existance.

    3D printers are more of the same. DRM isn't surprising, and it will be championed upon the fear of bad guys printing firearms (of course the small detail of barrel pressures will not be mentioned) to get this through Congress as a law, and the patent holder of this will make a mint, since 3D printer makers would have to buy their DRM scheme.

    We saw this before... SDMI and digital signatures with music around 2000 or so.

    1. Re:And we should be surprised? by SuricouRaven · · Score: 1

      Printing guns isn't practical, true. The closest realistic use I can see would be printing components required to reactivate deactivated guns.

    2. Re:And we should be surprised? by mlts · · Score: 1

      Very true. However, the Congresscritters who would be mandating a DRM chip in each and every 3D printer (just like the V-chip in TVs) don't know/don't care about that fact. This would be used as a hot button issue so that 3D printers are yanked out of the hands of hobbyists, and only able to be used by larger firms.

    3. Re:And we should be surprised? by g0bshiTe · · Score: 1

      Why would they print one? It's easier and fast to make a zip gun if you absolutely can't just buy one off your local street corner.

      There is a reason so many criminals already have guns, cause they are easy to get.

      This post is in no way shape or form intended to suggest we should do away with guns, I own a few myself and would prefer to keep them.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    4. Re:And we should be surprised? by SuricouRaven · · Score: 1

      The gun argument might work better in countries with both stricted gun control and more popular support for that gun control. Like the UK, for example.

    5. Re:And we should be surprised? by Anonymous Coward · · Score: 0

      Simple reason -- all it takes is a treaty discussed about behind closed doors like ACTA, (except against guns) to pass, and they are outlawed completely. Just like the guys who were trying to pressure the FDA to put gunpowder on the scheduled substances list right by crack cocaine.

      The NRA has been fighting stealth treaties like this (courtesy the UN, the same people who want to make the world's opinions and discussions subject to every country's censorship efforts) for years now.

    6. Re:And we should be surprised? by Anonymous Coward · · Score: 0

      Printing guns isn't practical, true. The closest realistic use I can see would be printing components required to reactivate deactivated guns.

      Well, from a US perspective:

      If you mean "deactivated" in the sense of "receiver/essential components destroyed per ATF regulations" then the practicality is pretty much the same as printing a receiver for a new gun type. Not much need to print anything else out for reactivation, the rest of the parts are more likely than not unrestricted and readily available (barrels are a possible exception, but they are not suited to 3D printing given current materials).

      It is not really an end-run around anything though, as restoring a de-milled firearm to a functional state is perfectly legal provided the relevant laws are followed (i.e. semi-automatic rather than automatic, complying with barrel length limits, or having the proper paperwork and tax stamps if it will be class 3 in finished form). It works out to be private party manufacture.

      At any rate, the whole "3D printers and guns" thing is a bit silly, you can swap out "CNC machine center" for "3D printer" and say exactly the same things.

    7. Re:And we should be surprised? by camperdave · · Score: 1

      A 3D printer is basically a hot glue gun attached to a flatbed plotter. Hobbyists have been making them for quite a while now. There's no way to mandate chipping them.

      --
      When our name is on the back of your car, we're behind you all the way!
    8. Re:And we should be surprised? by Anonymous Coward · · Score: 0

      That's pretty ridiculous. Demilled guns have the critical parts that CAN'T be made of extruded plastic cut -- the whole point is to make it unfeasible to repair them.

      What it will do -- indeed already does -- is allow you to build certain gun designs (generally, ones descended from Melvin Johnson's work) from uncontrolled parts, because the receiver (the legally controlled part) bears no stress from firing. But you'll need e.g. a brand-new barrel (an uncontrolled part), not the barrel from a demilled gun, which will have the breech welded solid.

  35. Shop DRM by Anonymous Coward · · Score: 0

    So, what about my metal press? My hammer? My drill? Should my other fabrication tools be required to upload pictures of what I'm working on so that they can refuse to function if I am replicating a design I found online? Where do we draw the line?

  36. Not going to happen because.. by robert+bitchin' · · Score: 1

    ..who is going to be at the other end of the wire, this gatekeeper of whats legally printable? Can you see Disney allowing their printers to communicate their new character designs to some other entity (with poor network security that allows others to scoops them) and have exact copies coming from China days later? Ditto for numerous other large conglomerate with design secrets to be kept. As a live, current example of this in action, see what happens when you try to check the status of an interesting URL with one of the registrars. If you don't register it immediately, you'll be forced to go through someone who 'somehow' came up with the exact same idea at the same time. Our printers currently look the five circles in our currencies before preventing the printing of banknotes. Thats about as far as you're going to get with inhibiting what can be reproduced.

  37. All together now! by HeckRuler · · Score: 1

    Alright people, form a group. Short people in front, tall people behind. Does everyone have their props? Lighting, fix that tripod. Tone down the fans, I SAID TONE DOWN THE FANS. These are makers, not storm-chasers.
    You, you, to the left. Spread out on the right. ... ok. Alright people, serious face, game time. ROLLING! All together now, 3... 2... 1...

    NOT IF WE HAVE ANYTHING TO SAY ABOUT IT!

  38. They Know the End is Near by DaKong · · Score: 1

    We the People have to move faster than bureaucracy and stupid people can. If we can end-run around these gatekeepers of the status quo then the future will be very, very bright. If not, it will be dystopian in the extreme and freedom will only be won with a shocking amount of blood.

    If you are a technologist of any stripe who holds freedom above all other values, this must be your life's Calling.

    It is mine.

    --
    If not us, who? If not now, when?
  39. The perfect solution by Overzeetop · · Score: 1

    So, if the "maker" community were to create an LLC to hold the patents for all possible ways we can think of enforcing DRM on 3D printers, and then choose not to license such technology, we could be DRM free for the next decade or two?

    --
    Is it just my observation, or are there way too many stupid people in the world?
  40. If you think about it though by kilodelta · · Score: 1

    Two of the biggest factors in making a motor vehicle are materials and labor. But in the case of 3D replication, you supply the material and the labor in the form of a robotic platform. So in essence they should be selling you the design files for a lot less money than new car costs because as I said, you are supplying the raw materials.

  41. The real sneak... by Baldrson · · Score: 1
    Sure, they'll try to sneak that in, but the real agenda is government control of which people can self-manufacture what. For example, think about the recent debacle over the printed firearms.

    The point here is that there is a race between the recognition that the government is essentially lawless (its "laws" are not laws by any reasonable Constitutional interpretation) and the imposition of government control on people to make the world safe for lawless government. The incipient maggot-meat is basically hoping that people won't understand the real point behind such DRM legislation, which is not to protect intellectual property but rather to protect human property owned by government.

    1. Re:The real sneak... by Mr.+Slippery · · Score: 1

      ...the government is essentially lawless (its "laws" are not laws by any reasonable Constitutional interpretation)...

      What sort of bizarre and twisted use of language makes the government "lawless"? Please, tell us more.

      the real point behind such DRM legislation, which is not to protect intellectual property but rather to protect human property owned by government..

      All property (as we know it) rests upon an act of government. Indeed, all that "property" means is the ability to call on government force to restrict others from access to something. (Or if you prefer vigilante enforcement of "property", the ability to initiate force against someone and be exempt from the usual penalties the government would apply.)

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    2. Re:The real sneak... by Baldrson · · Score: 1
      Slave owners like to have their human property rights protected but they aren't nearly as bad as a government that protects its human property rights.

      There is no reasonable interpretation of the Constitution that would allow the majority of the expenditures of the US Federal government. The name of the game is encroachment.

  42. 3D modeler here... by Howitzer86 · · Score: 1

    Getting around this is trivial for the knowledgeable. It'll stop everyday people from doing what they do to films - you won't just be able to download anything and use it. But there is absolutely nothing to stop us from recreating a design for personal use.

    That said, because of the costs of the printer and the plastic material, it'll almost always be cheaper to buy the object than to try to manufacture a counterfeit for yourself. You'll sleep easier too.

    1. Re:3D modeler here... by g0bshiTe · · Score: 1

      It won't stop everyday people, where do you think the everyday people download their movies and software from now?

      Who do you think cracks or bypasses it's protection.

      I'll give you a hint, someone knowledgeable.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    2. Re:3D modeler here... by betterunixthanunix · · Score: 1

      You'll sleep easier too.

      I will lose sleep knowing that I printed a replacement part for my car rather than buying it from the company that made my car? I have my doubts about that one...

      --
      Palm trees and 8
    3. Re:3D modeler here... by Anonymous Coward · · Score: 0

      It depends on the part. If it's just a cosmetic part, probably not. If it is something structural or under a lot of stress, you probably should lose some sleep unless you or someone you trust has established the safety of the printed part. If it's one of those giant-ass wings on your trunk, well, you certainly deserve to lose some sleep over putting that thing on your car.

  43. Someone call the "obvious patent" police! by roystgnr · · Score: 3, Insightful

    Perhaps the people who have approved decades of "existing idea X, but on a computer" and "existing idea-on-a-computer X, but over the network" claims will decide that "existing idea-on-networked-computers X, but using a 3D printer" claims are where the obviousness line is finally being crossed?

    1. Re:Someone call the "obvious patent" police! by Anonymous Coward · · Score: 0

      Those kinds of shifts are obvious to us, but to the patent office that's extraordinarily unique. Most patents are very, very tiny changes on top of ideas that are already patented.

      Think of it like, "use person A's drm on dwgs (ref ex pat #), but do it twice".

  44. Solution by jones_supa · · Score: 2, Informative

    Well *ahem* the solution obviously is to use the excellent Lulzbot AO-100 printer.

  45. The easy solution? by K.+S.+Kyosuke · · Score: 4, Funny

    On your DRM-enabled 3D printer, 3D-print a DRM-disabled 3D-printer.

    --
    Ezekiel 23:20
    1. Re:The easy solution? by betterunixthanunix · · Score: 1
      1. Good luck printing the electronics
      2. Laws will be passed
      3. 3D printers need to be everywhere, and they need to be something people expect to have access to in their own homes, for a revolution to happen.
      --
      Palm trees and 8
    2. Re:The easy solution? by camperdave · · Score: 1

      The electronics? Seriously? That's just three or four stepper motor controllers that could be built out of a handful of transistors, resistors and similar miscellaneous components.

      --
      When our name is on the back of your car, we're behind you all the way!
  46. Sure... by Anonymous Coward · · Score: 0

    Sure, but could dmr come to 3D printers?

  47. I would have been nice by tpstigers · · Score: 1

    If they had waited for 3D printers to actually become useful before they attempted to make them useless.

  48. Re:Patent your dong against faget abuse. by Vokkyt · · Score: 1

    This would be the future of wang measuring contests though; how many downloads did yours get this week?

  49. Brilliant by g0bshiTe · · Score: 1

    This should last about as long as the blu ray drm protection.

    --
    I am Bennett Haselton! I am Bennett Haselton!
  50. Watermarks More Effective Than DRM by guttentag · · Score: 1
    Instead of trying to implement DRM that would be circumvented, Ford would just watermark their files such that one of the following would occur:
    • The following words would be etched into the trunk lid, hood and doors in 1000pt font: ATTN POLICE THIS CAR IS STOLEN ARREST DRIVER
    • Instead of superimposing an image, the watermark superimposes the engine of a Yugo, rendering it completely useless outside of Russia. (Ahh Zastava... great guns, shitty cars)
    • The watermarked file produces a car that loses its brakes and catches fire after 50 miles.
    • You think you're downloading a Mustang, but when it prints you have an '88 Dodge Aries
    1. Re:Watermarks More Effective Than DRM by Anonymous Coward · · Score: 0

      Why do you assume that ford would be the ones making the files? What prevents others from removing that? Watermarks can be removed.

      Also, no car was stolen, so that would be a lie.

  51. The only way this is relevant is... by Ziggitz · · Score: 1

    If 3D printers become regulated such that it is illegal to own a 3D printer without DRM. The technology is being designed, improved and assembled by amateurs. There are opensource file formats and 3D modeling software to design and input with. The most complex components can be sold separately and the technology is not so delicate that you can regulate the whole product with patents and only deliver the finished product to the user like with a blu ray player. This is going to be as difficult to enforce as stopping people from hand drawing Mickey Mouse. This is going to be more difficult than stopping me from printing any copyrighted photo I want to off of a regular old printer on propriety firmware with proprietary drivers on my PC.

    --
    There is no memory shortage. yes I have heard of XFCE. Go away.
    1. Re:The only way this is relevant is... by rickb928 · · Score: 1

      Eventually they will regulate either the nozzles or the positioners.

      That will be stupid, but such things go without saying, usually.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    2. Re:The only way this is relevant is... by Ziggitz · · Score: 1

      I don't think either are complex enough or traceable enough to regulate. This stuff is like anyone being able to build their own motherboard component by component to get around export control, just export the base components and build it yourself. Each piece of technology in the printer is so generic that no individual piece looks like it can be practically regulated.

      --
      There is no memory shortage. yes I have heard of XFCE. Go away.
  52. I wont honor it. by Lumpy · · Score: 1

    Sorry, but companies and patent holder can completely and utterly bite me. I can make for my own use copies of your precious precious ideas and there is NOTHING you can do about it.

    --
    Do not look at laser with remaining good eye.
    1. Re:I wont honor it. by rickb928 · · Score: 1

      "there is NOTHING you can do about it."

      You're new to this, aren't you...

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    2. Re:I wont honor it. by Lumpy · · Score: 1

      Nope, quite old to this. They cant stop me.

      --
      Do not look at laser with remaining good eye.
    3. Re:I wont honor it. by cheekyjohnson · · Score: 1

      You sound like a terrorist. Only terrorists would copy ideas and threaten national security (copyright/patents/trademarks are matters of national security)!

      --
      Filthy, filthy copyrapists!
  53. Hahaha by Anonymous Coward · · Score: 0

    AS IF anyone who would give a damn about 3D printers would even buy one with this.
    It is as stupid as buying a computer with a "Trusted Computing" DRM Chip on it. You saw exactly the reaction to that.

    Not only that, WHO is going to pay for the servers, the bandwidth and policing of it?
    Added price to the models? Oh yes, US, that is who.

    Not to mention how hilarious stupid this is.
    "What's that, you want to print an Apple? Too bad dude, I patented that. "
    "Oh well I guess I'll just have to add a few bits of noise, enjoy your checksum / hash DRM crapware."
    Implementing any other kind of complex checking system won't be done because they, like their entire businesses, are cheap and wasteful.

    They'll not stop the 3D printing age. They can try everything they can, but it won't work.
    The only middle ground they will be able to create is have large printing facilities that people can rent out, and smaller "printing cafés" for other things.
    "oh looks like the sinks tap handle broke, I'll just print a new one and munch on some food or shop"
    This will end up being the same for other media really soon as we move to digital age, games stored might adopt hubs that can download digital copies for people, them acting as a proxy. Not everyone has good connections even now, nor will they in the next 2 decades. (I mainly speak for places spoken about mostly in here, such as the US, UK and other large areas where you would expect there to be good internet. )
    Then companies could do crap like "download the manual, only $1499! With added DLC, a notes section!" (yes, that is 1499, not 14.99)

  54. Doesn't bother me... by Anonymous Coward · · Score: 0

    I'm gonna make my own 3D printer anyway...

  55. Not DRM by fsterman · · Score: 1

    DRM was about encrypting end-users copies. This is a centralized command/control framework that manually checks the content of each model.

    The difference might seem small, but this is more akin to Hollywood's wet dreams of magical control over everything that happens online. Good luck with that.

    --
    Is there anything better than clicking through Microsoft ads on Slashdot?
  56. As a maker of 3d printers by Anonymous Coward · · Score: 0

    Suck my nuts.

  57. Need a lot more than a Patent to enforce this. by Anonymous Coward · · Score: 0

    The patent is useless so long as you can obtain or build DRM-free 3D printers.If people want to control their designs, it's their right. But their designs aren't the only option.

  58. It's a good thing by koan · · Score: 1

    The more rules and regulations they throw at 3D printers, the more firmware/software will get hacked and alternative designs for consumer goods will appear.

    I see 3D printers in the same light as the music industry, now someone can own a printer and make their own items (like they can professionally produce music at home now) in addition the piracy factor alone is amazing, imagine a 3d printer you can own that can make anything you would buy at Walmart or Target, imagine the impact this would eventually have on society.

    The corporate strangle hold is gone, so I expect them to maintain position by making 3d printers illegal for individual use, or the components to make one and feed it's "printer" to be too expensive due to regulation or some other government/corporate interference.

    --
    "If any question why we died, Tell them because our fathers lied."
    1. Re:It's a good thing by Budgreen · · Score: 1

      1 word... crocs.

      --
      The greatest right given is the right to be wrong...
  59. OMG this will NEVER happen by TheSkepticalOptimist · · Score: 2

    The idea of downloading and printing a car is absolutely retarded.

    Consider what is involved in printing a car that will actually copy a car from a car company.

    You will need several tonnes of raw material to feed the printer and thousands of dollars it will cost to buy and ship and store it.

    You will need the printer large and robust enough to handle building parts that will weigh at least several hundred pounds and the smallest sized part, which is probably at minimum, enough to print an engine block, transmission, or length of frame of the car. Pretty sure this printer is not going to cost $69.99 at Staples. People thinking they are going to print a copy of a Ford using a bunch of parts that are no bigger than a shoebox are sorely out of touch with reality. You are NEVER going to have some system that print a car from the ground up into some completed and fully functional piece of machinery.

    Also consider printing something like a shoe that would be worth wearing. Last I checked my shoes are not made from one material in some unibody design, it contains many components and different types of materials, least of which includes leather which is just not going to be printed out of a machine. I could print something that looks like a shoe, but I am not going to find it enjoyable to wear or as stylish as what Nike is going to sell me.

    People seem to think these limitations are going to be improved or resolved in the immediate future, that home 3D printers are just going to get better with time and this will all be magically feasible. People need to apply some basic common sense and actually think of the logistics of what is involved in printing a car at home. The idea of ripping of a $30k car for a few hundred dollars of parts on a home 3D printing system is going to produce something nobody is going to drive in.

    Sure, I agree that from an industrial point of view, the ability for one corporation to rip off and steal some other design and the print them in some large multi-million dollar printing system is feasible in the near future, but then why go through all the trouble of ripping off another design when its just as easy to create your own design and build it with this system. I don't think Car Company A is going to get away with making cars that look exactly like Car Company B, fundamentally I have no respect for a company that has to steal someone elses designs. I don't think DRM is required because current patent, trademark, and copyright laws will prevent companies from copying designs verbatim and passing them off as their own.

    Some crap industry producing cheap plastic toys or products will be hit hard with home 3D printers, but people got to stop thinking that they are going to have home systems capable reproducing ing ANYTHING with the same quality and standards AND for prices that are significantly cheaper, like Cars or anything else worth owning.

    --
    I haven't thought of anything clever to put here, but then again most of you haven't either.
    1. Re:OMG this will NEVER happen by UnknownSoldier · · Score: 2

      > The idea of downloading and printing a car is absolutely retarded.

      Yes, we all already know today that is true. But 100 years from now when we have free energy this will entirely be possible.

      i.e. Not everyone shares your myopic view. What is today's science fiction, is tomorrow's science.

      Today in a standard smart phone we have computing 1,000,000 times more powerful then the first computer that took up an entire room. You need to project the rate of advancement of technology and extrapolate at what will eventually be possible.

      What is retarded is "effectively" banning technology simple because it has the potential to be abused. Science WILL progress regardless of idiotic laws and politics.

      > the ability for one corporation to rip off and steal some other design and the print them in some large multi-million dollar printing system is feasible in the near future
      You do realize the fashion industry has NO copyright, right? And yet they still survive.

      > then why go through all the trouble of ripping off another design
      Let me introduce you to this little word called: branding

      Brand X is popular because that's what the majority see as "cool"

      > You are NEVER going to have some system that print a car from the ground up into some completed and fully functional piece of machinery.
      Thankfully, you are in for a wonderful surprise ... ;-)

    2. Re:OMG this will NEVER happen by Anonymous Coward · · Score: 0

      Compact disks are 640 megabytes and can only be written on a $700,000 pressing machine. What are people going to do buy a new hard disk for every album they want to steal? 1000 MB Hard disks cost a lot more more than albums, and how would transfer that much data over 28,8kbps modems anyway... It is not as if someone is going to invent a widespread compression algorithm and then multiply the bandwidth of the average consumer by a factor of 100, so we are safe.

      5 years later....MP3s are killing the music industry

      Just because nobody has the gear at home to turn garbage into drivable cars, usable computers, or elmo toys, doesn't mean they won't in the future.

    3. Re:OMG this will NEVER happen by Nimey · · Score: 1

      640K should be enough for anybody. There is a world market for at most five computers.

      An individual wouldn't necessarily be able to afford the raw material for $LARGE_OBJECT, but a co-op might.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    4. Re:OMG this will NEVER happen by Agent0013 · · Score: 1

      Also consider printing something like a shoe that would be worth wearing. Last I checked my shoes are not made from one material in some unibody design, it contains many components and different types of materials, least of which includes leather which is just not going to be printed out of a machine. I could print something that looks like a shoe, but I am not going to find it enjoyable to wear or as stylish as what Nike is going to sell me.

      You seem to have forgotten about the terribly popular Crocs. I think they are quite ugly, but they are made from one hunk of material and could be printed from a machine.

      --

      -- ssoorrrryy,, dduupplleexx sswwiittcchh oonn.. -Quote found on actual fortune cookie.
    5. Re:OMG this will NEVER happen by Anonymous Coward · · Score: 0

      Umm don't speak too soon lest you eat your words:

      http://jalopnik.com/5938012/first-3d+printed-racecar-is-real-and-real-fast

    6. Re:OMG this will NEVER happen by BlueLightning · · Score: 1

      Perhaps a more realistic scenario is 3D printing individual replacement car parts. Some fairly small but currently quite expensive car parts could conceivably be 3D printed in the future - so car and car parts manufacturers will probably be keen to "protect" their existing market for replacement parts once 3D printing becomes more accessible and practical.

      On the other hand, they have been mostly unsuccessful in preventing "counterfeit" parts already.

    7. Re:OMG this will NEVER happen by Tyndmyr · · Score: 1

      cubify.com offers for sale multiple kinds of 3d printed shoes. One of the types does in fact come with the printer, and can be printed yourself. Crocs are pretty obviously created out of only one material. And, on top of all of this, 3d printers that do multiple materials are already being made. It isn't AS easy, but it's certainly possible. Last, but not least, it's entirely possible to do single print jobs of a single material, then assemble the final thing into a composite item. I've done this.

      --
      Support more choices in goverment-Vote 3rd party.
    8. Re:OMG this will NEVER happen by rhysweatherley · · Score: 1

      A whole car may be silly, but the thing about cars is they need repairs. I scraped the side of my car against a concrete pole in a carpark a few years back. Easy enough for the panel beaters to bang out the dings and repaint the doors ... except for a scratched-up door handle. They would have had to send away to Korea at great expense to get a completely new injection moulded handle. For now I'm putting up with the scratches. But imagine if my panel beater could just pop the design into a 3D printer and make me a new one on the spot? That's what scares the crap out of traditional car manufacturers ... that they can no longer rip you off for replacement parts.

    9. Re:OMG this will NEVER happen by uninformedLuddite · · Score: 1

      You seem to have forgotten about the terribly popular Crocs. I think they are quite ugly, but they are made from one hunk of material and could be printed from a machine.

      I haven't forgotten. i am currently trying to find a couple of pairs of croc lookalikes online at a decent price. 'tis not easy.

      --
      The new right fascists are bilingual. They speak English and Bullshit.
    10. Re:OMG this will NEVER happen by Anonymous Coward · · Score: 0

      > Also consider printing something like a shoe that would be worth wearing. Last I checked my shoes are not made from one material in some unibody
      > design, it contains many components and different types of materials, least of which includes leather which is just not going to be printed out of a
      > machine. I could print something that looks like a shoe, but I am not going to find it enjoyable to wear or as stylish as what Nike is going to sell me.

      I wear clodsh, you inshinshitive clog!

    11. Re:OMG this will NEVER happen by Anonymous Coward · · Score: 0

      Thank you, I was waiting for someone to post something like this. It's like home printing , not many people print photos at home anymore because it's cheaper for me to e-mail them to Costco to print off rather than purchase ink cartridges and special paper. Most products are made from multiple materials, you have wastage, the time it takes to pick up all the materials, is it really easier and cheaper to do that then to go out an buy the product?

      Where I can see this being beneficial is in a situation where a product is discontinued and you need a specific part to repair that product. Say a piece of furniture or bicycle part etc.

  60. It's not about prior art by rickb928 · · Score: 2

    It's about prior restraint.

    If you print something identical to a patented or copyrighted item, you deserve the rights holder's notification and requirement to stop, destroy, and no longer do so. But if you 'own' your printer, and load a file, and it happens to be identical to a protected object, well, you get the same notice, just in advance.

    It won't end there.

    If you load a file that is 'substantially' identical, DRM will probably work as well as DMCA takedowns are working, which is 'very well for putative rights holders, not well at all for fair use, for example'.

    I suspect it will evolve from checking for identical files, to checking for 'very similar', to 'like something else'. Eventually, if I get a sneaker sole file from someone, I'll be unable to print it if it loks 'like' a Nike sole, as in relatively flat, foot-shaped, repeititive design elements on the bottom of it, and intended to perform well on asphalt surfaces. Like all the rest.

    Already they want to suppress our ability to print things like firearm lower receivers, under the premise that this is a regulated activity, and you need a license, which in the US is not correct - so long as you are not selling your part either by it self or as part of a working gun. Prior restraint.

    This is going to be an important, hugely important fight. We will have to defend our right to create.

    --
    deleting the extra space after periods so i can stay relevant, yeah.
    1. Re:It's not about prior art by high_rolla · · Score: 1

      I think you are right that this is going to be a fight, it's going to be a huge fight. There are many large and profitable organisations with a lot at stake here. I would not be surprised if this makes that **aa battles of today look tame in comparison.

      These devices, as they become cheaper and better, have absolutely massive potential for humanity. But todays world is increasingly $'s focused instead of benefits focused. I would like to see humanity win but I fear the corporations (in the short term at least) will be too powerful.

      http://www.creativitygames.net/creative-thinking/449-the-threat-of-3d-printing

      --
      Ryans Tutorials - A collection of technology tutorials.
    2. Re:It's not about prior art by Anonymous Coward · · Score: 0

      Attach a few ovals (eg a big one for the ball of the foot, another for the heel, etc...), each with a random tread pattern to the bottom of a freeware slipper shape with an upper made of two generic booties one inside of the other to make one thick and sturdy one. All of the layers epoxied together or something. A few minutes of printing and a few of gluing and BAM!, neat shoes.

      Getting around the DRM on this would be *fun*.

  61. Shame I already built my own CNC milling machine by whistlingtony · · Score: 1

    It's a real shame I already built my own CNC milling machine, and am planning on open sources the parts for the hardware. It's a shame that the software to run it is already open sourced... Too late guys.... Tony

  62. Already done, but not with automatic recognition by Animats · · Score: 2

    A 3D printer with DRM already exists. There's an "app store" from which you buy designs, and pay per copy. It seems to be aimed at people who want to turn out models of popular-culture objects.

    The new thing in this patent is recognizing copies of 3D objects by form, rather than merely having DRM on existing files. This looks like one of Intellectual Ventures' front companies. Note the name and location.

    While 3D printing a car is silly, 3D printing replacements for small interior plastic parts is possible now. There are 3D printers big enough to make a car fender, and they're used to make mockups of new car designs.

  63. Bwahahaa! by 109+97+116+116 · · Score: 2

    Anyone here ever run a milling machine? That's a subtractive prototyper.

    Apparently they can jack straight into my mind and tell what I'm going to either program on my CNC, or turn handles to make on my manual lathe and mills?

    The patent office needs a huge overhaul.

    We'd be better off without it and take the position that speed to market of new innovations can keep development income going.

    1. Re:Bwahahaa! by Skapare · · Score: 1

      Just don't use this patent in the milling machines you make with your milling machines.

      --
      now we need to go OSS in diesel cars
  64. Might frustrate Average Joe, but by Anonymous Coward · · Score: 0

    It will be jailbroken. It's not even a question of if, just when.

    1. Re:Might frustrate Average Joe, but by Anonymous Coward · · Score: 0

      (Also, funny, the captcha was "molded")

  65. Easy enough... by multicoregeneral · · Score: 1

    Just "adjust" the database. Problem solved.

    --
    This signature intentionally left blank.
  66. Why patent when no manufacturer will use it? by Anonymous Coward · · Score: 0

    Why patent when no manufacturer will implement this piece of crap in their printers? Nobody wants to scare away their customers.
    And us of a's govt won't be able to create a law that makes them use a patented technology.

    So in fact this patent prevents Digital Restrictions Management from being implemented. Goog job, troll.

  67. Innovation! by swm · · Score: 1

    And who says the patent system doesn't foster innovation?

    Here we have a new and innovative method to stop people from doing things.

  68. Not 3D printers by Hentes · · Score: 4, Interesting

    That this is a patent covering 3D printing is a misunderstanding of the patent by TFA. The patent doesn't talk about 3D printers but manufacturing machinery, defined broad enough to include almost anything from CNC machines to casting. They don't have to wait until 3D printers become commonplace, because this patent covers much more.

    1. Re:Not 3D printers by camperdave · · Score: 1

      There are dozens of 3D printers on the market, and plans for many open source models are available on the internet. Ditto with CNC machinery. This patent application is so laden with prior art it ain't funny.

      --
      When our name is on the back of your car, we're behind you all the way!
  69. Recursion by Anonymous Coward · · Score: 0

    What happens when I use my 3D printer to print another 3D printer without DRM?

  70. Just as it was for inkjet printers? by Anonymous Coward · · Score: 2, Insightful

    TL;DR: Moore's law doesn't apply to mechanical manufacturing; the rate of progress in this field is slow and disconnected from the rate of progress in electronics; and "highly advanced 3D printing" won't be possible at home any time in the near future.

    Conventional printers are also constrained by mechanical manufacturing. Nonetheless, we've seen a very nice progression from the dot-matrix electromechanical printers of the 1970s to the superphotographic quality of today's cheap inkjet or laser. We thoroughly understood the science involved in both electromechanical impact printing and photographic chemistry. But advances in software and microcontrollers gave us ways to use those technologies more effectively and cheaply, and made practical other technologies that let us do even better. I see no reason to believe that the same thing won't happen with 3D printing.

  71. Pandora's box is already open... by SamuraiHoedown · · Score: 1

    The sooner business adapts to new models the better off everyone will be. We keep retreading the same ground with every industry that gets shaken up by new technology. Adapt and let's just get on with the New Victorian Age.

  72. Re:Patent your dong against faget abuse. by Anonymous Coward · · Score: 0

    For fun, mentally link the second part of the statement above (how many downloads) to the first part (wang measuring contests).

    Discuss.

  73. It wasn't obvious to me by OrangeTide · · Score: 1

    But I guess I'm not an evil bastard.

    --
    “Common sense is not so common.” — Voltaire
  74. Ha ha ha ha ha hahaha by scarboni888 · · Score: 1

    They still think DRM is worth anything or is able to control anything. ROTFLMFAO!!!

  75. Not good for the goose? by Spiked_Three · · Score: 1

    Here's one totally off the wall, but may be interesting;

    Sat in a meeting with Nathan at an encryption company. On the table, patent to encrypting objects. Nathan's observations; worthless patent.

    fast forward time, Nathan: "patenting objects is a great idea I just came up with, and let's encrypt them."

    Not only is his idea dumb and stupid, he got it somewhere else, at a time when he said it was dumb and stupid.

    BTW Nathan, they played the patent game too. Microsoft gave in, everyone else left the courtroom laughing.

    Have some common sense, most people at least put some effort into work when they steal investors money, not just recycle stolen ideas.

    --
    slashdot troll = you make a compelling argument I do not like the implications of.
  76. My bet pays off by ThatsNotPudding · · Score: 1

    I'll be heading to Vegas to collect my winnings in predicting some horseshit like this would happen. I can only assume the scumbags at Intellectual Vultures are behind this.

  77. Diamond Age by Anonymous Coward · · Score: 0

    We will one day see 3D printing one molecule at a time with material feeds directly to your home, for a fee per unit volume... until someone comes up with the seed technology. [Diamond Age, by Neal Stephenson].

  78. It could be done... by Fallout2man · · Score: 2

    There is only one way in theory this could work at all and be practical. You'd need the printer itself to essentially just be a mechanical shell of servos, have a good deal of flash and a small ROM onboard with a thin client that dials out to a server to download the bits of the OS it needs as it needs them. You turn it on, chip dials out, authenticates, downloads a minimal OS to non-volatile flash for the current session, and then uses a design authentication phase to check the design file with the server and then, instead of just getting a "Yes" bit sent back the server actually sends back the instruction set necessary to the machine so that it can print just that design, and does so only in small segments, to ensure that a constant internet connection is required throughout the entire manufacturing session for the object to be printed.

    From there your printer will do its job, and once the object is done, the thin-client flashes its instruction set and on power-off removes the remaining fragments of its OS. Of course, such a process would likely be so annoying and cumbersome that I can't imagine the entire market adopting it short of Federal law mandating it be done that way. Otherwise all it takes is one person/company to make a regular 3D printer that has all of its software onboard to break that model. Since with the internet being what it is outside of major metro areas why would anyone want to tie the performance of their 3D printer to what could be a spotty connection? It'd be worse than Ubisoft's DRM, and it'd certainly NEED to be, to actually "secure" the maker market.

    1. Re:It could be done... by mrmeval · · Score: 1

      I disassemble the printer and attach position sensors and other measurement devices to the mechanism. I also monitor all signals going to and from the servos and sensors. I pay for the privilege of making one car. I then take the data recorded and convert it to a DRM free template and use crowd sourcing to clean up any errors.

      --
      I'd go on a Vegan diet but the delivery time from Vega is too long. --brownkitty
  79. is replacing "2" with "3" patentable? by Anonymous Coward · · Score: 0

    Similar systems exists to 2d printing. This patent is obvious "derivative work" and must be dismissed. IMHO

  80. Re:Shame I already built my own CNC milling machin by Anonymous Coward · · Score: 0

    Same here! Completed it last night and it milled the test LinuxCNC sign near perfectly ;-)
    Planning on open sourcing it too, and to that end designed it with all hardware store components like drawer slide rails for linear bearings. Only 150$ of steppers and controller were ordered - though china! Only another $150 in hardware, and thats for 18 inch full-slide-out rails for effective 36 inch travel, though my design is for a 36x24x12 travel.
    Hardest part was making high torque shaft couplers - ended up making a sandwich compression coupler from 2 metal square plates bolted together. Tried making a few more standard couplers that were aluminum tube and 3 bolts holding each shaft, but they couldn't take high torque.
    Can only imagine 1/4 the slashdot crowd has started their own too or at least has dreams of making/buying one... Good luck regulating stepper motors - they can always be torn out of other devices and even homemade controllers are not out of reach.

  81. Pure idiocy by ATestR · · Score: 1

    Who would want to use a 3D printer to print something like a car? Material costs for the printer would be 4 - 5 x the cost of a new car off the dealer lot!

    --
    âoeAny society that would give up a little liberty to gain a little security will deserve neither and lose both.
  82. Actually a good idea by Bam_Thwok · · Score: 1

    A patent for a DRM system for 3D printers is not the same as a mandate that all 3D printers must implement it. That will be a legislative battle fought a long time from now. I imagine a much more realistic application of this will have nothing to do with home users, since it will be trivial for those tech-savvy enough to own a home 3D printer to circumvent the system, or buy one without it. No, this will be targeted at industrious types who look to make a business out of piracy-based manufacturing. Just like it shouldn't be legal for Kinkos to accept payment for copyright-infringing requests (e.g. someone wants to print five hundred bound copies of 50 Shades of Grey for their "personal use"), it shouldn't be legal for a 3D print shop to take a fee for you to print out a bootleg of a hot new Christmas toy for your kid you found on The Pirate Bay because your local Toys R Us ran out of them before you could grab one off the shelf.

  83. 3d printed cars haven't happened yet??? by Zimluura · · Score: 1

    3d printed cars haven't happened yet???
    http://jalopnik.com/5938012/first-3d+printed-racecar-is-real-and-real-fast
    If you then add home CNC laser cutters and you have a pretty interesting, and much less expensive fabrication industry showing up.

    But one example, that i can give you right now, with today's home technology is:
    Automotive Replacement Parts.
    the little door under my stereo has broken: do i pay 35 bucks for another from a toyota parts department? Or do i model it in blender, convert to STL, and print one out for 2 bucks in materials.

    If i have a bigger printer i can print corvette body panels for perhaps 20-50 in materials, sell them with a 200 dollar markup. Still probably cost less than half of what gm would charge.

  84. Ubisoft 3D printer??? by fox171171 · · Score: 1

    So, umm... I would have to run an internet connection out to my workshop to get a DRM enabled printer to work out there. And if my internet connection was out, I'd have to stop working on my project.

    Since DRM adds no value to the end consumer, actually costing them money (to pay for the DRM implementation), and causing inconvenience when it doesn't work right, then nobody is going to want this "feature". Therefore DRM for 3D printers would have to be legislated into existence.

    We need laws passed to make it illegal to make things that are designed to NOT work by default!

  85. How are they going to stop me by Skapare · · Score: 1

    ... from using this patent if I don't pay the royalties on it? Oh wait!

    --
    now we need to go OSS in diesel cars
  86. robble robble (off topic) by eightball · · Score: 1

    posting to undo a bad moderation.

    Just to stay on topic a little, the patent holders are likely to only be able to use this patent to try to protect specific 3d parts that will enable manufacturers to extend the service while keeping it under some semblance of control.

  87. Re:Already done, but not with automatic recognitio by Skapare · · Score: 1

    Are these 3D printer "apps" encrypted?

    --
    now we need to go OSS in diesel cars
  88. Re:Shame I already built my own CNC milling machin by Skapare · · Score: 1

    Pics or it didn't happen.

    --
    now we need to go OSS in diesel cars
  89. Patent != Law by XiaoMing · · Score: 1

    From all these comments prior me, it's pretty clear a LOT of people are hilariously confusing a Patent with a Law.

    Just because some guy/entity patented a system "whereby 3D printer-like machines will have to obtain authorization before they are allowed to print items" doesn't mean every 3D printer will be required to compare all designs. Only those that license this technology. Think hard, this is how patents work.

    This "system" would only apply to anyone who wanted to pay this idiot a licensing fee to protect something worthwhile, such as their entire CNC/machining infrastructure (Keep in mind, patent covers additive/subtractive/extrusion/etc. manufacturing too). It's really just industrial grade DRM for complex instructions/recipes that cost a lot to make and someone wants protected.

    Previously, manufacturers that wanted proprietary instructions/designs would have had to license a number of units at cost/unit, or license unlimited units at a flat rate. Tell me how this would change that?

    You don't like it? Buy a printer that doesn't license this technology. At most, this patent may more clearly separate the 3D printing field into an industrial, rights-managed arena, and a free (libre/beer) one where the instructions are free and the printers are open, with the former having a more industrial application, and latter having less money driving its development.

    1. Re:Patent != Law by Skapare · · Score: 1

      Right!

      DRM for things like movies works without a legal mandate. That's because the most popular movies come encrypted in a way that makes them unviewable unless the DRM system decrypts. You can LEGALLY make a video player without any DRM. It just won't know how to play the encrypted ones, so it won't have a big market. There are NON-DRM videos, too ... like the ones out of your own camera. You can make them on your computer and some are even sold commercially in non-recordable silver format. But the DRM works because the most popular content is DRM protected.

      For something all new like 3D printing, it can matter just how popular commercial content becomes. The content is still a digital file, and it can be encrypted. Then the market will end up deciding how many 3D printer models will include the DRM. And even those that do may be able to turn it off (oops, can't print the DRM protected models, now). And UN-protected model files probably will just never engage any of the protections ... unless ... the industry mandates using the detection system in order to get the rights to use the DRM license. That is not going to happen unless it becomes popular to have the DRM to be able to print the DRM-protected stuff.

      There is a greater risk of calling for a law to mandate this, as compared to movies (movies is an old market entering a new age that the movie business doesn't understand, whereas 3D printers is a new emerging market that has a huge sourcing in small business that is more mentally agile). There are good arguments against such a law. Let the market decide is the leading one (it rules the movie on media market). Ask Ron Paul to intervene. Maybe even the Republicans will live up to their often touted mantras of a free market. Democrats are the greatest risk for this as they are likely to want to restrict printing guns (especially on non-metal materials).

      --
      now we need to go OSS in diesel cars
  90. Science WILL progress. Unless we stop it. by professorguy · · Score: 1

    Science WILL progress regardless of idiotic laws and politics.

    I hadn't heard about the scientific progress of the Cambodians under Pol Pot. Progress must have occurred since mere LAWS could never stop it.

    Sarcasm aside, I think you meant "regardless of idiotic laws and politics, as long as they are not TOO idiotic. " Unfortunately for all of us, it is very difficult to determine the exact location of the "TOO idiotic" line, and current politicians seem to be pushing as far as possible.

  91. Sure... by Moblaster · · Score: 1

    Great patent idea. What could go wrong?

    Oh, yeah.

    The 3D Chiseler.

  92. business model by Khashishi · · Score: 1

    1. Patent something nobody wants.
    2. Write legislation that requires everyone to use your patent.
    3. Profit.

  93. Or maybe the system will be like currency by slew · · Score: 1

    I imagine a practical system will be somewhat similar to the techique they use to safeguard currency. In case people aren't aware of this, I put a couple links below. The basic idea is that embedded in the design of modern currency is a robust signature (created by Digimarc) which is steganographically hidden in the data.

    In the case of currency, when you scan in something, programs (like Adobe Photoshop) run some code that looks for steganographic the currency signature in the image and if it finds it, then refuses to let process it. It is estimated, but not known, how this works, but empirically, a crop as small as 10% of the image a banknote can currency contains enough information to trigger the detection of the currency signature.

    I imagine something could be done similarly with 3d printers. The carrot that will make the manufacturers of printers put this in will probably be legislation that shields them from legal reprecussions (sort of a safe harbor against enabling copyright infringement). As an example, color photocopiers have been convinced to include yellow ID dot codes...

    http://en.wikipedia.org/wiki/Central_Bank_Counterfeit_Deterrence_Group
    http://www.cl.cam.ac.uk/~sjm217/projects/currency/

  94. Patent not a law by Roger+W+Moore · · Score: 3, Interesting

    What is the life of this patent?

    Why does this matter - this is a patent NOT a law. All this means is that anyone who wants to implement DRM must pay the patent holder. In effect this is an obstacle to implementing DRM. In fact perhaps this is something people ought to think about. For example if I were the holder of this patent I could presumably set the royalty fee sufficiently high such that nobody could afford to create a printer with DRM effectively blocking DRM for the life of the patent...so I suppose in that case the lifetime would matter because after that anyone could add DRM.

    1. Re:Patent not a law by Jane+Q.+Public · · Score: 1

      "In fact perhaps this is something people ought to think about."

      Still doesn't matter. Because too many 3D printers (including a recent very high resolution model from MIT that uses lasers) are public domain... GPL or MIT license or similar.

      You want a DRM-free 3D printer? Make your own... just like 90% of the other people do.

    2. Re:Patent not a law by KreAture · · Score: 1

      Actualy you can't.
      Anyone who wants to licence a patent is free to do so and you can not deny them access.
      Further you can not set the price unreasonably in order to achieve the same effect. What will happen then is someone will sit down and evaluate the worth of the patent and force you to accept that price.

      Patents are illegal to use for blocking production, you can only make sure you earn your due.

    3. Re:Patent not a law by Roger+W+Moore · · Score: 1

      Patents are illegal to use for blocking production, you can only make sure you earn your due.

      That is simply not true. If you choose the license the patent then yes: it must be done in a fair, reasonable and non-discriminatory fashion but deciding not to license is a perfectly acceptable thing to do. If you look here there are also things such as "RAND-RF" where licensing costs are free but the patent holder requires registration to prevent certain types of products from being sold. Not to mention that exclusive licenses like this would not be legal.

      In fact if you could NOT use a patent to block production then they would be worthless because anyone could build whatever they wanted using your patents and force you to license them to you. If you look at the Samsung/Apple disputes around the globe each is trying to get production (well imports since they are produced elsewhere) blocked which would be impossible if all patent holder could do is extract a fee - there would just be damages instead.

  95. Re:Already done, but not with automatic recognitio by Tyndmyr · · Score: 1

    I own a cubify printer. It lacks DRM. I can and have gleefully printed out all manner of self-created items, as well as other things downloaded elsewhere. You can, in fact, buy items from their store. You pay per item if you have them print the item and send it to you(which is fair). You can also buy the model file if the author has chosen to offer it for sale(as I do).

    --
    Support more choices in goverment-Vote 3rd party.
  96. That's quite oke. by Sait-kun · · Score: 1

    Large companies have the advantage in fast and cheap production and with that they also have dips on what they feed the public.

    Copying existing products is one thing but I'm much more interesting in the products normal people can create.

    Most of today's products are not made with the goal of making the best possible product they are made with the goal of making profit.

    But just think... if you where to design a pair of sneakers for yourself would you make something that is not the best you can possibly create? Who cares about overly expensive brands with fancy patented technologies made to last a year before they break. I believe it's time we start producing products that are custom fit and are made to last.

    1. Re:That's quite oke. by JobyOne · · Score: 1

      That's not the point.

      The problems with ideas like this boil down to two major points:
      1) It's your tool, and you shouldn't have to dial up a DRM server every time you want to use it.
      2) Even if you disregard such anarcho-handyman ideals it's still utterly unenforceable. There are plans galore for increasingly high-quality DIY CNC and 3D printing machines on the internet, and if I build one in my garage I'm sure as hell not going to make it dial into a DRM server. Doing that would be a lot of extra work and amount to crippling my own creation. Guess what? Neither will criminals building their own devices like this to mass-produce knockoffs.

      All a system like this does is make lawyers and executives warm-and-fuzzy. All the while inconveniencing legitimate users, not even fazing criminals, and making a few new criminals out of people who choose to bypass the system so that could...say...operate such a device without the need for an internet connection.

      --
      Porquoi?
  97. Lawyers by JobyOne · · Score: 2

    The assignee of this patent is "The Invention Science Fund I, LLC." Sounds like a zany R&D lab, right?

    Wrong.

    They appear to be a law firm specializing in patent law. I smell an up-and-coming patent troll.

    --
    Porquoi?
  98. Best Thing that Ever Happened, This is by IBitOBear · · Score: 1

    Since its a patent, then most printer manufactures are now incentivized _NOT_ to use this kind of scheme since it would cost them licensing money.

    So this is actually probably a good thing.

    Seriously, think about it, a printer maker now has to pay someone else if they want to keep you from printing a car or whatnot. But a printer that is _not_ so encumbered is not participating with the "patented invention".

    So this is actually a tax on the printer maker for keeping you from printing whatever the heck you want. Those who just give you the printer and say "do as thou will" are not affected by this tax at all.

    Go Us!

    --
    Innocent people shouldn't be forced to pay for inferior software development.
    --"Code Complete" Microsoft Press
  99. Sooo. . . by kimvette · · Score: 1

    I guess these won't print rounded rectangles, eh?

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
  100. no problem unless you are a legitimate user by Anonymous Coward · · Score: 0

    This will require a lot of bandwith with a lot of technical files coming and going, lots of processing power to match even rotated designs and similar designs.. but who will have to go through all of these in order to print his own designs,

    only legitimate users, as always

    for the rest, i'm perfectly sure a hack will be distributed in no time that simply stops all communication and enables the printer to print anything, without approval of any sort, soon afterwards lots of schematics will appear torrent sites and we will be able to download and print them, while legitimate users fight through the legal system to lift printing blocks from false positives ..

  101. It wont matter by nurb432 · · Score: 1

    This is why, if we are going to have a 3D printing revolution, it needs to happen right now before such a standard can be created.

    Just like DRM in other devices, it will still happen and slowly encroach as existing pre-drm devices die, or as new proteced file formats become the norm. Then the 'revolution' that did or didnt happen becomes pretty much moot.

    At that point only the 'hard core' will have unencumbered devices, but 99.999% of the rest of the world will be screwed.

    --
    ---- Booth was a patriot ----
  102. Re:Already done, but not with automatic recognitio by nurb432 · · Score: 1

    While 3D printing a car is silly

    Today. Tomorrow, it may not be.

    --
    ---- Booth was a patriot ----
  103. Lolno by Anonymous Coward · · Score: 0

    Buy printer
    Print DRM-free printer

    Problem, rightholders?

    UMAD?

  104. I'm genuinely curious by Anonymous Coward · · Score: 0

    The blurb states "Downloading a car – or a pair of sneakers – will be entirely possible". Sure, you can download files right now that represent cars or sneakers. The thing that people seem to fervently believe is that some sort of magical machine will then "print" an entirely functional copy of the item at home. What makes you think this is remotely possible? Do you honestly not understand how materials behave, how complex modern cars are, and the processes used to make things these days? Do you really think all the complexity can be boiled down to a single machine? Really?

  105. not to keep people printing but... by Anonymous Coward · · Score: 0

    a way to patent people creative prints via stealing er I mean "checking the database" your design to others. why not just copy your design and patent it then sue you for using it?

  106. To those who came up with this idea: by Anonymous Coward · · Score: 0

    f**k you. DIAF

  107. Ironic given that patents are intended to reveal by caseih · · Score: 1

    So physical devices are protected by patents. A patent is filed to reveal to the world how your device works, and how to build it. That's the whole point. That way if someone comes up with a similar device you can use the patent as a test to see if their device infringes on your patent.

    The thought of adding a DRM layer to protect physical devices is ludicrous. I can see why someone would go down this road, but it is madness and will not end well. It's tantamount for suing someone because they might not buy something.

    I think a patent filing itself should contain enough information for anyone skilled in the art to make the patented object. For software I think I think patents should be done similarly, if at all. If I as a programmer cannot build something that is described in the patent in a workable form, it should not be patentable. That should get rid of 90% of those vague, nebulous patents, many of which have never really been implemented in any useful way by the patent filer.

  108. Open by Anonymous Coward · · Score: 0

    Welcome to Open Source sneakers -- Open Source Replication -- download and try out new updates of your favorite products. I think there will be a market for brand name but it should still be a boon to consumers if developers without plagiarizing make even better versions of the products that are available with the raw materials people will have in their 3D printer at home. (EVA for midsoles on most modern shoes, for example)

  109. subject by Legion303 · · Score: 1

    Now taking bets on how many picoseconds it will take to modify the DRM bullshit right out of the firmware on these future 3D printers.

  110. wonder how long.. by houbou · · Score: 1

    before there is a hack to break that DRM.. The only way they can actually really regulate this is like they do with high-end color photocopier that have the ability to copy money, else, it's kinda moot point to even have DRM.

  111. New economy, new laws by Anonymous Coward · · Score: 0

    If patents are meant to allow progress in a world where you need lots of capital (money) to build stuff for the ultimate benefit of society, by instituing a method for recuperating that investment in capital goods, then in a world where you only need a cheap printer and cheap raw materials to produce a substantial amount of goods, would it make sense to have patents?

    We are heading towards a world that is better off without patents, at least for most things, maybe for all... The fact that it will allow for local manufacturing may mean that the USA might not be so opposed to a world without so much IP. (Currently it seems to be the major advantage of the USA, since its not actually building things anymore)

  112. would I still be able to by Anonymous Coward · · Score: 0

    use it to print a 3D printer that doesn't have DRM?

  113. Just try this with color printers by Anonymous Coward · · Score: 0

    Ever tried to photocopy or print money?
    Yep, high priced printers, printing yellow dots , supposedly invisible to catch the owner,
    or your paid product - refusing to work - uh ha - crap in production NOW.

    Honestly the ONLY one product replacement will be plastic. Plastic bumper bars, plastic tail lights, and polymer notes (money), or DIY credit cards (or the repair) of these items.

    As USA has lost actual production control, there is little incentive for the Chinese to sell 'crippleware', especially if it costs more - to do less It would be much more profitable to sell off-patent medicine making machines or DIY drub lab. I don't expect DRM would be on the wishlist of the manufacturer.

  114. That's not law by Anonymous Coward · · Score: 0

    It is not a law , only a crappy patent. Don't use this patent, that's simple. Of course if if DRM protection must be mandatory, by law, then there is a big problem and this patent would be kind of tax