summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-18new translations from CrowdinInk/Stitch Crowdin integration
2019-08-15new translations from CrowdinInk/Stitch Crowdin integration
2019-08-14v1.26.1: fix PES/PEC color changesLex Neva
* v1.26.0 introduced a bug in PEC and PES files in which they ignored color changes
2019-08-11v1.26.0 Troubleshoot extension plus moreLex Neva
* bug fixes * better unicode support * fix simulator scale display on MacOS * tons of other fixes * new features * Troubleshoot (HIGHLY REQUESTED) * points out exactly what part of a shape is causing Ink/Stitch to complain * example: a fill shape with a border that crosses itself * suggests how to resolve each kind of error * gives helpful tips for shapes that have issues even if they won't cause Ink/Stitch to error out * lettering * add trims between letters * scale text up and down * settings presets * select a font * a couple of new fonts * saving as G-code * options to support GRBL-based laser cutters * opening embroidery files * STOP and TRIM commands are recognized and imported * support for several MacOS versions (we hope)
2019-08-11new translations from CrowdinInk/Stitch Crowdin integration
2019-08-11fix crowdinLex Neva
2019-08-11Merge pull request #509 from inkstitch/lexelby/input-fixesLex Neva
input: read STOP commands too
2019-08-10ignore single-point point lists tooLex Neva
2019-08-10remove STOP at the endLex Neva
2019-08-10bump pyembroidery for JEF read trim fixLex Neva
2019-08-10allow unicode filenames againLex 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-08-05Merge pull request #503 from inkstitch/lneva/stub-unicodeLex Neva
deal with None encoding in python 2
2019-08-03Fix simulator scale in macOS (#504)Kaalleen
2019-07-31Support various macOS VersionsKaalleen
2019-07-28deal with None encoding in python 2Lex Neva
2019-07-28Do not hide buttons in print preview (#499)Kaalleen
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-04add trim commands in import and stitch planLex Neva
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-07-02unicode exportKaalleen
2019-06-24fix unicode error messageKaalleen
2019-06-23fix unicode import (#482)Kaalleen
2019-06-22fix styleLex Neva
2019-06-22partial fix for unicode filenames (#478)Lex Neva
2019-06-22handle unicode node names (fixes #467)Lex Neva
2019-06-22handle document width/height of 100% (fixes #476)Lex Neva
2019-06-22handle single linestrings properly (fixes #471)Lex Neva
2019-06-22better message for unconnected fill shapes (fixes #463)Lex Neva
2019-06-22update embroider_satin_column in all cases (fixes #466)Lex Neva
2019-06-22rework fill shape parsing code (fixes #469)Lex Neva
2019-06-22don't treat objects without stroke as SatinColumn (fixes #460)Lex Neva
2019-06-22fix IndexError for single-path satin columns (fixes #366)Lex Neva
2019-06-19rephrase/verbosify 'no embroiderable paths' error (#458)Lex Neva
rephrase/verbosify 'no embroiderable paths' error
2019-06-17Make InkStitch run in Inkscape 1.0 alpha (#477)Lex Neva
Make InkStitch run in Inkscape 1.0 alpha
2019-06-14Make InkStitch run in Inkscape 1.0 alphaBernd Kolb
I downloaded inkscape 1.0 alpha for MacOS from the inkscape build server and installed inkstitch. For me it seems to run with python 3. Thus I am getting error messages like `TypeError: write() argument must be str, not bytes` which are fixed by this commit.
2019-05-10fix laser warmup and z travel bugsLex Neva
2019-05-08rephrase/verbosify 'no embroiderable paths' errorLex Neva