BillR94 wrote: but I have no idea how to set the limit switches up so I can "home" the machine.
Set them up on the Settings >> Axis Setup >>> axis of your choosings >>> and set the pin and port to be the same for the limit as the home..... also set any offsets etc.
Need to read... + re-read + read again the manual....
BillR94 wrote:Also, I'd like to learn how to configure the machine so it moves the X,Y and Z out of the way when an operation is finished and NOT put it at the front left position where it would be completely in the way of removing the finished product.
Normally you put that in the programme end function of your gcode post processor, before "M30", and after "M5"
You can also edit the two macros which are related to "Go To Park1" and "Go to Park2", which are M200.txt and M201.txt within your profiles folder.
You can then call in the programme end / finish statement of your post processor {I don't know what CAM software you are using}
say:
"M5
M200
M30"
and it will stop the spindle, retract the spindle to Z postition, mover to X&Y position, and rewind the programme.
Depending upon your post processor it may retract the spindle some height before the M5 as this would be desirable to the spindle slowing down in the hole / pocket before the retract.
The point is..... you need to have a read of the manual.... this is not Mach3..... its 10 years on from Mach3 and those manuals were never developed every time there was a release / update.... these manuals are kept up to date within the documentation folder.... it is ALWAYS a good idea to spend an evening just skimming through them to see if anything has changed.