some adjustments to stepper control mechanism

This commit is contained in:
2019-05-28 18:39:53 +03:00
parent 3ce647b2ab
commit 8b067426a1
4 changed files with 30 additions and 15 deletions

View File

@@ -21,12 +21,10 @@ Stepper servoStepper(28, 29, -STEPS_PER_REVOLUTION, X_LIMIT,
Pen pen(23, 100, 180);
float eggStepperDelay;
float servoStepperDelay;
unsigned int eggStepperDelay;
unsigned int servoStepperDelay;
float eggStepperRPM;
float servoStepperRPM;
bool needAdjust;
#endif