You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when one of the wheels change width, the last wheel is moved down to its own line. This is due to a rounding issue, most likely, because setting totalw = 1 (instead of totalw=0) in function position() fixes the problem.