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

Bridge infill threshold #3

Merged
merged 3 commits into from
Jun 28, 2020
Merged

Bridge infill threshold #3

merged 3 commits into from
Jun 28, 2020

Commits on Jun 10, 2020

  1. Add setting to control when bridge infill is used

    Adds bridge_infill_threshold setting to control when bridge infill is used. Bridge infill will be applied only if the average area of the voids between infill lines (computed from the infill density and infill extrusion width) is greater than the supplied threshold value.
    jschuh committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9de3c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a489f View commit details
    Browse the repository at this point in the history
  3. Cleanup and bug fixes

    Moved needs_bridge_over_infill() to LayerRegion and fixed two bugs I introduced when I extracted it from my local tree.
    jschuh committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5ab8950 View commit details
    Browse the repository at this point in the history