From f2344375df9364f33b957d46e9cea508e1b32c67 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 8 Feb 2023 14:46:43 -0500 Subject: clarify running stitch params for meander --- lib/elements/fill_stitch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/elements/fill_stitch.py') diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index 466e7efb..a0d89915 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -144,7 +144,7 @@ class FillStitch(EmbroideryElement): @param('smoothness_mm', _('Smoothness'), tooltip=_( 'Smooth the stitch path. Smoothness limits approximately how far the smoothed stitch path ' + - 'is allowed to deviate from the original path. Hint: a lower stitchc tolerance may be needed too.' + 'is allowed to deviate from the original path. Hint: a lower stitch tolerance may be needed too.' ), type='integer', unit='mm', @@ -404,7 +404,8 @@ class FillStitch(EmbroideryElement): @property @param('running_stitch_length_mm', _('Running stitch length (traversal between sections)'), - tooltip=_('Length of stitches around the outline of the fill region used when moving from section to section.'), + tooltip=_( + 'Length of stitches around the outline of the fill region used when moving from section to section. Also used for meander fill.'), unit='mm', type='float', default=1.5, -- cgit v1.2.3