Page 1 of 1

Using a zcorp printer and modifing it for a different print head

Posted: Fri Mar 31, 2017 7:39 pm
by frankie
Has anyone tried this since the hp10 printhead is no longer good or aviable .

Re: Using a zcorp printer and modifing it for a different print head

Posted: Fri Mar 31, 2017 9:08 pm
by Wonko
My ZCorp machine still has the Canon heads. Impossible to come by, and a super short lifetime. The whole Xaar idea is basically a way to replace the head of this machine eventually. But I got sidetracked, and started to build a much smaller machine, which would be terrific, if I had a few month or so to focus on the issues.

As for the ZCorp retrofit: I would rip the entire electronics out except the motor drivers. The PC Xt running on MS DOS is just so incredibly outdated... . The head transport in my machine comes from the super old Canon printer. That can go and be replaced by any simple linear drive. The rest is a fast Arduino with lots of pins and software.

Re: Using a zcorp printer and modifing it for a different print head

Posted: Fri Mar 31, 2017 9:57 pm
by frankie
How long do you think the Xaar head will last

Re: Using a zcorp printer and modifing it for a different print head

Posted: Sat Apr 01, 2017 10:19 am
by Wonko
Xaar says in their documentation that their head will last 4 Billion drops (4.0E09). One drop is 80pl (pico liters) or 8.0E-11. 4E9 * 8E-11 = 0.32 liters.

0.32 liters is not very much at all, so either this is a very low estimate, or the 4 billion drops are counted per nozzle. So let's multiply 0.32 * 128 nozzles, which gives us 41 liters per head roughly, which sounds much more logical to me.

Now with a weight ratio of powder to binder of 3:1 - depending on the recipe used - that would give us roughly 160 liters of volume.

Re: Using a zcorp printer and modifing it for a different print head

Posted: Sat Apr 08, 2017 6:41 am
by frankie
Hi Wanko

And where does one find the software?

Re: Using a zcorp printer and modifing it for a different print head

Posted: Sat Apr 08, 2017 8:43 pm
by Wonko
The software has to be rewritten from scratch. None of the ZCorp stuff will work anymore. I am using a Teensy 3.5. They are fast enough with plenty of resources and they are tolerant to 5V TTL level, which is what the Xaar head and all the motor drivers want. It's amazing to see the entire huge PC mainboard being replaced by one tiny gum-stick, which is in the end so much more powerful.

The firmware is very simple and only processes commands, very much like a G-Code for inkjet printers. I have described that in another thread.

The Host software takes BMP images in the right resolution and cuts them into stripes, generating the commands needed by the firmware, The images can come from any slicer with bitmap output.