https://github.com/swh/shaper-origin-inkscape
Inkscape extension to add a Shaper Origin menu to set cut parameters
https://github.com/swh/shaper-origin-inkscape
cnc inkscape origin plugin shaper
Last synced: about 2 months ago
JSON representation
Inkscape extension to add a Shaper Origin menu to set cut parameters
- Host: GitHub
- URL: https://github.com/swh/shaper-origin-inkscape
- Owner: swh
- License: gpl-3.0
- Created: 2023-11-06T14:32:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T10:47:40.000Z (4 months ago)
- Last Synced: 2025-06-09T11:43:21.711Z (4 months ago)
- Topics: cnc, inkscape, origin, plugin, shaper
- Language: Python
- Homepage:
- Size: 383 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaper-origin-inkscape
Inscape extension to add a Shaper Origin menu to set cut parameters## Install
First you need to download a copy of the source code. If you're familiar with Git just clone to repo, otherwise click on the green Code menu, and pick Download ZIP.
### MacOS
Copy the files in the ext directory to `~/Library/Application Support/org.inkscape.Inkscape/config/inkscape/extensions/`, e.g.
```shell
cp ext/* ~/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
```### Linux / Windows / non-standard Mac installs
Look in the *Preferences | System | User extensions* menu and copy the files in `ext/` to there
## Usage
Create the shape you want to define the cut for, select it, then pick the type of cut from the menu:

Currently only dpeth in mm is supported, but adding inches would be easy.
By default Inkscape includes with drawn width of the line in the size of the object, which makes it harder to use for Shaper Origin users - you can turn that off - there's an example file in the top level of this repo, `1msq-master.svg`.
## Feedback
If you have any suggestions or feedback, please send them via github.
- Steve Harris, 2023-11-06