Direkt zum Hauptinhalt
Erweiterte Suche
Suchbegriffe
Inhaltstyp

Genau übereinstimmende Treffer
Schlagwort-Suchen
Datums Optionen
Aktualisiert nach
Zuletzt aktualisiert am
Erstellt nach
Erstellt vor

Suchergebnisse

601 insgesamt gefundene Ergebnisse

Eraser Layer

FabLab Chemnitz Groups and Layers

This plugin will erase selected shapes in same layer. Ueful for objects! It won't remove the original objects Draw some objects and put them on the same layer Select some objects to erase (leave a hole in layer) and run extension

Filter To Layer

FabLab Chemnitz Groups and Layers

Source: https://inkscape.org/~jabiertxof/%E2%98%85filter-layer Draw some object and and apply some filter Check the XML structure Run the extension and get results "Filter to current layer" → choose "add" The layer got some new attribute "style" w...

Group To Layer

FabLab Chemnitz Groups and Layers

This extension converts groups to layers. You can pick the desired depth. Draw some objects and make some groups Run the extension

Remove Empty Groups

FabLab Chemnitz Groups and Layers

This extension is totally minimal. It will just clean the whole document from groups without content (dangling groups). That usually happens if you have a group but remove it's paths for example. The group will possibly stay in the XML tree. This also appl...

Ungrouper And Element Migrator/Filter

FabLab Chemnitz Groups and Layers

This extension parses the selection and will put all elements into one single group. If you have a cluster with lots of groups and elements you will clean up this way (one top level group, all elements below it). If you select a single element or a set of elem...

Styles To Layers

FabLab Chemnitz Groups and Layers

This extension will re-layer your selected items or the whole document according to their color (stroke or fill). Each style will be put onto it's own layer. This way you can devide elements by their colors with ease. If you have empty layers after s...

Join Paths / Create Tabs And Dimples

FabLab Chemnitz Paths - Join/Order

This extension works on the selected paths. The paths will be joined based on their Z-order (i.e. the lowest one in the document first and then the next one and so on) at their end nodes with a straight line segment. If the ending nodes of the paths coincide...

Optimize Sequence: Small Holes First

FabLab Chemnitz Paths - Join/Order

Souce of Documentation: https://github.com/L0laapk3/inkscape-laser-sequence-extension If you use(d) inkscape to create models for laser cutting, chances are you have ran into the following problem: the laser cutter first cuts the large shape, then it ever so ...

Contour Scanner And Trimmer

FabLab Chemnitz Paths - Cut/Intersect/Purge

Scanning This tool helps you to find nasty contours which might bug you and prevent your work from being ready for production. It will find open contours, closed contours and self-intersecting contours and checks for a set of other attributes. Bentley-Ottmann...

scanner
redundant
common
purge
clean
chain
retrace
superimposed
doubled
duplicated
overlapping
occult
trimming
contour
path
trimmer

Destructive Clip

FabLab Chemnitz Paths - Cut/Intersect/Purge

An Inkscape Extension which works like Object|Clip|Set except that the paths clipped are actually modified. Thus the clipping is included when exported, for example as a DXF file. Select two or more paths then choose Extensions|Modify path|Destructive clip. Th...

Create Links (Breakaway Connectors)

FabLab Chemnitz Paths - Cut/Intersect/Purge

To create tabs in Inkscape, we cannot properly use the integrated eraser tool. It will clip only in a cosmetic fashion but we do not get the real paths we need. Creating links (also known as microtabs, tabs, bridges, breakaway connectors, links, perforations) ...

Incadiff

FabLab Chemnitz Paths - Cut/Intersect/Purge

An Inkscape extension which applies successive difference operations on superimposed paths. Useful for plotter addicts as it removes hidden strokes. Incadiff works on paths and objects. It does not work for open paths. Incadiff does not operate like Contour Sc...

Mutual Cut Line

FabLab Chemnitz Paths - Cut/Intersect/Purge

This extension cuts exactly 2 (ideally straight) path segments and will create intersected elements. Depending on the path direction (which can be reversed) the ends are going to be cut against each other Draw some paths Duplicate the paths (CTRL + D) and ...

Path Intersections

FabLab Chemnitz Paths - Cut/Intersect/Purge

In case your resulting intersection markings are displaced please run Apply Transformations before running this. Draw some example with intersecting paths Run the extension Check the intersections

Split Bezier (Subdivide Path)

FabLab Chemnitz Paths - Cut/Intersect/Purge

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

FabLab Chemnitz Paths - Cut/Intersect/Purge

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

FabLab Chemnitz Paths - Cut/Intersect/Purge

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

FabLab Chemnitz Paths - Cut/Intersect/Purge

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...