diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-07-17 21:29:44 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-25 21:17:58 -0400 |
| commit | 3cac91a1934de8d9a341f89e9f2fa2c4b7c41a29 (patch) | |
| tree | 435c30ce042652923766608febd6f6e73a75b816 /lib/output.py | |
| parent | d189f88050df2db19226f50c80b0304c7bd1bd28 (diff) | |
update input extension for pyembroidery
Diffstat (limited to 'lib/output.py')
| -rw-r--r-- | lib/output.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/output.py b/lib/output.py index 1c580f04..0d7f9918 100644 --- a/lib/output.py +++ b/lib/output.py @@ -7,13 +7,6 @@ from .utils import Point from .svg import PIXELS_PER_MM, get_doc_size, get_viewbox_transform -def add_thread(pattern, thread): - """Add a thread to a pattern and return the thread's index""" - - libembroidery.embPattern_addThread(pattern, thread) - - return libembroidery.embThreadList_count(pattern.threadList) - 1 - def get_command(stitch): if stitch.jump: return pyembroidery.JUMP |
