diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-04-12 15:54:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-04-18 14:32:23 -0400 |
commit | 6202a0f3bcf98b839f188a49609a49570b8340d2 (patch) | |
tree | e4473baa831155cb9aaacbefd74c0c4f530bfe4b /klippy/extras | |
parent | 413ff19ea8e0e5e09c0233225ffa8ad07b1233d6 (diff) | |
download | kutter-6202a0f3bcf98b839f188a49609a49570b8340d2.tar.gz kutter-6202a0f3bcf98b839f188a49609a49570b8340d2.tar.xz kutter-6202a0f3bcf98b839f188a49609a49570b8340d2.zip |
toolhead: Avoid LookAheadQueue calling back into toolhead class
Avoid lookahead.flush() calling back into toolhead._process_moves().
Instead, rename toolhead._process_moves() to
toolhead._process_lookahead(), have it call lookahead.flush(), and
consistently use it when flushing the lookahead queue.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/extras')
0 files changed, 0 insertions, 0 deletions