Beam Bench Docs

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

  • .lzrproj project: the project file. Zip archive; holds canvas, layers, settings, history.
  • .bbart library: 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.

On this page