#1080191 RFP: svg2gcode -- produces g-code machining operations from paths in SVG file

Package:
wnpp
Source:
wnpp
Submitter:
Petter Reinholdtsen
Date:
2025-11-29 16:55:40 UTC
Severity:
normal
#1080191#5
Date:
2024-08-31 10:45:14 UTC
From:
To:
* Package name    : svg2gcode
  Version         : n/a
  Upstream Author : Sebastian Kuzminsky <seb@highlab.com>
* URL             : https://github.com/SebKuzminsky/svg2gcode
* License         : GPL
  Programming Lang: Python
  Description     : produces g-code machining operations from paths in SVG file

The svg2gcode tool reads an SVG file and produces g-code machining
operations from the paths in it.

Supported operations are:

* engraving (follow the path from the SVG)
* offset (follow a path offset inwards or outwards from the SVG path)
* pocket (clear the interior of the path from the SVG)
* drill (in the center of circular paths)

This is a similar tool to dxf2gcode, operating on SVG vector files
instead of DXF vector files.

#1080191#10
Date:
2024-11-29 06:06:43 UTC
From:
To:
sure how to best handle this one.  Perhaps as a separate package used
as a dependency?