Maker workflow

A laser reads paths,
not pictures.

A laser cutter does not see your artwork — it follows vector paths in a specific order, at a specific power, and stops dead at an open contour. Here is how to get a raster design into a file that cuts cleanly the first time.

The constraint

Cut lines and engrave fills are different objects

Nearly every failed laser job traces back to the machine misreading which parts to cut and which to burn. That distinction lives in the file, not the machine.

Cut = hairline stroke, no fill

A cut path is a closed contour with a stroke width the software treats as hairline (0.001 in / 0.025 mm) and no fill. Give it a thick stroke and most controllers will engrave the outline of the stroke instead — two parallel cuts around a ghost shape.

Engrave = filled shape, no stroke

Anything that should be burned into the surface must be a filled region. A traced logo full of open paths engraves as a scribble, because there is no enclosed area to raster.

The workflow

Four steps, in this order

Step
01

Vectorize

Trace the raster to real editable paths. Auto-traced output from a clean source is fine here — laser work forgives a node or two in a way that print does not.

Step
02

Close every contour

Open paths are the number one cause of a cut that stops halfway. Join endpoints before you do anything else.

Step
03

Split cut from engrave

Put cut contours and engrave fills on separate layers or colours. Every controller maps operations by layer or stroke colour.

Step
04

Export and test on scrap

Export SVG, import to LightBurn or the machine app, and run one small test on offcut material before committing the sheet.

Before you send it

The four checks that save a sheet of material

Material is the expensive part of a failed job, and every one of these takes seconds.

Closed paths — Every cut contour joins back to itself. An open path cuts partway and abandons the part.

No duplicate lines — Traced files often stack two identical contours. The laser cuts both — double burn, charred edge, sometimes fire.

Kerf allowance — The beam removes material. For interlocking parts, offset by roughly half the kerf (~0.1mm on 3mm ply) or the joints will be loose.

Real units — Set the document to mm or inches and confirm the artboard size. An SVG with no units imports at whatever the machine app guesses.

Questions

What operators actually ask

01Why does my laser cut the outline of my lines instead of the line itself?+
Your cut paths have a visible stroke width. Most controllers interpret a stroke as a shape to be engraved, so a 1pt stroke becomes two cuts either side of it. Set cut contours to a hairline width (0.001 in / 0.025 mm) with no fill, and the controller reads them as a single cut path.
02Can I laser cut straight from a traced PNG?+
Only after cleanup. Tracing gives you paths, but usually open ones, often duplicated, and with far more nodes than the job needs. Close every contour, delete stacked duplicates, then separate cut from engrave. Sending raw traced output is the fastest way to lose a sheet of material.
03What SVG settings work best for Glowforge and xTool?+
Real units on the document (mm or inches), an artboard matching your material, outlined text, no clipping masks, and no embedded raster images inside the SVG. Both apps import plain SVG reliably; both get confused by clip-paths and by text that has not been converted to outlines.
04How do I handle kerf so my parts fit together?+
The beam removes material roughly 0.1–0.2 mm wide depending on power and thickness. For press-fit joints, offset the cut path outward by about half that on each mating part, or cut a test piece and measure. Nesting parts too tightly without a kerf allowance is why interlocking designs end up loose.
05Should engraving be vector or raster?+
Line engraving (outlines, hatching) is vector — the head follows paths. Photographic or solid-area engraving is raster — the head sweeps and modulates power. If you traced a photo and want it burned in, keep it raster; if you traced a logo and want the shapes filled, vector fills are cleaner and much faster.
Preview free · $10 one-time for a clean, commercially-licensed SVG (no subscription) · subscribe for unlimited + stealth

Get a cut-ready vector out of any image

Upload the raster, get real editable paths, then split cut from engrave and send it to the machine.