hwSanity: Disable the steppers after test

flash: -44
RAM: 0
pull/225/head
Alex Voinea 2022-10-20 22:26:13 +02:00
parent 709b616948
commit 3b85df297e
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ bool HWSanity::StepInner() {
test_step++;
} else {
// This pass is complete. Move on to the next motor or cleanup.
driver.SetEnabled(params, false);
driver.SetBridgeOutput(params, true);
test_step = 0;
state = next_state;