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.
- Predefinição
- Laser
- Paleta
- Preto e branco
- Saída
- DXF
- Preço
- Pré-visualização grátis
Solte uma imagem aqui, ou cole
Sua imagem nunca é enviada. Ela é vetorizada nesta aba.Abrir o conversor completo
Predefinição
- 01Logotipo16 cores
- 02Arte linearPreto e branco
- 03Foto64 cores
- 04Bordado8 cores · Recorte
- 05Vinil4 cores · Recorte
- 06Laser — definida para esta páginaPreto e branco · Polígono
- Saída · SVG · PDF · EPS · DXF
- Pré-visualização grátis · download com o Pro € 9,00 / mês
- Seu arquivo fica nesta aba
O que o software precisa
- 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.
Predefinição
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.
Por que o vectortrace
- Ficha 1 / 3
No navegador e privado
O mecanismo é WebAssembly rodando em um worker na sua própria máquina. Sua imagem nunca é enviada — então não há nada a vazar, nada a excluir e nada que você precise aceitar apenas por confiança.
- Ficha 2 / 3
Caminhos editáveis, não um invólucro
O mecanismo agrupa a imagem em regiões de cor, extrai a fronteira entre elas e ajusta curvas a ela. O resultado é geometria real — um preenchimento por região, cada nó seu para mover — produzido na aba e nunca em um servidor.
- Ficha 3 / 3
Formatos usados por produção e impressão
SVG e PDF para arte-final; EPS e DXF para plotters de recorte, gravadoras e softwares de bordado. Arquivos de verdade, abertos no Illustrator, Inkscape e LibreCAD — não um SVG com um JPEG dentro.
Benchmark
Medido, não vendido. O corpus, o método e todos os números que a execução produziu são publicados na íntegra.
Metodologia → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
Perguntas
- 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.