MakerVault supports over 25 file types commonly used by makers. Adding support for new file types requires no code changes throughout the app — it’s handled by a single extensible registry.
| Extension | Format | Preview |
|---|
.svg | SVG | Native rendering |
.dxf | DXF (AutoCAD) | SVG canvas rendered from geometry |
.ai | Adobe Illustrator | Ghostscript required |
.eps | EPS | Ghostscript required |
.cdr | CorelDRAW | Placeholder |
| Extension | Software | Metadata Extraction |
|---|
.lbrn | LightBurn | Notes, cut settings (with kerf), material thickness, object counts, text, fonts |
.lbrn2 | LightBurn | Notes, cut settings (with kerf), material thickness, object counts, text, fonts |
.xcs | xTool Creative Space | Machine name/ID, app version, layers, shape details (type, dimensions, power, speed, DPI) |
.rd | RDWorks | — |
.crv | VCarve Pro | — |
.crv3d | Aspire | — |
| Extension | Format | Preview |
|---|
.gcode | G-code | First 200 lines |
.nc | G-code (NC) | First 200 lines |
.tap | G-code (TAP) | First 200 lines |
| Extension | Format | Preview |
|---|
.stl | STL | Interactive 3D viewer |
.3mf | 3MF | Interactive 3D viewer |
.obj | OBJ | Placeholder |
| Extension | Format | Preview |
|---|
.png | PNG | Native rendering |
.jpg / .jpeg | JPEG | Native rendering |
.webp | WebP | Native rendering |
.bmp | BMP | Native rendering |
.gif | GIF | Native rendering |
.tif / .tiff | TIFF | Converted to PNG |
| Extension | Format | Preview |
|---|
.pdf | PDF | First page rendered |
| Extension | Format | Preview |
|---|
.ttf | TrueType Font | Sample glyphs at multiple sizes |
.otf | OpenType Font | Sample glyphs at multiple sizes |
.woff | Web Open Font | Sample glyphs at multiple sizes |
.woff2 | Web Open Font 2 | Sample glyphs at multiple sizes |
| Extension | Format | Preview |
|---|
.zip | ZIP Archive | Built-in file browser |
ZIP files appear in the library like any other file. Clicking a ZIP opens a built-in browser showing a collapsible file tree of the archive’s contents — no extraction needed. Clicking a file inside the ZIP previews it inline: images, SVGs, text files, and fonts all render natively in the preview area above the file list.
In the search bar filter popup, file types are grouped by their software name (e.g., “LightBurn”) rather than by extension. This means selecting “LightBurn” shows both .lbrn and .lbrn2 files. You can also filter by category: Vector, Raster, G-code, 3D, Project, Document, Font, or Archive.
The Archives item in the left sidebar filters the library to show only ZIP files.
If your folders contain many font files that clutter your file list, you can toggle Hide Fonts in the filter popup to exclude them from view. Your fonts stay indexed and searchable — they’re just hidden from the main file list until you turn the filter off.