Add files via upload

This commit is contained in:
isaac879
2020-09-01 01:45:54 +01:00
committed by GitHub
parent fcad16b2c7
commit 44ca2b2034
3 changed files with 7 additions and 25 deletions
@@ -884,7 +884,7 @@ void interpolateTargetPoint(FloatCoordinate targetPoint, int repeat){ //The firs
printi(F("Not enough keyframes recorded\n"));
return; //check there are posions to move to
}
float sliderStartPos = sliderStepsToMillimetres(keyframe_array[0].sliderStepCount); //slider start position
float sliderEndPos = sliderStepsToMillimetres(keyframe_array[1].sliderStepCount);
float panAngle = 0;