The XFLR5 to STL translator bridges the design space with the CAD/CAM world. A wing exported from XFLR5 is converted to an ASCII STL file which can be imported in various CAD and CAM systems.
Currently only flat wings are generated, any values for dihedral or twist are ignored.
git clone https://github.com/TimJay/xflr5-stl.git
cd xflr5-stl
mvn package
java -jar ./target/xflr5-stl-0.0.1-SNAPSHOT-jar-with-dependencies.jar
| Option (* = required) | Description |
|---|---|
| -?, -h, --help | |
| --input <File> * | Wing file exported from XFLR5. |
| --multiplier <Double> | Scale the resulting STL with this multiplier. |
| --output <File> * | STL file generated from wing file. |
The XFLR5 to STL translator uses JOpt Simple for parsing command line options.
Copyright Tim Jagenberg [email protected]
Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html