Hello Guest it is April 19, 2024, 07:57:04 PM

Author Topic: Mach3 M6 for ATC requires a Cycle Start to continue after tool change  (Read 988 times)

0 Members and 1 Guest are viewing this topic.

Hi All,

I have recently added a winerack-style ATC for my OMNI CNC router. In the Mach3 configuration I have selected "Auto Tool Changer"; my gcode is generated from VCarve using the Mach3 ATC mm post-processor. All my tool-changing code is in the M6Start macro, the M6End macro is basically empty. The tool-change code in my g-code that is created by the post-processor looks something like:
End of previous tool routine ....
N450 M09
N460 T3M6
N470 G43H3
N480 S12000M03
N490 M08
Start of new tool routine ...

The M6Start routine seems to work perfectly: the previous tool is stored and new tool is collected but then the machine gets stuck after line N460 or N470 and it requires a Cycle Start to continue. My question is what is required for Mach3 to automatically continue using the next tool?

Any inputs or ideas would be highly appreciated.

Kind regards

Danie

Online Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: Mach3 M6 for ATC requires a Cycle Start to continue after tool change
« Reply #1 on: August 10, 2022, 06:10:07 PM »
It Could be a setting in the 'General config'
Without engineers the world stops
Re: Mach3 M6 for ATC requires a Cycle Start to continue after tool change
« Reply #2 on: August 11, 2022, 02:31:03 AM »
Hi

Thank you for the reply. That setting was set correctly......

Regards
Danie