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

filament_motion_sensor: Add time-based runout calculation #4540

Closed
wants to merge 5 commits into from

Commits on Jul 28, 2021

  1. filament_motion_sensor: Add time-based runout calculation

    Add optional time-based runout calculation to filament motion sensors.
    This is an alternate calculation method for detecting runout and jams
    and addresses problems that can occur with some motion sensors like the
    BTT sensor.
    
    Timeout mode is disabled by default.
    
    Signed-off-by: Mike Kershaw <dragorn@kismetwireless.net>
    dragorn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4ad6e38 View commit details
    Browse the repository at this point in the history
  2. filament_motion_sensor: Clean up line lengths

    Clean up line lengths to make the linter happy
    
    Signed-off-by: Mike Kershaw <dragorn@kismetwireless.net>
    dragorn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    013cc9f View commit details
    Browse the repository at this point in the history
  3. filament_motion_sensor: Remove trailing spaces

    Linter was unhappy with a space; removed.
    
    Signed-off-by: Mike Kershaw <dragorn@kismetwireless.net>
    dragorn committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f6b201a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. filament_motion_sensor: Fix startup state, add arm_seconds parameter

    Fix initial timing state to prevent false timing positives during
    the homing/heatup state.
    
    Add an optional parameter to delay arming of the filament sensor for
    a configurable time at the start of printing for sensors which still
    incorrectly trigger.
    
    Signed-off-by:  Mike Kershaw <dragorn@kismetwireless.net>
    dragorn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7f83c55 View commit details
    Browse the repository at this point in the history
  2. filament_motion_sensor: Appease linter

    Appease extremely picky linter about white space after commas
    
    Signed-off-by: Mike Kershaw <dragorn@kismetwireless.net>
    dragorn committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e1cfdd2 View commit details
    Browse the repository at this point in the history