summaryrefslogtreecommitdiff
path: root/lib/stitches/ripple_stitch.py
AgeCommit message (Collapse)Author
2023-03-08fix satin guided ripple (#2124)Kaalleen
2023-02-16add more check_stop_flag() callsLex Neva
2022-12-26use random oracle for randomized satin columns and redo split stitchesGeorge Steel
2022-11-27fix ripples plot_points_on_railsKaalleen
2022-11-17Make pull-compensation and insets per-sideGeorge Steel
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-22add running stitch tolerance param (#1701)Lex Neva
2022-06-10Guided ripple stitch (#1675)Kaalleen
Co-authored-by: @lexelby
2022-05-24Add ripple stitch feature (#1667)Kaalleen