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

Support for ldc1612 eddy current probes #6536

Merged
merged 11 commits into from
Apr 9, 2024
Merged

Commits on Apr 9, 2024

  1. mcu: Separate trdispatch handling from MCU_endstop class

    Create a new TriggerDispatch class to track the low-level handling of
    the trdispatch mechanism.
    
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fa5fa74 View commit details
    Browse the repository at this point in the history
  2. probe: Add a probing_move() wrapper to low-level mcu_probe class

    This allows the low-level probe class more control on the probing
    implementation.
    
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    acdf8bb View commit details
    Browse the repository at this point in the history
  3. sensor_ldc1612: Initial support for bulk reading ldc1612 sensor

    Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b8f1df3 View commit details
    Browse the repository at this point in the history
  4. ldc1612: Initial host support for reading ldc1612 bulk sensor data

    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    da2b258 View commit details
    Browse the repository at this point in the history
  5. ldc1612: Add LDC_CALIBRATE_DRIVE_CURRENT calibration command

    Add a command to calibrate the sensor DRIVE_CURRENT0 register.
    
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d84fc43 View commit details
    Browse the repository at this point in the history
  6. probe_eddy_current: Support calibrating Z height to sensor frequency

    Add a calibration tool that can be used to correlate sensor frequency
    to bed Z height.
    
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b0d90fd View commit details
    Browse the repository at this point in the history
  7. probe_eddy_current: Initial support for PROBE command

    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    13b2926 View commit details
    Browse the repository at this point in the history
  8. probe_eddy_current: Use sensor value at halt position for "trigger" p…

    …osition
    
    Calculate the sensor Z position after the probe halts and return that
    as the "probed position".  This sensor position provides a more
    accurate measurement.
    
    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    28281c5 View commit details
    Browse the repository at this point in the history
  9. docs: Add documentation for probe_eddy_current

    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    30e0fdd View commit details
    Browse the repository at this point in the history
  10. docs: Add a new Eddy_Probe.md document

    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b098972 View commit details
    Browse the repository at this point in the history
  11. motan: Add support for graphing ldc1612 coil frequencies

    Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
    KevinOConnor committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a8b493a View commit details
    Browse the repository at this point in the history