diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-01-02 19:22:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-01-03 18:17:43 -0500 |
commit | b26922978a1b7d0994e90572dcec6af120987b82 (patch) | |
tree | e4e2695a13269c5becd67886f2eb33777a73ab42 /docs/Todo.md | |
parent | 5a5bd2596a289240b2eada8a3ab2cc6f65ef8006 (diff) | |
download | kutter-b26922978a1b7d0994e90572dcec6af120987b82.tar.gz kutter-b26922978a1b7d0994e90572dcec6af120987b82.tar.xz kutter-b26922978a1b7d0994e90572dcec6af120987b82.zip |
extruder: Do sanity checks on extrusion rates
Add a run-time check to ensure the incoming g-code doesn't have a
ridiculously large e move.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Todo.md')
-rw-r--r-- | docs/Todo.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 71c68c3f..e16196e1 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -58,10 +58,6 @@ Safety features can be useful to detect a sensor failure (eg, thermistor short) that could otherwise cause the PID to command excessive heating. -* Possibly implement host based checking on the ratio between extrude - amount and head movement. - * Enforce acceleration and speed limits on extruder stepper motor. - Testing features ================ |