Skip to content

Instantly share code, notes, and snippets.

@dgies
dgies / fish-to-cq.py
Last active December 8, 2025 07:13 — forked from dov/fish-to-cq.py
Proof of concept importing svg into CadQuery
#!/usr/bin/python
######################################################################
# A proof of concept adding a svg path into a cadQuery Workspace
# object.
#
# This file is in the public domain.
#
# Dov Grobgeld <dov.grobgeld@gmail.com>
# 2024-03-10 Sun