MIT team develops 3D printer that's 10x faster than comparable 3D printers
21–30 of 86 posts
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#22Sweet. Let’s see a benchy.
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#23From the headline, I assumed this was going to be an MIT writeup of Inkbit. Instead it seems to be another MIT group but at the opposite end of the quality spectrum (this is low-ish quality but super fast, while Inkbit is high quality and yet fast). Cool!
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#24I've got a design for a printer that should be about 10,000 times faster than this. It's really a game of data transfer speed. How fast can you transfer information about solid vs non-solid into space? The velocity and acceleration of that printer is very impressive, but maxing out the movement speed of a single physical nozzle is not going to get us where we need to be in the future. If anyone is interested in colla…
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#25How does this compare to Carbon? https://www.carbon3d.com/
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#26Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#27I've got a design for a printer that should be about 10,000 times faster than this. It's really a game of data transfer speed. How fast can you transfer information about solid vs non-solid into space? The velocity and acceleration of that printer is very impressive, but maxing out the movement speed of a single physical nozzle is not going to get us where we need to be in the future. If anyone is interested in colla…
Can you give us an outline?
Data transfer can take many forms. A simple example is an array of needles,pointing downward, forming a horizontal plane. The plane of needles is withdrawn upward through a granular material and dropplets of glue bind the material only where it should be hardened. In this example there is a resolution tradeoff, but you can see that the "printing" is basically completed in one pass of the plane through the print volume.
Holographic processes could transfer data to the entire volume at once.
The key is looking at the problem as a data transfer problem. We are very good at moving data very quickly.
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#28Earlier quoted context omitted.
Can you give us an outline?
Sure, the basic idea is to separate data transfer from what I call locking. Data transfer can be done quickly, then locking can happen passively at whatever rate it needs. Data transfer can take many forms. A simple example is an array of needles,pointing downward, forming a horizontal plane. The plane of needles is withdrawn upward through a granular material and dropplets of glue bind the material only where it sho…
Also, glue doesn't set instantaneously. I can see only problems with this approach?
Re: MIT team develops 3D printer that's 10x faster than comparable 3D printers
#29Earlier quoted context omitted.
Can you give us an outline?
Sure, the basic idea is to separate data transfer from what I call locking. Data transfer can be done quickly, then locking can happen passively at whatever rate it needs. Data transfer can take many forms. A simple example is an array of needles,pointing downward, forming a horizontal plane. The plane of needles is withdrawn upward through a granular material and dropplets of glue bind the material only where it sho…
So parallelize!
Are there FDM printers with multiple nozzles extruding in the same plane? That seems like an obvious incremental step from regular single nozzle printers.