No, you don't see a problem in the stepMovePrint function, because there is none.
Then the while(tarstep > step) loop won't run, and instead pixel will increment, meaning tarstep will be more than step, and the loop will run.
No, you don't see a problem in the stepMovePrint function, because there is none.
Then the while(tarstep > step) loop won't run, and instead pixel will increment, meaning tarstep will be more than step, and the loop will run.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.