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.
- Preset
- Laser
- Tavolozza
- Bianco e nero
- Uscita
- DXF
- Prezzo
- Anteprima gratuita
Trascina un'immagine qui, o incolla
La tua immagine non viene mai caricata. Viene tracciata in questa scheda.Apri il convertitore completo
Preset
- 01Logo16 colori
- 02Disegno al trattoBianco e nero
- 03Foto64 colori
- 04Ricamo8 colori · Ritaglio
- 05Vinile4 colori · Ritaglio
- 06Laser — impostato per questa paginaBianco e nero · Poligono
- Uscita · SVG · PDF · EPS · DXF
- Anteprima gratis · download con Pro 9,00 € / mese
- Il tuo file resta in questa scheda
Cosa serve al software
- 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.
Preset
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.
Perché vectortrace
- Scheda 1 / 3
Nel browser e privato
Il motore è WebAssembly in esecuzione in un worker sul tuo stesso computer. La tua immagine non viene mai caricata — quindi non c'è nulla da divulgare, nulla da eliminare e nulla da dare per scontato.
- Scheda 2 / 3
Tracciati modificabili, non un involucro
Il motore raggruppa l'immagine in regioni di colore, ne rileva il confine e vi adatta delle curve. Ciò che ne esce è geometria reale — un riempimento per regione, ogni nodo tuo da spostare — prodotta nella scheda e mai su un server.
- Scheda 3 / 3
Formati per stampa e produzione
SVG e PDF per la grafica; EPS e DXF per plotter da taglio, incisori e software di ricamo. File veri, apribili in Illustrator, Inkscape e LibreCAD — non un SVG con dentro un JPEG.
Benchmark
Misurato, non pubblicizzato. Il corpus, il metodo e ogni dato prodotto dall'esecuzione sono pubblicati integralmente.
Metodologia → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Domande
- 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.