Your design looks perfect on screen. You export to DXF, load it into LightBurn or xTool Creative Space, and suddenly paths are missing, dimensions are wrong, or the software throws an import error. DXF files for laser cutting have specific requirements that CAD software doesn't enforce by default.
Both formats work with most modern laser cutter software. The practical difference is that SVG is simpler and has fewer compatibility headaches, while DXF is better for precision engineering where exact dimensions and unit accuracy are critical. For most hobby laser projects, SVG is easier. For precise mechanical parts, stick with DXF.
The most common DXF laser cutting issue is tiny gaps in paths that should be closed. These happen when lines are drawn as separate segments that look connected visually but don't share exact endpoints. The laser software sees an open path and treats it as an engrave line instead of a cut.
To fix this in most CAD software, use a "join" or "close path" operation with a small tolerance (0.01–0.1mm). In Inkscape, this is Edit → Select Same → Fill Color, then Path → Combine. In Fusion 360, use Modify → Join.
Import your DXF into LightBurn or your laser software and switch to the node editing view. This shows individual path nodes and makes gaps visible as unconnected endpoints. Any gap larger than your kerf width will cause a problem.
LightBurn has a built-in "close paths" tool under Edit → Close Selected Paths that automatically closes gaps up to a specified tolerance. Run this before sending any DXF to the laser.
A common convention for laser cutting DXF files uses layer colors to indicate operations: red for cut, blue for score, black for engrave. This isn't a universal standard, but it's widely used in the maker community and recognized by most laser software. Check your software's documentation for its specific layer mapping rules.