bundle: update (2026-01-16)
All checks were successful
bundle / bundle (push) Successful in 19s

This commit is contained in:
2026-01-16 00:31:16 +00:00
parent 44af1518a3
commit 04a41cd977
44 changed files with 10001 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# KM Plot
Inkscape extension for Knox Makers to drive HPGL based vinyl/plotter devices over serial. Largely based on the built-in Export > Plot extension for Inkscape but with a GTK interface and Serial Port detection.
https://git.knoxmakers.org/KnoxMakers/km-plot
## Manual Installation
1) Create a km-plot/ sub-directory in your Inkscape extensions directory:
- Linux: `~/.config/inkscape/extensions/`
- Flatpak: `~/.var/app/org.inkscape.Inkscape/config/inkscape/extensions/`
- Snap: `~/snap/inkscape/current/.config/inkscape/extensions/`
- macOS (Inkscape app bundle): `~/Library/Application Support/org.inkscape.Inkscape/config/inkscape/extensions/`
- Windows: `%APPDATA%\Inkscape\extensions\`
2) Copy the files from this repo into that km-plot directory
3) Restart Inkscape, then find the extension under **Extensions > Knox Makers > Vinyl Cutter > Plot**.
4) Connect your plotter via USB/serial; select the detected port in the Device tab, adjust settings as needed, and click **Send to plotter**.
## Demo
![KM Plot demo](docs/km-plot.gif)