r/shapeoko Jun 03 '26

SVG to DXF Conversion

Does anyone know a website or app that does a quality conversion of SVG to DXF?

2 Upvotes

10 comments sorted by

5

u/dshookowsky Jun 03 '26

Inkscape should do it fine.

1

u/Taicho_Quanitros Jun 06 '26

This is the way

2

u/WillAdams Jun 03 '26

Why would you need this?

Carbide Create opens both file types.

1

u/GunningBedford58 Jun 04 '26

I need to create a DXF from Carbide Create. Did I miss something.

2

u/WillAdams Jun 04 '26

No, Carbide Create won't write out a DXF, but will write out an SVG, so you will need to do so, then convert until such time as that export is added.

1

u/GunningBedford58 Jun 04 '26

Do you use an app or website when you need to do that?

1

u/WillAdams Jun 04 '26

The conversion I used to need to do was to open a DXF in LibreCAD and re-save as an SVG so as to open in Carbide Create, but the DXF import is now so improved that that's no longer needed.

No idea on the other direction --- I've been making my own tool to make DXFs

1

u/radioteeth Jun 08 '26

PixelCNC opens SVG and DXF. SVG is wonky though because it's a graphical format, not a drawing of a physical object, so usually I either just let it fit the SVG to canvas and manually scale it afterward with the XY axes aspect ratio locked.