summaryrefslogtreecommitdiff
path: root/lib/elements/marker.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-26 07:10:40 +0100
committerGitHub <noreply@github.com>2024-03-26 07:10:40 +0100
commit8e70f3d2feaab8a14f775a5ef84002bdab9688f0 (patch)
treef34d46ead8eb8d15317dc98de4113ccaf8acd0e9 /lib/elements/marker.py
parentea394f6d3b7de3bc0818b6a9921f64e8bcbc4fbf (diff)
Add object based min stitch length (#2792)
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
Diffstat (limited to 'lib/elements/marker.py')
-rw-r--r--lib/elements/marker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/marker.py b/lib/elements/marker.py
index 574ce91e..7085d31f 100644
--- a/lib/elements/marker.py
+++ b/lib/elements/marker.py
@@ -28,5 +28,5 @@ class MarkerObject(EmbroideryElement):
repr_point = next(inkex.Path(self.parse_path()).end_points)
yield MarkerWarning(repr_point)
- def to_stitch_groups(self, last_patch):
+ def to_stitch_groups(self, last_stitch_group):
return []