added dutyCycle to menuManualControl
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ void MoveControl::emergencyStop() {
|
||||
}
|
||||
|
||||
void MoveControl::setSpeed(double speed) {
|
||||
if (speed < 0.1 && speed > -0.1) {
|
||||
if (speed < 0.2 && speed > -0.2) {
|
||||
this->x_speed = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user