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

The current shortest path sorting algorithm is not optimal #406

Open
lianzaozi opened this issue Jun 3, 2024 · 3 comments
Open

The current shortest path sorting algorithm is not optimal #406

lianzaozi opened this issue Jun 3, 2024 · 3 comments
Labels

Comments

@lianzaozi
Copy link

The current shortest path sorting algorithm is not optimal

Plotter software sorting results
2

Sorting results from other software
1

Test files

666.zip

@lianzaozi lianzaozi added the bug label Jun 3, 2024
@svenhb
Copy link
Owner

svenhb commented Jun 3, 2024

It depends on the start-point. In the current version, sorting starts with most upper-left object (always).
In the next version (not released yet) you can decide where to start:
image

@svenhb
Copy link
Owner

svenhb commented Jun 3, 2024

Result with new option - start at lower-left edge:
image
image

@lianzaozi
Copy link
Author

Thank you for your reply. I appreciate your hard work and look forward to the sorting effect in the next version.
Can you add a line of information below to list the total length of the empty movement path and the total length of the machining path.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants