summaryrefslogtreecommitdiff
path: root/lib/stitches
AgeCommit message (Collapse)Author
2023-07-04avoid error message on small contour fill with single or double spiral (#2403)Kaalleen
2023-07-01fix guided and circular fillKaalleen
2023-07-01ensure PointsLex Neva
2023-07-01remove debug timing in frequently-run functionsLex Neva
2023-07-01smooth underpathsLex Neva
2023-07-01slightly less edge avoidanceLex Neva
2023-07-01avoid travel stitches outside shapeLex Neva
2023-06-11fid guided fillGeorge Steel
2023-06-05fix circular fill (#2350)Kaalleen
2023-06-04fix #2335 (#2336)Kaalleen
2023-05-28suppress annoying shapely warningLex Neva
2023-05-28fix "skip last stitch in each row"Lex Neva
2023-05-26Possible fix for parallel offset in guided fill for macOS (#2321)Kaalleen
* fix parallel offset in guided fill for macOS * ripple grid start position * circular ripple grid
2023-05-19ripple: apply stitch length and stagger to gridKaalleen
2023-05-17ripple stitch grid starting pointKaalleen
2023-05-14ripple: ensure min line countKaalleen
2023-05-14ripple: line countKaalleen
2023-05-13* move all gradient methods to extensionKaalleen
* add underlay to single color elements to compensate density
2023-05-13ripple constant end positionKaalleen
2023-05-10circular fill bean: ignore travel stitches (#2281)Kaalleen
2023-05-06Avoid duplicated points in make_spiral (#2268)Kaalleen
* avoid duplicated points in make_spiral * circular fill: add end_row_spacing, repeats and bean repeats * fix circular fill if original shape is a circle
2023-04-30fix irregular bean stitch start (#2257)Kaalleen
2023-04-27Ripple stitch: add density and stagger option (#2206)Kaalleen
2023-04-24Add bean stitch and repeat options to meander fill (#2232)Kaalleen
2023-04-03add meander angleLex Neva
2023-04-02add clip optionLex Neva
2023-04-02meander fixesLex Neva
2023-03-16Auto route satin: apply path effects (#2145)Kaalleen
2023-03-09Various fixes (#2125)Kaalleen
* add unit info to scale value in ripple stitch * fix apply threadlist with empty description * fix satin type ripple with unequal nodes * fix legacy auto_fill conversion * inform about too small meander shapes
2023-03-08fix satin guided ripple (#2124)Kaalleen
2023-03-07meander: pick ending point far from starting point (#2095)Lex Neva
2023-02-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-27Circular fill (#2053)Kaalleen
2023-02-20add tiles json and internationalizationLex Neva
2023-02-20avoid NetworkXNoPath error by connecting graphLex Neva
2023-02-20better smoothing algorithmLex Neva
2023-02-20remove buffer conceptLex Neva
2023-02-20make meander interruptibleLex Neva
2023-02-20add lambda unwrapping to debugLex Neva
2023-02-20wipLex Neva
2023-02-20meander fill: more workLex Neva
2023-02-20use snake caseLex Neva
per python coding standard
2023-02-20meander fill: initial versionLex Neva
2023-02-20add smoothness option for contour fillLex Neva
2023-02-16add more check_stop_flag() callsLex Neva
2023-02-16make simulator threads pre-emptibleLex Neva
2023-02-08avoid topological error for contour fill (#1966)Kaalleen
2023-01-29fix commentGeorge Steel
2023-01-29tidy path_to_curvesGeorge Steel
2023-01-28add minimum length check to path_to_curves and add commentsGeorge Steel