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

Slicing not progressing past "Generating perimeters: layer" #1824

Closed
Pockrandt opened this issue Nov 7, 2021 · 1 comment
Closed

Slicing not progressing past "Generating perimeters: layer" #1824

Pockrandt opened this issue Nov 7, 2021 · 1 comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@Pockrandt
Copy link

Describe the bug
When slicing the stl the slicer stops at "Generating perimeters: layer".
Everything is still usable until "cancel" button is pressed, it freezes.

plate

Problem is only with my profile because it contains "Reverse on odd".
As soon as the option is deactivated everything works again.

option

This might be one of those edge cases since other files are fine.

To Reproduce
Steps to reproduce the behavior:

  1. Open attached 3mf
  2. Slice file
  3. GUI still works
  4. Press cancel
  5. program freeze

Check

  1. task kill slicer
  2. open file again
  3. disable "Reverse on odd"
  4. slice successful

>> Project File <<

reverse_on_odd_issue.zip

Expected behavior
Slice successful with the option.

Desktop (please complete the following information):

  • OS: Linux 5.10.70-1-MANJARO x86_64 GNU/Linux
  • Version: 2.3.57.4
@supermerill supermerill added the bug Something isn't working as intended label Nov 7, 2021
@supermerill
Copy link
Owner

The problem was on the bridge detector, iterating on too many angles.
I've fixed the bug and used the opportunity to improve the pruning algo.

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Nov 7, 2021
supermerill added a commit that referenced this issue Nov 8, 2021
Reduce the number of angle to choose from
If two angle are too close, keep the one from the longest line.
#1824
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants