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

bed_mesh: Implement adaptive bed mesh #6461

Merged
merged 1 commit into from
Jan 26, 2024

Commits on Jan 22, 2024

  1. bed_mesh: Implement adaptive bed mesh

    Adaptive bed mesh allows the bed mesh algorithm
    to probe only the area of the bed that is being
    used by the current print.
    
    It uses [exclude_objects] to get a list of the
    printed objects and their area on the bed. It,
    then, modifies the bed mesh parameters so only
    the area used by the objects is measured.
    
    Adaptive bed mesh works on both cartesian and
    delta kinematics printers. On Delta printers,
    the algorithm, adjusts the origin point and
    radius in order to translate the area of the
    bed being probe.
    
    Signed-off-by: Mitko Haralanov <[email protected]>
    Signed off-by: Kyle Hansen <[email protected]>
    voidtrance committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7b9349e View commit details
    Browse the repository at this point in the history