Working with 3D printing really starts with learning about the STL file format, since it is the most popular of 3D formats used in 3D printing.
STL was designed by 3D Systems the pioneer in 3D printing. They have been around for a long time, but primarily catered to business 3D printers (very expensive). The file format is very simple and easy to read, perfect for WIN32 programmers.
Here are the primary specs I used in writing my own 3D engine for STL: http://www.fabbers.com/tech/STL_Format
You will notice the info is not on a programming web site, but a "Fabbers" (short for Fabricators or Fast Prototyping). This is where it all started, but now 3D printing is coming to the masses.
As a demonstration of this, 3D Printing will soon go beyond the hobby (and business) market to the home. Mattel announced recently their "Thing Maker" which targets the toy market but is actually a real 3D printer.
Hewlett Packard is working on a technology based on ink jet printing (they will target business first) so 3D printing can print as fast as a normal printer (multiple dots at a time like an ink jet) and as this eventually comes to market 3D printing should speed up significantly (in performance).
Microsoft current uses 3D printers in their R&D departments (ie. designing Surface tablets).
This forum is where I can progessively share information about this exciting market, as well as share info to help PB'ers tap into it.
STL was designed by 3D Systems the pioneer in 3D printing. They have been around for a long time, but primarily catered to business 3D printers (very expensive). The file format is very simple and easy to read, perfect for WIN32 programmers.
Here are the primary specs I used in writing my own 3D engine for STL: http://www.fabbers.com/tech/STL_Format
You will notice the info is not on a programming web site, but a "Fabbers" (short for Fabricators or Fast Prototyping). This is where it all started, but now 3D printing is coming to the masses.
As a demonstration of this, 3D Printing will soon go beyond the hobby (and business) market to the home. Mattel announced recently their "Thing Maker" which targets the toy market but is actually a real 3D printer.
Hewlett Packard is working on a technology based on ink jet printing (they will target business first) so 3D printing can print as fast as a normal printer (multiple dots at a time like an ink jet) and as this eventually comes to market 3D printing should speed up significantly (in performance).
Microsoft current uses 3D printers in their R&D departments (ie. designing Surface tablets).
This forum is where I can progessively share information about this exciting market, as well as share info to help PB'ers tap into it.
Comment