TheJoshW / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
1 stars 0 forks source link

Runout triggered if disabled #5

Closed TheJoshW closed 3 years ago

TheJoshW commented 3 years ago

Expected outcome: When filament motion sensor is disabled, runout should not be detected. Actual outcome: When filament motion sensor is disabled, runout is detected. Suggested fix: add a check for sensor_enabled in _process_runout() and do not trigger runout/jam if sensor is not enabled.