Servo speed control is not precise.

In that program you are still not printing the actual values used with servo1.writeMicroseconds()

Calculate the value and print it before using it in servo.writeMicroseconds()

...R