Remove duplicate nodes from path and join nodes closer than a specified distance. Optionally close paths if start/end nodes are closer than a specified distance. When joining nodes the new coordinate will be interpolated from the original coordinates. If separate paths are combined (Ctrl+K) these can be joined if closer than a specified distance. This join can be either a straight line or an interpolation. The extension will appear in Extensions -> Cutlings
Remove overlapping line segments to clean paths for cutting/plotting/engraving. As an option you can set a tolerance when comparing the line segments such that a perfect match is not needed. Read more and see examples here: http://cutlings.wasbo.net/inkscape-extension-removeduplicatelines/ The extension will appear in Extensions -> Cutlings
With using a sketch pen with my plotter, I prefer the true single line SVG fonts that draw the lines only once. But – as these true single line fonts cannot be installed and be used as regular outline fonts I would like to offer my single line fonts as stick fonts too. A stick font is an outline font with zero with so that the letters will be traced twice. I wrote an Inkscape extension to effectively converting a single line SVG font to a TTF stick font. Visit the link to the right (my blog) to learn how to. NB! The extension uses the reverse function which was not implemented correctly in Inkscape v1.0.1 so you will need to update the paths.py. Read howto in the link.
Silhouette Studio Basic Edition can not open SVG files, only DXF. The scaling of the design is lost when importing the DXF file. Adding a frame around the design matching the size it will be forced into when imported to Silhouette Studio will cause the scaling to be kept. For a quick way of doing this I created an extension with the option to add a frame matching the 8x12in or 12x12in cutting mat and media size in Silhouette Studio. More details on how this works in the Link.
When drawing paths and then combining these the order will be from the last to the first drawn. Use this simple extension to reverse the order of the subpaths without reversing the direction of each subpath. Then the original drawn order will be restored. The extension can be found from Extensions > Modify Path. Tested with v1.0.1, v1.0.2 and v1.1 on Windows 10 Use together with the Number Subpaths extension to visualize the effect of this reordering.
A previous extension (setIDs.py) is now updated for Inkscape v1.1 with some extra features. This extension is used together with the Custom Stroke Font extension to streamline the process of font creating. There are two extensions; get and setGlyphIDs. The getGlyphIDs will fetch all path ids for the glyphs when editing an existing svg-font. The process of editing the paths frequently mess up the path ids and the order of the paths. Then the fetched IDs (or a custom string input) can be used with the setGlyphIDs when the font template is ready to generate the new svg-font. When using the setGlyphIDs, the individual characters of the string is set as path ids for the glyphs left to right as seen on screen (use one row when generating the font template from Custom Stroke Font). Known issue: If a glyph have path id " (doublequote) the extension might fail. Temporarly change that path id to something else (f.x. 'temp') and it should work.
This extension will open up closed paths by removing all z-commands from the selected paths. My purpose: to use single line svg-fonts as otf/ttf/opf fonts. These font formats require closed paths and will add a closing command to the glyphs. This closing can be removed by converting the text to paths, ungroup and then using this extension.
Visualize the order of subpaths within one path. Each start and end node will be marked with green/red dots and a text flag according to its order. Optionally the path ID could be visualized if working with more than one combined path. I use this for various projects where combining paths is needed and the order is of importance - embroidery designs, developing and testing extensions for cutting/plotting. This extension is based on the Inkscape included extension Visualize Path > Number Nodes by Aaron Spike from 2005. Number Subpaths can be found in the same menu when installed. Tested for v1.01, v1.02 and v1.1 on Windows 10.