diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-05-12 20:19:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-12 20:19:22 +0200 |
| commit | af8b83219172e643da7e3b4c8f0a4bb70927ce50 (patch) | |
| tree | 44dee88cc21a15889e67adc1ad94b78583cef6be /lib | |
| parent | 82af2d3078cc416cac99d9fb69c684fb61aaba54 (diff) | |
lpe satin: increase fuse value (#2896)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/extensions/stroke_to_lpe_satin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/stroke_to_lpe_satin.py b/lib/extensions/stroke_to_lpe_satin.py index 96cab4e9..3f6e87a2 100644 --- a/lib/extensions/stroke_to_lpe_satin.py +++ b/lib/extensions/stroke_to_lpe_satin.py @@ -94,7 +94,7 @@ class StrokeToLpeSatin(InkstitchExtension): 'prop_units': "false", 'vertical_pattern': "false", 'hide_knot': "false", - 'fuse_tolerance': "0.02", + 'fuse_tolerance': "0.2", 'pattern-nodetypes': pattern_node_type}) # add the path effect element to the defs section self.svg.defs.add(lpe) |
