Vector files for laser cutting
A laser follows a path. Trace the artwork into closed polygon contours, decide cut versus engrave, and export DXF with real units.
- Voorinstelling
- Laser
- Palet
- Zwart-wit
- Uitvoer
- DXF
- Prijs
- Gratis preview
Sleep hier een afbeelding naartoe, of plak
Je afbeelding wordt nooit geüpload. Die wordt getraceerd in dit tabblad.Open de volledige converter
Voorinstelling
- 01Logo16 kleuren
- 02LijntekeningZwart-wit
- 03Foto64 kleuren
- 04Borduurwerk8 kleuren · Uitsnede
- 05Vinyl4 kleuren · Uitsnede
- 06Laser — ingesteld voor deze paginaZwart-wit · Polygoon
- Uitvoer · SVG · PDF · EPS · DXF
- Preview gratis · download met Pro € 9,00 / maand
- Je bestand blijft in dit tabblad
Wat de software nodig heeft
- DXF the machine software reads
- The exporter targets AutoCAD R2000 (AC1015). It is the version LightBurn, LibreCAD, Fusion and most CAM importers list as their safe default.
- Real drawing units
- DXF carries units, so the drawing has a physical size before it reaches the machine. Set it here rather than scaling in the controller, where the rounding is invisible.
- Closed contours, holes included
- A cut path has to close or the part falls out mid-job. Interior holes are separate contours with opposite winding, which is how a cutter knows to keep the middle of an O.
- Cut and engrave are different files
- A traced outline is a region boundary, so a drawn line becomes two contours — one per side. Cutting that gives you a hairline sliver; engraving it wants a centreline your machine software generates.
- Kerf accounted for once
- The beam removes material. Apply kerf compensation in the machine software, not by scaling the artwork, or you will apply it twice.
Voorinstelling
The laser preset traces binary — the machine has no colours, only power settings — and fits straight polygon segments at high coordinate precision. A polyline says exactly one thing to a controller; a spline gets re-interpolated by every piece of software between here and the head.
Waarom vectortrace
- Bon 1 / 3
In de browser en privé
De engine is WebAssembly die draait in een worker op je eigen apparaat. Je afbeelding wordt nooit geüpload — er is dus niets te lekken, niets te verwijderen en niets om op vertrouwen aan te nemen.
- Bon 2 / 3
Bewerkbare paden, geen omhulsel
De engine groepeert de afbeelding in kleurgebieden, neemt de grens ertussen en past er curven op. Het resultaat is echte geometrie — één vulling per gebied, elk ankerpunt door jou te verplaatsen — geproduceerd in het tabblad en nooit op een server.
- Bon 3 / 3
Formaten die print en productie gebruiken
SVG en PDF voor werktekeningen; EPS en DXF voor snijplotters, graveermachines en borduursoftware. Echte bestanden, te openen in Illustrator, Inkscape en LibreCAD — geen SVG met een JPEG erin verstopt.
Benchmark
Gemeten, niet verkocht. De corpus, de methode en elk cijfer dat de run opleverde worden volledig gepubliceerd.
Methodologie → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Vragen
- 01DXF or SVG for a laser?
- DXF if the software takes it, because it carries units and every CAM tool reads it. SVG if you are going through LightBurn or a browser-based controller that prefers it. The geometry is identical; only the container differs.
- 02Why did my engraved line come out as two lines?
- Because tracing outlines regions, and a stroke is a thin region with two sides. That is right for cutting a shape out and wrong for engraving. Use the centreline option in your machine software for line work.
- 03What DXF version is written?
- AutoCAD R2000 (AC1015). Newer DXF versions add features a cutter never uses and drop compatibility with importers that were written once and never updated.