Inkscape plugin to convert SVG paths into an OpenSCAD cookie cutter (with stamp)
Go to file
miklo a91726e1e1 Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00
svgpath Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00
test Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00
.gitignore Initial commit 2025-12-26 22:41:54 +00:00
LICENSE Initial commit 2025-12-26 22:41:54 +00:00
README.md Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00
svg2scad2cc.inx Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00
svg2scad2cc.py Initial: move params to plugin UI, create a stamp from features, add typing 2025-12-27 00:34:45 +01:00

README.md

svg2scad2cc

Inkscape plugin to convert SVG paths into an OpenSCAD cookie cutter (with stamp)

Usage:

  1. Unpack contents of the repo to the Inkscape extensions directory.
  2. Convert all objects to paths.
    • red (no fill) - outer outline / through cut.
    • green (no fill) - inner walls / through cut.
    • black (no fill) - internal features. If a demoulding plate is selected, together they form a stamp.
    • any color (fill without stroke) - connections between inner walls and outer outline.
  3. Select File -> Save As... "OpenSCAD cookie-cutter/stamp (*.scad)".
  4. Adjust parameters (wall thickness, generating demoulding plate/stamp).
  5. Load into OpenSCAD, generate STL, 3D print.

svg test file

OpenSCAD output file

OpenSCAD preview screenshot

Credits

License

GPL v3.0