I have updated G-Code Ripper to export DXF formatted files. The latest G-Code Ripper files are located here G-Code Ripper V0.05.

The rapid and controlled moves are written to different layers with different color indexes. The rapid moves can optionally be omitted from the G-Code Ripper output.

All of the arcs (G2/G3 moves) are converted to multiple linear segments for now. I will include arc output to the DXF file if there is interest. I am not sure what people are using g-code to DXF conversion data for. If it is for visualization the linear approximation should be sufficient.

I also added an option to export tool path data in CSV (Comma Separated Value) format. I am sure someone will find a use for the CSV format.

I am open to suggestions for improvement.