summaryrefslogtreecommitdiff
path: root/lib/stitch_plan/stitch.py
AgeCommit message (Collapse)Author
2021-03-28Merge pull request #1083 from inkstitch/lexelby/license-headersLex Neva
add license headers
2021-03-14add lock stitches select box (#1076)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-11add copyright headersLex Neva
2020-04-28electron simulator (#531)Lex Neva
2018-09-16remove obselete 'fake color change' codeLex Neva
2018-09-15use faster algorithm for tiesLex Neva
2018-08-21autopep8Lex 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-28fix STOP handlingLex Neva
Apparently STOP codes (a.k.a. color changes) should be by themselves, not attached to another stitch. To add a STOP code at a given stitch, we should clone the stitch and then set the STOP command on the new stitch.
2018-05-01refactor everything out of lib/__init__.pyLex Neva