Printrbot: Your Very Own 3D Printer
11–20 of 37 posts
Re: Printrbot: Your Very Own 3D Printer
#12There have been a lot of crowd-funded and startup attempts to commercialize RepRap designs lately - here's a sample of a few: eMaker Huxley: http://www.indiegogo.com/eMAKER-Huxley-3D-printer-kits SeeMeCNC - uses software to drive stepper drivers via a parallel port rather than onboard control hardware running GCode or the like, saving hardware cost: http://www.indiegogo.com/SeeMeCNC-H-1 SUMPOD - http://sumpod.com/ -…
"SeeMeCNC - uses software to drive stepper drivers via a parallel port " Parallel port? Isn't that an anachronism, or are these still popular in the 'hobby' world?
The main issue seems to be the timing with controlling... parallel i/o lines. From http://www.cnccookbook.com/CCBreakoutBoards.htm :
While there are boards the purport to simulate a parallel port with a USB connection, most of them don't work for CNC applications. The reason is that they are not high enough performance to maintain the exact timing relationships needed to produce a clean pulse train to control multiple servos or steppers.
Re: Printrbot: Your Very Own 3D Printer
#13Re: Printrbot: Your Very Own 3D Printer
#14Wow! A true kick-start.
Re: Printrbot: Your Very Own 3D Printer
#15A home-made 3D laser scanner would complement this nicely.
Re: Printrbot: Your Very Own 3D Printer
#16Is moving the print head in 3 axis the best approach? I'd imagine moving the print head in x and y and leaving z to the build surface easier.
Re: Printrbot: Your Very Own 3D Printer
#17Is moving the print head in 3 axis the best approach? I'd imagine moving the print head in x and y and leaving z to the build surface easier.
You don't want to be moving the warm plastic..
Engineering is full of unsatisfactory choices...
Re: Printrbot: Your Very Own 3D Printer
#18Re: Printrbot: Your Very Own 3D Printer
#19A home-made 3D laser scanner would complement this nicely.
As would a 3d CNC router: scan with the scanner, print it roughly, then the router cuts it to high quality perfection.
With that said, a 3D printer can be repurposed into a very weak 3-axis router pretty easily. Provided you move the tool head slowly enough and are cutting something very weak, they work okay.
The fundamental concept (having a computer move a tool head) is the same - 3D printers are just built out of weaker/smaller (and hence cheaper) parts.
Re: Printrbot: Your Very Own 3D Printer
#20There have been a lot of crowd-funded and startup attempts to commercialize RepRap designs lately - here's a sample of a few: eMaker Huxley: http://www.indiegogo.com/eMAKER-Huxley-3D-printer-kits SeeMeCNC - uses software to drive stepper drivers via a parallel port rather than onboard control hardware running GCode or the like, saving hardware cost: http://www.indiegogo.com/SeeMeCNC-H-1 SUMPOD - http://sumpod.com/ -…
"SeeMeCNC - uses software to drive stepper drivers via a parallel port " Parallel port? Isn't that an anachronism, or are these still popular in the 'hobby' world?
In the past I've also used audio line-in/out as a simple two-channel (each way) I/O interface, but that runs into more problems with drivers getting in your way (buffering things and whatnot) than parallel ports do.