So this isn't an exact logarithmic spiral but it captures the idea
The equation for exponential-style spirals is
$$r = ae^{b\theta}$$
What that means is that if we consider the angles $\theta, \theta + k$ then
$$\frac{r(\theta + k)}{r(\theta)} = e^{bk}$$
Which means the ratio of the radiuses is a constant for fixed difference between the angle.
So as an example lets say you had your radius at 1 cm and you draw a point. Now if you tilt your router by a slight angle (say 1/3 of a degree or something else thats tiny) the appropriate radius would be just a multiple of 1 cm by a fixed constant. You can move like this plotting points and simply extending the length of the router by multiplying its current length by that fixed constant, then measuring it up with a ruler.
note that for any triplet of 3 points there exists a circle that passes through them so you can use circular arcs between sets of 3 points to connect them (or if the points are close enough just connect every pair with a plain old line made by ruler)
- How much should I increase the radius by every degree I rotate the stick?, something like that.
– Artemix Aug 01 '14 at 05:22