0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-06-28 09:50:38 +00:00

Use block cleaning instead of split flag

This commit is contained in:
Scott Lahteine 2017-12-06 12:44:44 -06:00
parent d163c4b530
commit 840289e7cc
4 changed files with 2 additions and 6 deletions
Marlin/src/module

View file

@ -1250,6 +1250,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() {