Merge pull request #225 from leptun/hwSanity_disable_steppers_after_test
hwSanity: Disable the steppers after testpull/231/head
commit
09d3527f90
|
|
@ -131,6 +131,7 @@ bool HWSanity::StepInner() {
|
||||||
test_step++;
|
test_step++;
|
||||||
} else {
|
} else {
|
||||||
// This pass is complete. Move on to the next motor or cleanup.
|
// This pass is complete. Move on to the next motor or cleanup.
|
||||||
|
driver.SetEnabled(params, false);
|
||||||
driver.SetBridgeOutput(params, true);
|
driver.SetBridgeOutput(params, true);
|
||||||
test_step = 0;
|
test_step = 0;
|
||||||
state = next_state;
|
state = next_state;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue