summaryrefslogtreecommitdiff
path: root/lib/stitch_plan/ties.py
AgeCommit message (Collapse)Author
2018-10-23fix manual stitch and add debugging support (#339)Lex Neva
* add debugging support using pydev * fix: don't add tie stitches for manual stitch * fix style
2018-09-16remove obselete 'fake color change' codeLex Neva
2018-09-15use faster algorithm for tiesLex Neva
2018-07-25adjust stitch plan code for pyembroideryLex Neva
2018-05-28don't do ties around the fake color change of a "STOP after"Lex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.