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

Fix small area infill flow compensation (graph version) causing some lines to not extrude (#4374) #4399

Open
wants to merge 4 commits into
base: nightly_dev
Choose a base branch
from

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    fef68ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7cf96 View commit details
    Browse the repository at this point in the history
  3. Can disabled 4 other settings (instead of -1 value):

     * overhangs_bridge_threshold
     * overhangs_bridge_upper_layers
     * perimeters_hole
     * support_material_bottom_interface_layers
    supermerill committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    787415d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix range checks, other small improvements (prusa3d#4374)

    - Make the input range checks consistent with start_idx, end_idx of existing implementation
    - Make default extrusion factor 1.0f to prevent similar issues
    - Small readability improvements
    TheSlashEffect committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    95b2751 View commit details
    Browse the repository at this point in the history