Skip to content

TimJay/xflr5-stl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XFLR5 to STL Translator

Build Status

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.

Limitations

Currently only flat wings are generated, any values for dihedral or twist are ignored.

Installation

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

Usage

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.

Credits

The XFLR5 to STL translator uses JOpt Simple for parsing command line options.

License

Copyright Tim Jagenberg [email protected]
Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0.html

About

XFLR5 to STL Translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages