Most research on electroplating tries to find ways to make it plate parts more uniformly. [Ajc150] took the opposite direction, though, with his selective electroplating project, which uses an electrode mounted on a CNC motion system to electrochemically print images onto a metal sheet (GitHub repository).
Normally, selective electroplating would use a mask, but masks don’t allow gradients to be deposited. However, electroplating tends to occur most heavily at the point closest to the anode, and the effect gets stronger the closer the anode is. To take advantage of this effect, [ajc150] replaced the router of an inexpensive 3018 CNC machine with a nickel anode, mounted an electrolyte bath in the workspace, and laid a flat steel cathode in it. When the anode moves close to a certain point on the steel cathode, most of the plating takes place there.
To actually print an image with this setup, [ajc150] wrote a Python program to convert an image into set of G-code instructions for the CNC. The darker a pixel of the image was, the longer the electrode would spend over the corresponding part of the metal sheet. Since darkness wasn’t linearly proportional to plating time, the program used a gamma correction function to adjust times, though this did require [ajc150] to recalibrate the setup after each change. The system works well enough to print recognizable images, but still has room for improvement. In particular, [ajc150] would like to extend this to a faster multi-nozzle system, and have the algorithm take into account spillover between the pixel being plated and its neighbors.
This general technique is reminiscent of a metal 3D printing method we’ve seen before. We more frequently see this process run in reverse to cut metal.
People have done something vaguely similar but manually, using a wetted cotton swab with an electrical connection to a power supply, for doing multicolor painting on titanium through voltage-specific anodization. I’d love to see someone do this with a cnc router.
Well my friend I discovered a 17th century handcrafted prototype copper cast Iron Cookware developed engraved signature by Paul Revere, other investors assistance. The copper cookware was ‘ELECTROPLATING ‘ Priceless piece of History, u think ???
I’ve done that on knives I made but with salt water and just single color. Carbon steel with low power AC and DC switching. First you switch to DC to create a deeper mark so you know it stays on the knife, then you switch over to AC to create a darker etch to make it more visible. Both AC and DC are etched below 12V.
An improvement might be to have the workpiece at an angle and able to both move in X, Y, and Z, and rotate within its plane. Put the anode just below the surface, and the air/electrolyte boundary would give you a sharp edge that could be rotated and/or shifted. Something like what airbrush artists use.