From 55166bdeddcd13e1f9f4ee1bd5718884e20d5777 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 27 Apr 2016 23:12:37 -0400 Subject: 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 --- embroider_params.py | 1 + 1 file changed, 1 insertion(+) (limited to 'embroider_params.py') 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", ] -- cgit v1.2.3