Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 610 Bytes

image2stl image to STL converter for DLP printer PCB designing

In general this script converts PNG or other image to STL file, by defaul white color is converted as empty space.

  1. Install python3 and its dependencies "pip3 install numpy-stl pillow argparse"
  2. Export from easyeda PNG image with 2.5x size
  3. run "python3 image2stl.py -i pcb.png -s 0.4"