You guys have seen the powder based printer on thingiverse called Powdr or something like that right? Assuming it does have some critical flaw id think that building one of those and contributing to that project would make the most sense.
--
You received this message because you are subscribed to the Google Groups "Bay Area RepRap" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bay-area-reprap/-/FrZDq9xta1wJ.
To post to this group, send email to bay-are...@googlegroups.com.
To unsubscribe from this group, send email to bay-area-repr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bay-area-reprap?hl=en.
I am pretty sure that the regular inkjet ink binds the powder together. As for how it prints, the head just shoots the ink on the flat layer of powder as if it were paper. Then the arm spreads the powder over the next layer and prints that.
The print heads are so proprietary that I doubt it would be possible to interface with the head, and I'd rather write an app that slices a 3d model into pages of 2d images instead of writing code that converts it to gcode. It would be much easier.
As for the non-color binder, it would probably be best to fill the black head with the clear binding material... some experimentation or research should yield a good formula.
I'm not sure what you mean by bed size, but I'm expecting it will be 8.5 x 11 which is plenty, and I can always hack a larger printer if the need occurs.
I'm also not sure what part of hardware I will be limiting myself with. Sure, I can't do things like tell it to go to this spot, but I think it also opens up possibilities like color and resuming on page X.
--
You received this message because you are subscribed to the Google Groups "Bay Area RepRap" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bay-area-reprap/-/fuIqccqy6T4J.
--
"The custom slicer software is just to make a bunch of png images that are printed separately. Later it may put them in a multi-page PDF."have you looked at slicing into postscript? i did some postscript programming many years ago, and it had moveto, which allowed you to position the printhead in x and y coords... which will eliminate the need for a separate return mechanism. pdf may have something very similar. it could also plot lines and curves...The custom slicer software is just to make a bunch of png images that are printed separately. Later it may put them in a multi-page PDF.
--
How about we work together then? Ill make the hardware work and you help me with the electronics and software? That would be amazing if we could natively send the printer commands to move. Let's talk more tomorrow. Also, do you have a TechShop membership?
Sorry, I didn't read much of that document or even really figure out what it was. Would you mind briefly explaining how I would send the printer a move command? Thanks for all your helpful input, this might make things a ton easier and better. Also, like I said, I have a friend working on the slicer application, so you won't have to worry about that. We can start with a sequence if pngs to print.
Another question: would it be possible to send the printer the whole job all at once INCLUDING the commands to do what it needs to? This way just pushing print with some file type (.ps?) and send it the whole job, instead of the control software telling it to print an image, move this, move that, repeat?
Please pardon my ignorance about all of this stuff. Like I said, I wasn't even born yet when PostScript was invented and started being used. And I have no idea about how a lot of this stuff works.
Thanks again.
-Keavon
--
You received this message because you are subscribed to the Google Groups "Bay Area RepRap" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bay-area-reprap/-/KE3uAWKjAiEJ.
--
You received this message because you are subscribed to the Google Groups "Bay Area RepRap" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bay-area-reprap/-/GrCNjqd2XCEJ.
Will the printer be able to add cinnamon to a cappuccino like this haha. Go to 1:40 if you have a minute.Andrew
Will the printer be able to add cinnamon to a cappuccino like this haha. Go to 1:40 if you have a minute.Andrew
I already have a friend working on a little console application that will export PNG slices, with a gradient to show how it can do full color. He's almost done, but thanks for mentioning Slic3r's ability to slice SVGs. I didn't know what that meant. I thought it would export some kind of 3D vector graphic that traced the path of the head... somehow. And of course there's always just printing a square over and over to make a cube.