Fix SD_FINISHED_RELEASECOMMAND bug
Fixes #17401 bug that was introduced in 8f26c3a
This commit is contained in:
@ -1601,8 +1601,8 @@ void Planner::quick_stop() {
|
||||
clear_block_buffer_runtime();
|
||||
#endif
|
||||
|
||||
// Make sure to drop any attempt of queuing moves for at least 1 second
|
||||
cleaning_buffer_counter = 1000;
|
||||
// Make sure to drop any attempt of queuing moves for 1 second
|
||||
cleaning_buffer_counter = TEMP_TIMER_FREQUENCY;
|
||||
|
||||
// Reenable Stepper ISR
|
||||
if (was_enabled) stepper.wake_up();
|
||||
|
Reference in New Issue
Block a user