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:
@@ -115,7 +115,7 @@ namespace Motors {
|
||||
}
|
||||
|
||||
void StandardStepper::unstep() {
|
||||
if (_use_rmt_steps) {
|
||||
if (!_use_rmt_steps) {
|
||||
_step_pin.off();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user