1
General Mach Discussion / Re: How to hookup spindle?
« on: July 10, 2022, 06:00:14 AM »
Just search for "Mach3 5 axis .... "
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