Files
haxbot a5ddc33a27
All checks were successful
version / update-version (release) Successful in 13s
bundle: update (2026-01-22)
2026-01-22 15:00:45 +00:00

17 lines
478 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Plot</name>
<id>org.knoxmakers.kmplot</id>
<script>
<command location="inx" interpreter="python">kmplot.py</command>
</script>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu _name="Knox Makers">
<submenu _name="Vinyl Cutter"/>
</submenu>
</effects-menu>
</effect>
</inkscape-extension>