We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98e0f5 commit f0d1657Copy full SHA for f0d1657
src/Stepper.cpp
@@ -378,7 +378,7 @@ void Stepper::stepMotor(int thisStep)
378
379
/*
380
* Allow powering down all coils after stepping,
381
- * to reduce heat, power and allow manuall rotation.
+ * to reduce heat, power and allow manual rotation.
382
*/
383
void Stepper::idelAfterStep(bool idle)
384
{
src/Stepper.h
@@ -96,7 +96,7 @@ class Stepper {
96
// mover method:
97
void step(int number_of_steps);
98
99
- // Power down all coils after stepping, to reduce heat, power and allow manuall rotation.
+ // Power down all coils after stepping, to reduce heat, power and allow manual rotation.
100
void idelAfterStep(bool idle);
101
102
int version(void);
0 commit comments