-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optimization by --linemerge #34
Comments
(Note: the Axidraw isn't at all affected by spurious points -- I'm surprised it's the case for other plotters.) |
Have I understood this correctly, linemerge will produce a 3- point line (start , mean, end), and linesimplify will remove the mean point and produce a 2-point line ( start and end)? |
On second look, I'm seeing issues with This is what happens now:
Side note: while looking into that, I got confused with what happens inside the windows, until I realised that there are overlapping lines there. Is that on purpose? |
yes the double lines are wanted. I just tried out the new version and it is perfect. Thanks, this is going to be very helpfull |
When using --linemerge to connect multiple line segments to one single line, the output still contains the old line nodes, and the result is one line, but with multiple nodes. when plotting a line like this the plotter slows down and speed up for each node and the result is a kind of 'ghost' line in the plot. Is it possible to output a mergerd line as a single line between a start and end node, creating the longest possibe single straight line?
linetest.zip
The text was updated successfully, but these errors were encountered: