It happens if Dynamic Content for the notebook is enabled, so Manipulate
starts working on load to present a picture, but
points1 = Table[<snip>, {i,70},{j,70}]
remains unevaluated, as the error message says. It can be fixed be putting
points1 = Table[<snip>, {i,70},{j,70}]
into a separate Initialization cell or by disabling Dynamic Content, of course.