OpenRocketToOpenScad
No description available
Install / Use
/learn @bdureau/OpenRocketToOpenScadREADME
ORKtoSCAD
ORKtoSCAD is a Java-based command-line program that converts OpenRocket files (.ork) into OpenSCAD (.scad) files. The program extracts components from the .ork file and generates corresponding OpenSCAD files, which can be further converted to SVG or STL files for use with CNC routers or 3D printers.
Features
- Bulkhead
- Freeform Finset
- Trapezoid Finset
- Centering Ring
- Elliptical Finset
- Nose Cone
- Body Tube
- Tube Coupler
- Inner Tube
Prerequisites
- Java Development Kit (JDK) installed.
- Basic knowledge of command line operations.
- An OpenRocket (.ork) file.
How to Use
To run the program and convert an OpenRocket file to OpenSCAD:
-
Open the command line and navigate to the main directory containing the
orkToScad.jarfile. -
Run the JAR file with the following command:
java -jar orkToScad.jar -
Follow the prompts to select the input
.orkfile and specify the output directory. You can also choose whether to keep the intermediate folder created during the extraction process.
Development & Contributing
See the docs for how to get started with development.
