diff options
| author | Momo <reni@allenka.de> | 2019-07-10 08:08:39 +0200 |
|---|---|---|
| committer | Momo <reni@allenka.de> | 2019-07-10 08:08:39 +0200 |
| commit | 7ce4387ff6f8d4302ff374921d0b93b7b491b9a5 (patch) | |
| tree | 3ad05a4b44f5bd5804bc9a10e590eddc9be3bed4 /lib/extensions | |
| parent | cff12ce18ff94a4d7b779b3c7063eb6b82afa526 (diff) | |
trim >= 3 jumps
Diffstat (limited to 'lib/extensions')
| -rw-r--r-- | lib/extensions/input.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/input.py b/lib/extensions/input.py index 03148832..a82cdfca 100644 --- a/lib/extensions/input.py +++ b/lib/extensions/input.py @@ -13,7 +13,7 @@ class Input(object): def affect(self, args): embroidery_file = args[0] pattern = pyembroidery.read(embroidery_file) - pattern = pattern.get_pattern_interpolate_trim(2) + pattern = pattern.get_pattern_interpolate_trim(3) stitch_plan = StitchPlan() color_block = None |
