1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
XMin = GetOemDRO(4)
XMax = GetOemDRO(10)
YMin = GetOemDRO(5)
YMax = GetOemDRO(11)
Code "G0 X" & XMin & " Y" & YMin
While IsMoving()
Wend
Code "G0 X" & XMin & " Y" & YMax
While IsMoving()
Wend
Code "G0 X" & XMax & " Y" & YMax
While IsMoving()
Wend
Code "G0 X" & XMax & " Y" & YMin
While IsMoving()
Wend