CAD, 3D & Fabrication SVG → G-code
SVG to G-code
The SVG to G-code generator converts every path in your SVG into a G-code tool-path. Set feed rate, plunge depth, safe Z and tool diameter. The generator supports GRBL, Marlin and Mach3 flavours.
Input SVG
Output G-code
Result will appear here after conversion.
Runs in your browser. No files leave your device.
How the svg to gcode tool works
The workbench above is a self-contained web application. When you drop a file, the browser reads it locally, runs the conversion, and writes the result to a downloadable blob. Nothing is uploaded to any server, and the tool keeps working even if you disconnect after loading the page.
Frequently asked questions
Does it do pocketing?
Basic pocketing with a single depth pass. For complex 3D pocketing, use CAM software.
Which flavours are supported?
GRBL 1.1 by default, with presets for Marlin and Mach3.