Return to Our work | Fabrication Wiki
Project: learn how to etch an image into plexiglas using CNC mill.
|
|
Original image |
|
|
Copied to white background, converted to grayscale, sharpened edges and flipped horizontally |
-
Run through
Chris Radek's Python script to convert images to g-code
-
My version of the scripts convert to metric mill and mm units, and write the output to a file (image-to-gcode.py | gcode.py)
-
(Here is how to do the calculations. Assume you want to print an image that is 300 pixels high by 200 pixels wide. If the step size is 0.08 mm, the final image will be 300 x 0.08 = 24 mm high and 200 x 0.08 = 16 mm wide. The depth should be less than the thickness of the media, of course. Start the bit right on the surface, or a fraction of a mm above it. Keep in mind that the resolution of the final image is determined by the diameter of the bit.)

