Page 1 of 1

Macro for putting last tool used away when job complete.

Posted: Sun May 16, 2021 10:41 am
by seven7thirty30
Hello, all. I have an ATC system on my router that I've been setting up and I'm looking for some advice on how I can setup a macro or edit my current macro to put the last tool away that was used during a job when the job is complete. Currently, when the job is complete the system returns to Z zero and the spindle shuts off. I have to manually remove the tool, but then the system thinks that the tool is still in the spindle. I want to be able to put the tool back so that I can swap out tools and make the changes via the bin numbers for the next job since my tool rack is limited to 6 tool holders. I would like the machine to put the tool away then return to home (I use proximity switches). I thought about editing the "Park" macro to do this. Any advice is appreciated.

Here's my current ATC macro that works well.
mfunc6.mac
(1.45 KiB) Downloaded 78 times

Re: Macro for putting last tool used away when job complete.

Posted: Sun May 16, 2021 12:12 pm
by Gary Campbell
T0 M6
G30 P4

Where return P4 is set to my desired park location

Re: Macro for putting last tool used away when job complete.

Posted: Sun May 16, 2021 2:32 pm
by seven7thirty30
Gary Campbell wrote: Sun May 16, 2021 12:12 pm T0 M6
G30 P4

Where return P4 is set to my desired park location
You added this to your mfunc6 or your park?

Re: Macro for putting last tool used away when job complete.

Posted: Sun May 16, 2021 2:52 pm
by Gary Campbell
I modified my park.mac as above. This allows me to change the park location easily when needed

Re: Macro for putting last tool used away when job complete.

Posted: Sun May 16, 2021 7:51 pm
by seven7thirty30
I'll try it. I'm assuming that when you press "Park" it puts the tool away then moves to the park location, is that right?