When Ultimate CNC detects the M6 G-code within a G-code program, it will display a pop-up window to help you perform smanual tool change. The tool number to be selected can be programmed with the keyword 'T'.
Sample code:
M6 T2 # will change the current tool to tool number 2.
T3 M6 # will change the current tool to tool number 3.