File Formats
What Beam Bench reads, what it writes, and what's inside the formats it owns.
Beam Bench owns two file formats: the .lzrproj project file and the .bbart art-library file. Everything else is read or written as an interchange format with other tools.
Beam Bench formats
.lzrprojproject: the project file. Zip archive; holds canvas, layers, settings, history..bbartlibrary: user-managed reusable-artwork collections. JSON-based, content-deduplicated.
Output
- G-code output: what Beam Bench emits when a job runs. How to read it, save it, and feed it to a machine outside Beam Bench.
- Supported exports: the file formats Beam Bench can write, and when each is the right pick.
Input
- Supported imports: the file formats Beam Bench can read, and what to watch for with each.