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

Division by zero when changing infill density #3617

Closed
gege2b opened this issue Dec 14, 2016 · 3 comments
Closed

Division by zero when changing infill density #3617

gege2b opened this issue Dec 14, 2016 · 3 comments

Comments

@gege2b
Copy link
Contributor

gege2b commented Dec 14, 2016

Version

current dev (as of 3a3b24e )

Operating system type + version

Debian 8.6 x64

Behavior

It's an issue pretty similar to #3589 except one thing : I don't have to switch to 3D preview for Slic3r to hangs.

All I do is load the STL (witch have some errors but I don't think it's the problem here), let the background slicing to complete and simply change infill % from default 20 to 25% (or 30 or 15 or whatever). It hangs instantly.
weirdly, if I simply change the type of infill it doesn't hangs

So, right now, I just can't change the infill %

Anyway If I change the infill density with empty plater AND THEN load a model, it's all right.

(note : the four folowing lines may vary or simply vanish. The last is always here.)
  Unable to close this loop having 26 points
  Unable to close this loop having 167 points
  Unable to close this loop having 1 points
  Unable to close this loop having 4 points
Illegal division by zero at /home/gege/3Dprint/Slic3r/lib/Slic3r/GUI/3DScene.pm line 379.

STL/Config (.ZIP) where problem occurs

STL : http://www.thingiverse.com/thing:1727943 (my daugher loves Skye ^_^ ) in this case. But I also tried with other error-free STLs with same results
Default config

####Note : Maybe this is the same issue than the one mentioned above, but it appears when doing something else, that's why I opened a new issue. Don't hesitate to close it if it was unnecessary

@gege2b gege2b changed the title Division by zero Division by zero when changing infill density Dec 14, 2016
@lordofhyphens
Copy link
Member

lordofhyphens commented Dec 14, 2016 via email

@gege2b
Copy link
Contributor Author

gege2b commented Dec 15, 2016

Yeah, that's why I tested other STL witch are manifold (no error and already printed in the past)

OK, so except for the non manifold and the "loop" errors witch are unrelated, I still get the division by zero error.

I'll close this issue as it's a duplicate of #3589 (possibly fixed by #3591 I guess) , feel free to reopen it if needed for any reason

@gege2b gege2b closed this as completed Dec 15, 2016
@gege2b
Copy link
Contributor Author

gege2b commented Dec 18, 2016

Allright, problem gone since #3591 has been merged :)

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

No branches or pull requests

2 participants