1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 02:21:46 +02:00

Wrong logic sense in StandardStepper::unstep()

This commit is contained in:
Mitch Bradley
2021-05-27 11:03:05 -10:00
parent 6da2c699ff
commit f7b4abd8d2

View File

@@ -115,7 +115,7 @@ namespace Motors {
}
void StandardStepper::unstep() {
if (_use_rmt_steps) {
if (!_use_rmt_steps) {
_step_pin.off();
}
}