diff --git a/src/Helper_Functions.cpp b/src/Helper_Functions.cpp index 7291992..c3ee5d8 100644 --- a/src/Helper_Functions.cpp +++ b/src/Helper_Functions.cpp @@ -232,12 +232,14 @@ void moveOneStep() { while (g_pStepperPen->isRunning() || g_pStepperRotate->isRunning()) ; + Log("moveOneStep done"); } void moveToDestination() { while (g_pStepperPen->isRunning() || g_pStepperRotate->isRunning()) ; + Log("moveToDestination done"); } void setprgButtonState()