Skip to Content
Exports & files

Exports

Everything DRONA generates is yours to take with you. You can flash, print, order, and share a build without being locked into the app.

Formats

ExportWhat it’s forWhere
STL / 3MFPrintable meshes for the frame’s printed partsBuild tab / File menu
Betaflight CLIA flight-controller config to paste into BetaflightFile menu
Wiring diagramHow the stack connects, color-codedBuild / File menu
BOM CSVThe bill of materials as a spreadsheetFile menu
Build report (PDF)A shareable summary of the whole buildFile menu

The Betaflight CLI export is a real config dump: paste it into Betaflight’s CLI tab and hit save. Always review motor order and resource mapping against your actual flight controller before you fly.

The .vdx project file

.vdx is DRONA’s own project format (TOML under the hood, so it’s human-readable and diff-friendly). It captures the whole design: config, chosen parts, and state.

  • Save: File menu, Save .vdx.
  • Open: File menu, Open .vdx.

Use it to keep a build, reopen it later, hand it to a teammate, or check it into version control. Because it’s plain TOML, you can read exactly what’s in a build without opening the app.

What’s portable

A .vdx plus the exported STL/3MF, Betaflight CLI, wiring diagram, and BOM CSV is everything another person needs to reproduce your build end to end, even if they start from scratch.