summaryrefslogtreecommitdiff
path: root/lib/extensions
AgeCommit message (Collapse)Author
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-02-06reduce crossing border issues (#993)Kaalleen
2021-02-04Update font.py (#848)LaureFR38
* Add new fonts * Update old fonts * Update lettering gui Co-authored-by: Lex Neva Co-authored-by: kalleen
2020-12-28Prevent Auto Route Satin Without Satin Columns (#942)Kaalleen
2020-12-28fix print pdf when svg contains comments (#939)Kaalleen
2020-12-22break apart with evenodd rule (#931)Kaalleen
2020-08-19remove obselete simulate extensionLex Neva
2020-08-19wip: move install extension to electronLex Neva
2020-08-18Merge pull request #732 from inkstitch/kaalleen/fix-break-apart-small-path-issueLex Neva
fix break apart small path issue
2020-06-01fix break apart small path issueKaalleen
2020-05-27ignore empty dKaalleen
2020-05-27cleanup extension (#713)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-05-16break apart loops (#690)Kaalleen
2020-05-16support svg objects (#643)Kaalleen
2020-04-28electron simulator (#531)Lex Neva
2020-04-25Namespaced Attributes (#657)Kaalleen
2020-04-25import threadlist (#666)Kaalleen
2020-04-20threadlist in zip (#664)Kaalleen
2020-04-19New Extension: Break Apart and Retain Holes (#653)Kaalleen
2020-04-01Option to include SVG in ZIP file (#648)Kaalleen
2020-03-22add stitch plan extension (#640)Kaalleen
2020-03-18avoid infinite recursionLex Neva
2020-03-18avoid math domain errorLex Neva
2020-03-16handle self-intersecting paths in convert to satinLex Neva
2020-03-05fix remove commands for foreign languages (#618)Kaalleen
2020-02-02reset embroidery settings (#506)Kaalleen
2019-10-21don't show visual commands in print previewLex Neva
2019-08-10remove STOP at the endLex Neva
2019-08-10input: read STOP commands tooLex Neva
2019-08-05add Troubleshoot extension (#465)Kaalleen
adds an extension to help you understand what's wrong with an object and how to fix it, e.g. "invalid" fill shapes
2019-07-28Merge pull request #481Kaalleen
show various bugs the door
2019-07-27Merge pull request #487 from inkstitch/no_import_jumpsLex Neva
remove additional jump stitches on import
2019-07-27add grbl laser options for g-code output (#450)Lex Neva
add grbl laser options for g-code output
2019-07-10trim >= 3 jumpsMomo
2019-07-09remove all empty color blocksLex Neva
2019-07-07delete empty color blockMomo
2019-07-07rescue VP3Kaalleen
2019-07-06use get_pattern_interpolate_trimKaalleen
This has the same inaccuracy as the previous version, but we can actually use a pyembroidery function to turn a specific number of jumps into trims.
2019-07-06fix layer commandsKaalleen
2019-07-04fix styleKaalleen
2019-07-04respect trim commandsKaalleen
2019-07-04Ignore commands on input filesKaalleen
2019-07-04lettering features (#399)Lex Neva
lettering features
2019-06-23fix unicode import (#482)Kaalleen
2019-06-22partial fix for unicode filenames (#478)Lex Neva
2019-06-22update embroider_satin_column in all cases (fixes #466)Lex Neva
2019-05-08rephrase/verbosify 'no embroiderable paths' errorLex Neva
2019-04-30Merge branch 'master' into lexelby/lettering-featuresLex Neva
2019-04-30add grbl laser options for g-code outputLex Neva