Skip to content

Commit

Permalink
Merge pull request #506 from stklcode/fix/501-runout-threshold
Browse files Browse the repository at this point in the history
increase threshold for filament runout
  • Loading branch information
knutwurst authored Jan 7, 2024
2 parents f9164e3 + 2f19416 commit 48db317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,9 @@
// NOTE: After 'M412 H1' the host handles filament runout and this script does not apply.
#define FILAMENT_RUNOUT_SCRIPT "M600"

// More relaxed threshold to prevent false-positive triggers (default: 5)
#define FILAMENT_RUNOUT_THRESHOLD 20

// After a runout is detected, continue printing this length of filament
// before executing the runout script. Useful for a sensor at the end of
// a feed tube. Requires 4 bytes SRAM per sensor, plus 4 bytes overhead.
Expand Down

0 comments on commit 48db317

Please sign in to comment.