summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-10-15scale markers as well (#1839)Kaalleen
2022-10-15Fix stop command (#1841)Kaalleen
2022-10-08fix closed-loop problem in wx simulatorGeorge Steel
2022-07-14Some updates for small issues in v2.2.0 (#1721)Kaalleen
* * autorun - underpath tolerance * save pdf file format * fill no geoms error for linestring * to satin: do not fail on mixed element list
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-07-04Ignore invalid palettes (#1718)Kaalleen
2022-06-30Fixes (#1703)Kaalleen
* guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon 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
2022-06-24Add short stitch feature to satin column (#1695)Kaalleen
2022-06-22guided fill stagger (#1700)Lex Neva
2022-06-22add running stitch tolerance param (#1701)Lex Neva
2022-06-22Option to drop short stitches (#1693)Kaalleen
2022-06-21Fill: make valid (#1697)Kaalleen
2022-06-21Undo stitch plan preview and density map (#1687)Kaalleen
2022-06-21Better marker recognition (#1694)Kaalleen
2022-06-10autorun: keep attribs of original elements (#1682)Kaalleen
2022-06-10Guided ripple stitch (#1675)Kaalleen
Co-authored-by: @lexelby
2022-06-10Satin center walk underlay repeats (#1671)Kaalleen
2022-06-06autorun keep all attributes (also the ripple attribs)Kaalleen
2022-05-24Add ripple stitch feature (#1667)Kaalleen
2022-05-20empty_d shape property (#1666)Kaalleen
2022-05-20Merge pull request #1548 from inkstitch/feature_guided_fillLex Neva
Feature guided fill
2022-05-20prevent adding commands to empty d objects (#1658)Kaalleen
2022-05-20Use path instead of points for polyline elements (#1661)Kaalleen
* use polyline-path instead of points * handle empty polylines
2022-05-19avoid simple satin division by zero errorKaalleen
2022-05-18Auto route for running stitch (#1638)Kaalleen
* add auto route for running stitch * introduce free motion commands Co-authored-by: Lex Neva <github.com@lexneva.name>
2022-05-17geoms: an other oneKaalleen
2022-05-17* flip option only for legacyfillKaalleen
* rename autofill underlay to fill underlay * remove unused dependency
2022-05-07default to 'inner to outer'Lex Neva
2022-05-07undo aggressive line wrappingLex Neva
2022-05-06remove constantsLex Neva
2022-05-06shapely geoms fixesLex Neva
2022-05-06best-effort rather than throwing exceptionLex Neva
2022-05-05tangential->contour, fix legacy, remove unused paramsLex Neva
2022-05-04bugfixLex Neva
2022-05-04rebase correctionsKaalleen
2022-05-04undo build changes for depq, update cloneKaalleen
2022-05-04refactor, tidy, and C901 fixesLex Neva
2022-05-04wipLex Neva
2022-05-04add double (fermat) spiralLex Neva
2022-05-04add clockwise optionLex Neva
2022-05-04fix start position in single spiralLex Neva
2022-05-04add avoid_self_Crossing optionLex Neva
2022-05-04fix more shapely deprecationsLex Neva
2022-05-04remove sample_linestring and point_transferLex Neva
2022-05-04use running_stitch instead for guided fillLex Neva
2022-05-04fix some shapelydeprecationsLex Neva
2022-05-04simpler, faster inner-to-outer algoLex Neva
2022-05-04just go one directionLex Neva
2022-05-044x speedup and simpler codeLex Neva