-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
SuperSlicer Locks up, CPU goes to 100% #2664
Comments
It's not really stuck, it just takes a very very long time. One simple solution is to revert the resolution field to its default value of 0.0125 to prevent the humongous amount of points to stall the slicing. |
Thanks for the tip on the resolution, appreciated, I can slice now :-).
Cancel did not work for me so I assumed it was stuck.
…On Fri, 8 Apr 2022 at 17:37, Merill ***@***.***> wrote:
It's not really stuck, it just takes a very very long time.
The problem lie in the shape & the algo for gapfill. The shape makes hte
current algo to be on its worst-case scenario, and the spiral creates a
very high amount of points/paths.
One simple solution is to revert the resolution field to its default value
of 0.0125 to prevent the humongous amount of points to stall the slicing.
—
Reply to this email directly, view it on GitHub
<#2664 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACDSW4E7S3TTZ4BECTSGIGTVD746NANCNFSM5S34OVEA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The cancel is check before & after that step, as it should be computed quickly. |
Version
2.3.57.11
Operating system type + version
Windows 10
Behavior
Superslicer locks up when trying to slice, CPU goes to 100%.
SpringFlat_Soft_v3.3.3mf.zip
The text was updated successfully, but these errors were encountered: