diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-02-08 14:46:43 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-20 15:27:55 -0500 |
| commit | f2344375df9364f33b957d46e9cea508e1b32c67 (patch) | |
| tree | c1dda808b8f626db262b29f593b5433301c005b1 /lib/elements/fill_stitch.py | |
| parent | 49d39d6169268ad81ec5ada19982c234b4657fd3 (diff) | |
clarify running stitch params for meander
Diffstat (limited to 'lib/elements/fill_stitch.py')
| -rw-r--r-- | lib/elements/fill_stitch.py | 5 |
1 files changed, 3 insertions, 2 deletions
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, |
