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 failed #13171

Open
1 of 2 tasks
elizabethtsds opened this issue Aug 31, 2022 · 3 comments
Open
1 of 2 tasks

Slicing failed #13171

elizabethtsds opened this issue Aug 31, 2022 · 3 comments
Labels
Sentry 🏰 Confirmed crash logged in Sentry Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach Type: Bug The code does not produce the intended behavior.

Comments

@elizabethtsds
Copy link

Application Version

5.1

Platform

Windows 10

Printer

Ultimaker S5

Reproduction steps

Inserted 3d model to print, sliced and it showed an error

Actual results

stops

Expected results

Sent me to this page

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

UMS5_vaults test.zip

@elizabethtsds elizabethtsds added Status: Triage This ticket requires input from someone of the Cura team Type: Bug The code does not produce the intended behavior. labels Aug 31, 2022
@GregValiant GregValiant added Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach and removed Status: Triage This ticket requires input from someone of the Cura team labels Aug 31, 2022
@GregValiant
Copy link
Collaborator

Thanks for the report.
As a workaround you can set the Layer Height to .11. I got it to slice that way. (I left the model vertical.)
Someone from the Cura team will take a close look. I believe this behavior is being worked on by the Cura Team.

@Piezoid
Copy link
Contributor

Piezoid commented Aug 31, 2022

For developers: This dereferences a null pointer in SkeletalTrapezoidationGraph::collapseSmallEdges at quad_end->twin->twin = quad_start->twin;, because quad_end->twin = nullptr.
Increasing the integer precision from 1 µm to 0.1 µm allows the model to slice:
image

@jellespijker
Copy link
Member

Thank you for reporting this issue, I can confirm that the project file still crashes with our latest internal build 5.7.0-alpha.0+3abb55 . For internal reference the crash is logged crash under Sentry issue:
CURAENGINE-1P

@jellespijker jellespijker added Sentry 🏰 Confirmed crash logged in Sentry and removed Status: Under Investigation The issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion. labels Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sentry 🏰 Confirmed crash logged in Sentry Slicing Error 💥 A crash is caused by a model or a user interaction. This needs a differnt troubleshooting approach Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

4 participants