-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug fix] Fixes lightning infill with sparse infill width set to 0 causes "divide by zero" fatal error #3592
Conversation
…set to 0 causes "divide by zero" fatal error
@igiannakas e.g.: For reference see: |
Nice I didn’t know that!! |
@igiannakas You need to include the term So the line It has not to be the first line though. kind regards |
Ah silly me! Thank you! |
No problem. |
…ill-with-sparse-infill-width-set-to-0-causes-divide-by-zero-fatal-error
…parse-infill-width-set-to-0-causes-divide-by-zero-fatal-error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Thanks man!
Fixes #3567.
Firstly attempt to set it to the default line width. If that is not provided either, set it to a sane default based on the nozzle diameter.