reset position after test raw.
[clinton/Smoothieware.git] / src / libs / StepperMotor.cpp
index 74bfa9b..236ce25 100644 (file)
@@ -87,6 +87,8 @@ int32_t StepperMotor::steps_to_target(float target)
 }
 
 // Does a manual step pulse, used for direct encoder control of a stepper
+// NOTE this is experimental and may change and/or be reomved in the future, it is an unsupported feature.
+// use at your own risk
 void StepperMotor::manual_step(bool dir)
 {
     if(!is_enabled()) enable(true);