I use the FTC on my Stinger 1 on about 95% of my jobs but I was always annoyed by where the spindle would stop for the bit change - absolute 0,0.
I dropped more than one bit on the floor so I decided to change the location of the spindle so it was over my table.
If you want to do this too, it's easy - just follow these steps:
I dropped more than one bit on the floor so I decided to change the location of the spindle so it was over my table.
If you want to do this too, it's easy - just follow these steps:
- Open the G37Z.MAC file in your WinCNC folder
- Make a backup before changing it so save a copy named G37Z.MAC.BAK or something similar
- Insert the following two lines right before the "REMOVE DUST BOOT... " comment and right after the M5 command:
[ Modified bit change location to x=5, y=2]
g53x5y2 - You can set the x and y values to whatever you want but with x=5 and y=2 the bit doesn't fall on the floor if I loosen the collet a little too much.
- Save the file.
Comment