hexagon logo

Looping. Move double offset?

So I am trying to loop my program so i can do 3 rows and four columns. I have my program set up inserted my y loop start 1, end 3, offset 6. Then my x loop start 1, end 4, offset 4.5. then my program with the two end loops at the end. I also have a on error end command. So my problem is that on every move on the second part (x2,y1) it decides to move over to the spot where the third one is (x3,y1). But when it comes back to the second one it still accomplishes every measurement. It seems as if it is offsetting every move twice? What is wrong?
Parents
  • So what is happening is....the first parts measurements are done fine. Then i have my offset to 4.5 in the x. It decides to make every move point go 9 in the x. But if you skip these you can see the alignment is good because it measures the .05 in slot fine. then on the third one it is trying to move to 18 in the x. Idk y idk how but hopefully someone does. I can paste the code if it would be helpful, but how do i create one of those scroll boxes so it doesn't take up 3 pages
Reply
  • So what is happening is....the first parts measurements are done fine. Then i have my offset to 4.5 in the x. It decides to make every move point go 9 in the x. But if you skip these you can see the alignment is good because it measures the .05 in slot fine. then on the third one it is trying to move to 18 in the x. Idk y idk how but hopefully someone does. I can paste the code if it would be helpful, but how do i create one of those scroll boxes so it doesn't take up 3 pages
Children
No Data