Erweiterte Suche
Suchergebnisse
468 Ergebnisse gesamt
Split Bezier (Subdivide Path)
Function is like Modify Path → Add Nodes but it provides additional features like splitting path into disconnected sub paths (break apart) choose units Please note that the plugin will sub-divide each path segment (from path handle to path handle). So i...
Split And Break Bezier At t
Splits a path at value t=0..1 (t=0.5 means 50%) Applies independently for each sub path in selection. Allows better control over splitting than Add Nodes or Split Bezier (Subdivide Path). Draw some path Run the extension Splitted path
Purge Duplicate Path Nodes
https://gitlab.com/EllenWasbo/inkscape-extension-removeduplicatenodes Annotation belonging to the lines This extension might turn straight lines into strange looking "d" content like the following #using the extension will make m 47.127583,101.78891 h 9....
Remove Duplicate Line Segments
An Inkscape extension to remove duplicate line segments with an option to add a tolerance for regarding the segments as a match. See http://cutlings.wasbo.net/inkscape-extension-removeduplicatelines See also Purge Duplicate Path Segments Contour Scanner...
Filter By Length/Area
Paths with value smaller than the given threshold will be deleted. This extension might require to break up your object before. Take some image This is not a good example but shows the effect Run the extension Result
Purge Pointy Paths
This filter deletes paths which render as point only, like: m 45.250809,91.692739 - this path contains onyl one command - a single point m 45.250809,91.692739 z - this path contains two commands, but only one coordinate. It's a single point, the pa...
Purge Duplicate Path Segments
A common problem while laser cutting or vinyl cutting for example, is the problem with duplicating lines which are overlapping invisibly. Often you won't find them in your drawing. If you use graphics without filtered duplications you might run into issues lik...
Optimize Sequence: Travel Distances
Source documentation: https://wiki.evilmadscientist.com/Reorder_Paths_for_Speed In normal use, and by default, elements within a document are plotted in the same order in which they appear in the file. This order is generally the order in which the objects we...
Inventory Sticker
This extension generates inventory stickers for thermo printers (we use Brother QL-720NW) from our Teedy instance. Teedy is an open source software document management system (DMS). Complete details can be found at 2. Etikettenkonzept and 3. Druckerkonzept. Th...
Laser Check
Printing Marks Dotted
This extension is an older legacy version of "Extensions → Render → Layout → Printing Marks" with small difference for offering dotted crop marks
Simple Registration
Silhouette Cameo Registration Marks
Source: https://github.com/miLORD1337/silhouette-regmarks
Bobbin Lace - Ground From Template
Source of documentation: https://d-bl.github.io/inkscape-bobbinlace/Ground-from-Template Nice to have: good templates from https://tesselace.com/tools/inkscape-extension See also Bobbin Lace - Regular Grid Bobbin Lace - Circular Ground From Template ...
Card Layout Guides
Example Output
Hex Tiles
Example Output
Triangular Grid
Example Output You can convert this to regular grid ("Objects to Guides") pressing SHIFT + G to get
Remove Duplicate Guides
This extension removes guides which are identical (overlapping), means they have the same position and orientation. You can test it the following way: Draw some line and duplicate it using CTRL + D Check XML structure having 2 paths now Convert both pat...