Clean on trigger instead of split_first_move flag
This commit is contained in:
parent
f30b774f26
commit
3b30cc90f1
4 changed files with 2 additions and 6 deletions
|
|
@ -1255,6 +1255,7 @@ void Stepper::endstop_triggered(AxisEnum axis) {
|
|||
#endif // !COREXY && !COREXZ && !COREYZ
|
||||
|
||||
kill_current_block();
|
||||
cleaning_buffer_counter = -(BLOCK_BUFFER_SIZE - 1); // Ignore remaining blocks
|
||||
}
|
||||
|
||||
void Stepper::report_positions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue