summaryrefslogtreecommitdiff
path: root/lib/output.py
AgeCommit message (Collapse)Author
2022-07-08linux scipy/linalg libraries: ELF (#1714)Kaalleen
* do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva
2022-06-24Update pyembroidery (#1683)Kaalleen
Embroidery formats (read) .hus: Husqvarna Embroidery Format .zhs: Zeng Hsing Embroidery Format Color formats (read & write) .col : Color format. .edr : Color format. .inf : Color format. Stitch formats (read & write) .pmv : Brother Stitch Format. Image (write) .png : Portable Network Graphic (line art) G-Code The export file format is not .txt anymore but .gcode Bug fixes
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>
2019-11-14Fix Default Origin Position (#576)Kaalleen
fix default origin position
2019-08-10allow unicode filenames againLex Neva
2019-07-02unicode exportKaalleen
2018-12-30don't crash on a design with no stitchesLex Neva
2018-12-22print error message correctlyLex Neva
2018-10-20add g-code output format (#336)Lex Neva
2018-09-12Merge remote-tracking branch 'origin/master' into lexelby/bug-fixesLex Neva
2018-09-01fix missing importsLex Neva
2018-09-01useful error message when writing embroidery file fails (fixes #279)Lex Neva
2018-08-27show command name in simulator (STITCH, JUMP, etc)Lex Neva
2018-08-24style fixesLex Neva
2018-08-24implement stop positionLex Neva
2018-08-24add origin command and remove guides methodLex Neva
2018-08-21autopep8Lex Neva
2018-07-25update input extension for pyembroideryLex Neva
2018-07-25adjust stitch plan code for pyembroideryLex Neva
2018-07-25switch to pyembroidery for file generationLex Neva
2018-05-28don't do ties around the fake color change of a "STOP after"Lex Neva
2018-05-11missing import when saving with origin axes setLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva