summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/element_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/element_info.py b/lib/extensions/element_info.py
index 06acbb16..ed879f43 100644
--- a/lib/extensions/element_info.py
+++ b/lib/extensions/element_info.py
@@ -40,7 +40,7 @@ class ElementInfo(InkstitchExtension):
app.MainLoop()
def _element_info(self, element, previous_stitch_group, next_element):
- stitch_groups = element.to_stitch_groups(previous_stitch_group)
+ stitch_groups = element.embroider(previous_stitch_group, next_element)
stitch_plan = stitch_groups_to_stitch_plan(
stitch_groups,
collapse_len=self.metadata['collapse_len_mm'],