Skip to content
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

Plugin: optimize polylines/other segments #1847

Open
1 task
KTibow opened this issue Nov 23, 2023 · 0 comments · May be fixed by #1848
Open
1 task

Plugin: optimize polylines/other segments #1847

KTibow opened this issue Nov 23, 2023 · 0 comments · May be fixed by #1848

Comments

@KTibow
Copy link
Contributor

KTibow commented Nov 23, 2023

This could be added to convertPaths or made into a new plugin

Describe what the plugin should do
Paths can often be optimized by changing their direction.
Base path: M16 14v-2H8v2Z (14b)
Optimized by changing the start: M8 14h8v-2H8Z (13b)
Optimized by reversing direction and changing the start: M8 12h8v2H8z (12b)

Actually this might be a duplicate of #78 but keep in mind that other factors can influence it, like converting to absolute
Implementation

  • Are you volunteering to work on this plugin?
    I will try but I might not manage to make something that works properly - this would require somehow separating each segment, trying out each possibility, and converting to mixed.
@KTibow KTibow linked a pull request Nov 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant