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.
- プリセット
- レーザー
- パレット
- 白黒
- 出力
- DXF
- 価格
- 無料プレビュー
ここに画像をドロップ、または貼り付け
画像はアップロードされません。このタブ内でトレースされます。フルコンバーターを開く
プリセット
- 01ロゴ16 色
- 02線画白黒
- 03写真64 色
- 04刺繍8 色 · くり抜き
- 05ビニール4 色 · くり抜き
- 06レーザー — このページ用の設定白黒 · ポリゴン
- 出力 · SVG · PDF · EPS · DXF
- プレビュー無料・ダウンロードはPro €9.00 / 月
- ファイルはこのタブ内に留まります
ソフトウェアが必要とするもの
- 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.
プリセット
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.
vectortraceを選ぶ理由
- チケット 1 / 3
ブラウザ内で完結・非公開
エンジンはお使いの端末上のワーカーで動作するWebAssemblyです。画像がアップロードされることはないため、漏洩する心配も、削除する必要も、信用に頼る必要もありません。
- チケット 2 / 3
ラッパーではなく編集可能なパス
エンジンは画像を色領域にグループ化し、その境界を取り出してカーブをフィットさせます。出力されるのは実際の形状です — 領域ごとに1つの塗り、すべてのノードを自由に動かせます — タブ内で生成され、サーバー上で生成されることはありません。
- チケット 3 / 3
印刷・製造現場で使われる形式
アートワーク用にSVGとPDF、カッター・彫刻機・刺繍ソフト用にEPSとDXF。Illustrator、Inkscape、LibreCADで実際に開けるファイルです — 中身がJPEGのSVGではありません。
ベンチマーク
宣伝文句ではなく実測値。コーパス、手法、実行で得られたすべての数値を完全に公開しています。
手法 → /benchmarks- boundary error, p95
- 0.09 px
- region-count error
- 0.000
- node-count ratio
- 1.00×
よくある質問
- 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.