Skip to content

Supported File Types

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.

ExtensionFormatPreview
.svgSVGNative rendering
.dxfDXF (AutoCAD)SVG canvas rendered from geometry
.aiAdobe IllustratorGhostscript required
.epsEPSGhostscript required
.cdrCorelDRAWPlaceholder
ExtensionSoftwareMetadata Extraction
.lbrnLightBurnNotes, cut settings (with kerf), material thickness, object counts, text, fonts
.lbrn2LightBurnNotes, cut settings (with kerf), material thickness, object counts, text, fonts
.xcsxTool Creative SpaceMachine name/ID, app version, layers, shape details (type, dimensions, power, speed, DPI)
.rdRDWorks
.crvVCarve Pro
.crv3dAspire
ExtensionFormatPreview
.gcodeG-codeFirst 200 lines
.ncG-code (NC)First 200 lines
.tapG-code (TAP)First 200 lines
ExtensionFormatPreview
.stlSTLInteractive 3D viewer
.3mf3MFInteractive 3D viewer
.objOBJPlaceholder
ExtensionFormatPreview
.pngPNGNative rendering
.jpg / .jpegJPEGNative rendering
.webpWebPNative rendering
.bmpBMPNative rendering
.gifGIFNative rendering
.tif / .tiffTIFFConverted to PNG
ExtensionFormatPreview
.pdfPDFFirst page rendered
ExtensionFormatPreview
.ttfTrueType FontSample glyphs at multiple sizes
.otfOpenType FontSample glyphs at multiple sizes
.woffWeb Open FontSample glyphs at multiple sizes
.woff2Web Open Font 2Sample glyphs at multiple sizes
ExtensionFormatPreview
.zipZIP ArchiveBuilt-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.