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

Eddy #5

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Eddy #5

wants to merge 12 commits into from

Commits on Apr 9, 2024

  1. bed_mesh: optimize rapid travel paths

    This adds supplemental path generation that implements
    "overshoot" when a change of direction is performed
    during a rapid scan.  This overshoot reduces measurement
    error at the extremes of the mesh along the X axis.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7ca183a View commit details
    Browse the repository at this point in the history
  2. bed_mesh: add support for MESH_PPS param in BMC

    In addition, do not respond with generated points.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    157f88d View commit details
    Browse the repository at this point in the history
  3. bed_mesh: add BED_MESH_DUMP gcode command

    Dumps mesh data to a file.  Includes current probed and
    mesh values, saved profiles, current points, and travel paths.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b8386a4 View commit details
    Browse the repository at this point in the history
  4. graph-mesh: script for mesh visualization and analysis

    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1acd4d7 View commit details
    Browse the repository at this point in the history
  5. probe_eddy_current: implement surface scanning

    Add a ProbeScanHelper that samples points without lifting
    the tool, and optionally without stopping the tool.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f359e43 View commit details
    Browse the repository at this point in the history
  6. docs: update bed_mesh documentation

    Add documentation for surface scanning, the new
    BED_MESH_DUMP command and the graph-mesh.py script.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    41bfe88 View commit details
    Browse the repository at this point in the history
  7. ldc1612: test configurable data rate

    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1a394b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. mathutil: add 2d polynomial helpers

    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7e90880 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. temperature_probe: probe temperature sensor

    Add temperature sensor with thermal drift calibration.
    Currently only Eddy Current based probes support
    calibration.
    
    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    002371c View commit details
    Browse the repository at this point in the history
  2. probe_eddy_current: support thermal compensation

    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa9b763 View commit details
    Browse the repository at this point in the history
  3. docs: add initial temperature_probe documentation

    Signed-off-by:  Eric Callahan <[email protected]>
    Arksine committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9e0e625 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. probe_eddy_current: Allows calibration of eddy probe without home z-axis

    Signed-off-by: Alan.Ma from BigTreeTech [email protected]
    bigtreetech committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9574754 View commit details
    Browse the repository at this point in the history