04-28-2022, 11:15 AM
(04-28-2022, 05:30 AM)Ottia Tuota Wrote:(04-28-2022, 12:20 AM)teapot Wrote: The spacing is identical except in the one place. Is this expected behaviour? Thank you.
No. I shall look at this. Thanks for reporting.
I found the error. But it seems that I am unable to upload anything right now. I don't know the reason. So I cannot upload a new version of the plugin.
But you can fix it in some good editor (Notepad++) as follows. In the file replicate_path_along_path.py find line 1618:
Code:
distance = stroke_length-current_length,
and change it to
Code:
distance = leg_start,
Make sure that you do not change the indentation, otherwise the plugin will not be valid Python any more and will not run.