Digital fabrication and design workflows use many different file formats for geometry exchange, technical drawing, manufacturing, and visual communication. Among the most common formats are DXF, DWG, SVG, and PDF.
Each format is optimized for different software environments and fabrication workflows.
DXF
DXF stands for Drawing Exchange Format.
It was developed to exchange geometry between different CAD systems.
Common characteristics
- vector-based format
- widely supported in CNC software
- suitable for 2D cutting geometry
- easy interoperability between programs
Common uses
- CNC routing
- laser cutting
- technical drawings
- CAM workflows
DXF is one of the most common fabrication file formats.
DWG
DWG is a native file format commonly associated with AutoCAD and professional CAD workflows.
Common characteristics
- stores full CAD project data
- supports layers and annotations
- supports complex drafting workflows
- often proprietary or software-dependent
Common uses
- architectural drafting
- engineering drawings
- industrial CAD projects
DWG files usually contain more information than DXF files.
SVG
SVG stands for Scalable Vector Graphics.
It is a vector graphics format commonly used in web graphics, illustration, and lightweight fabrication workflows.
Common characteristics
- scalable without quality loss
- lightweight vector format
- widely supported in design software
- suitable for 2D geometry
Common uses
- laser cutting
- signage
- illustration
- browser-based graphics
- hobby CNC workflows
SVG is especially common in maker and creative fabrication communities.
PDF stands for Portable Document Format.
Unlike pure CAD formats, PDF is mainly designed for document presentation and sharing.
Common characteristics
- preserves layout consistency
- widely readable
- supports vector and raster content
- suitable for printing and documentation
Common uses
- technical documentation
- fabrication drawings
- assembly instructions
- printable templates
Some CNC workflows can extract vector paths from PDF files.
Vector vs Raster Content
DXF, DWG, and SVG are primarily vector-based formats.
Vector graphics define geometry mathematically instead of using pixels.
Advantages include:
- scalable geometry
- clean machining paths
- accurate cutting operations
PDF files may contain either vector or raster content.
CNC Compatibility
Different fabrication workflows prefer different formats.
| Workflow | Common format |
|---|---|
| CNC routing | DXF |
| Laser cutting | SVG / DXF |
| Technical CAD drafting | DWG |
| Documentation |
Some machines and CAM systems support multiple formats.
Geometry and Layer Information
CAD-oriented formats often preserve additional technical information.
Examples include:
- layers
- dimensions
- line types
- annotations
- construction geometry
SVG files are usually simpler and more graphics-oriented.
File Preparation Considerations
Before fabrication, files often require cleanup and preparation.
Common tasks include:
- removing duplicate lines
- converting splines
- simplifying geometry
- checking scale
- organizing layers
Incorrect file preparation may cause machining problems.
Choosing the Correct Format
The best format depends on the workflow.
| Goal | Recommended format |
|---|---|
| CNC manufacturing | DXF |
| Professional CAD drafting | DWG |
| Lightweight vector graphics | SVG |
| Documentation and sharing |
Many fabrication workflows use several formats together.
