Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 891 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 891 Bytes

Airfoil G-code Generator

Author: Sammel Lothar

This is a 3-4 Axis XY-XYUV Foam EDM Style airfoil generator. It uses Airfoil Wing Profile data from the UIUC Airfoil Data Site.

The Generator requires either Python Imaging Library (PIL) or Pillow.

Installation on Debian:

sudo apt-get install python-pillow

Installation on Mac:

xcode-select --install
sudo -H pip install pillow

To download the latest version of the airfoil data, use the script:

python picimport_airfoil.py

To run the airfoil generator:

python airfoil-generator.py

Screenshots

Screenshot of airfoil-generator.py