diff options
| author | Lex Neva <github@lexneva.name> | 2016-04-27 23:12:37 -0400 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-04-27 23:21:17 -0400 |
| commit | 55166bdeddcd13e1f9f4ee1bd5718884e20d5777 (patch) | |
| tree | 8b38ddc37102ddafd634932ecfd7090986491568 /embroider_params.py | |
| parent | b115c7831ae4453613d3ba4599863dae7dc22eb0 (diff) | |
a bunch of features and fixes
* added "flip" option for fills to start stitching in upper left rather than right
* line up rows in abutting fills properly
* handle intersect_with_grating intersection result that is a line or single point (skip row)
* skip endpoint marker tags in SVG files (subtags look like paths)
* dashed stroke indicates running stitch (<=0.5 width still works but is deprecated)
* in running stitches, add a stitch at apex of sharp corners
Diffstat (limited to 'embroider_params.py')
| -rw-r--r-- | embroider_params.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embroider_params.py b/embroider_params.py index 8b9e376a..e7ac24c4 100644 --- a/embroider_params.py +++ b/embroider_params.py @@ -22,6 +22,7 @@ class EmbroiderParams(inkex.Effect): "repeats", "angle", "hatching", + "flip", "satin_column", "stroke_first", ] |
