The 3D printer I want to made uses a ink jets to print a chemical onto a building platform. The building platform goes down as a new layer of powder is spread onto it. Then a chemical is sprayed from the print head that will cause powder to bind. If you want more information on these kinds of printers look here
My printer of choice was an old Epson Stylus C63 for these reasons:
1. The ink cartridges only supply ink, they do not have ink jet nozzles themselves
2. I can attach rubber hoses or some other form of tubing that allows me to print another chemical of my choosing
3. The print head nozzles uses a piezoelectric material to produce droplets of ink (lasts much longer than thermal inkjets)
4. Most service manuals for Epson Printers come with a detailed schematic of the main board.
Note: Due to certain circumstances, this printer had already been pulled apart.
The first thing I needed to do was get my printer running so I could plug my logic analyser in and look at the signals, the problem was that I was missing one ink cartridge so the printer refused to print, or do anything.
Due to my budget (jobless and about to start university) I decided to try and Emulate the missing cartridge, or all of them using one microcontroller, thus allowing me to move forward and using water for the print head instead of ink that stains.
Video of the finished result:
New updated video: (HD)
CartridgeEmu18F.zip141 KB
Remove these ads by
Signing UpStep 1Getting familiar with it
Inside the print head, there is a circuit board with pads mapped out that are an exact mirror of the pads on the ink cartridges and a ribbon cable that connects this board up to the main board on pins 1 to 6.
A quick look at the schematic for the main board reveals that pins 1 – 6 are named CVDD, CSDA, CRST, GND, CSCK and COI.
With these signal names I decided it would be best to draw out a schematic of the connecting board as it was not present in the service manual. This revealed that CSDA, CSCK, CRST have 100KOhm Pull-Down resistors, a bit unusual in my opinion as it’s not like I2C (uses Pull-Up Resistors typically 1.8KOhms to 47KOhms). The COI signal connects serially to the ink cartridges but on the end is shorted to GND. Curiously I tested the continuity of the pads on the ink cartridges and found that they are shorted, this means that when COI is grounded, all ink cartridges are present.
| « Previous Step | Download PDFView All Steps | Next Step » |


















































If so please , please send me an e-mail at theohacker@hotmail.com
Thanks by the way ...
I haven't had much time to work on my printer project all year so I don't know how to control the print heads just yet. What I can say though is that you will definitely need the control circuitry on the printer's main board because it provides the correct voltage levels and wave forms that are needed to drive the Piezoelectric print heads.
The good news is however that University had just ended and I'm now on my summer break meaning more time to work on my own stuff. I'm sure that during that time I would be able to figure out the control signals and have it print "Hello World" or something on a piece of paper :P
I'm sorry I can't be of much help at the moment =(
This is interesting, although I currently don't have any need for reverse engineering... but who knows. Maybe some day in the future.
Re 3D printers - I am building on, a standard Mendel from the open source Reprap project www.reprap.org
Although reprap primarily looks a FDM (laying down layers of plastic) I am sure it would be a valuable resource for you to proceed with your build. I have recently seen a demo video of a printer building with this approach and thought it may be a simpler method over FDM. But then again, you need some method of laying a even layer of the build material down each time. Are you looking at a dropping bed or a raising head? Dust management might also be interesting :)
good luck with your build. Looking foreward for more info.
When I do get around to building the build platform. it will be a bed that drops for each layer printed.
I haven't really thought about dust management at this stage because I have yet to build something that prints first :P
Cheers
roman
Thanks...
I'm a student . now i am begin to do my project about 3d printing.i have very much difficult about printer head.I try to search information, how to control print head .but i don't see. fortunately, to day i written your project.I found very interesting. i hope you can shared for me about your experience,tell me more than information about your project.
and please give me some document to
tranngoclinh.cdt@gmail.com.
thanks you very much.
I have some interesting auto reset ink cartridges for you.
I can get you for free.
Check the video and let me know if this can help you on this project.
http://www.ufosystem.net/
Our ink refill solution will auto reset the ink level to 100%, and you can refill the ink without removing the ink cartridge.
Anyway, let me know if you need it. It is free for you.
(email me at info@timelinedigitalic.com)
Charles
Thanks for the offer but I will have to turn it down. My printer didn't want to work without all ink cartridges present, that's why I emulated them all so I could continue with my 3D printer project.
The print head in the end will be printing chemicals to bind powder together, not ink. So ink cartridge reset will not be of any help to me, sorry.
No worries, if you need anything related to ink cartridges, let me know.
Cheers,
Charles
thank you for doing this.
Not only will my hack help me with my long term project, but it will also mean no wasting expensive ink :P
Word of warning though, If you try to use this on your own Epson printer, I can not guarantee the protocol is the same or the pin out of the ink cartridges. But if you do get it to work, you will need to isolate the inks EEPROMs so that they do not interfere with the microcontroller...
Or
Analyse the dumped data and see if you can find what bytes contain the ink usage, and reset it to full :P (Might post this up later myself)