Page 1 of 1

How do I change the Tool Number in CNC12 after i put a tool in the Spindle manually?

Posted: Wed Feb 07, 2024 9:34 pm
by cnckeith
How do I change the Tool Number in CNC12 after i put a tool in the Spindle manually?

i get asked for this a lot so, we created a easy peasy VCP button

you can install it on your machine now if you are running CNC12 v5.08

- the VCP button folder "set_tool_numer.zip" file attached. copy to cncm\resources\vcp\buttons and unzip.
set_tool_number.zip
(1.6 KiB) Downloaded 5 times
- "set_tool_number.cnc" macro is attached. copy to cncm\system folder
set_tool_number.cnc
(1.13 KiB) Downloaded 7 times

- edit your VCP skin, paste this line with the rest of the buttons

<button row="6" column="1">set_tool_number</button>

edit the row and column numbers to place it where you want.

this is for NON ATC machines. This is for Manual tool change machines.
set tool number.png
For upcoming CNC12 v5.1 it will become one of the optional centroid provided VCP buttons

Re: How do I change the Tool Number in CNC12 after i put a tool in the Spindle manually?

Posted: Sun Feb 11, 2024 7:07 am
by suntravel
Cool,

I have made one for the lathe with driving to a X-position from user input.

Uwe

Re: How do I change the Tool Number in CNC12 after i put a tool in the Spindle manually?

Posted: Fri Feb 16, 2024 4:20 pm
by cnckeith
suntravel wrote: Sun Feb 11, 2024 7:07 am Cool,

I have made one for the lathe with driving to a X-position from user input.

Uwe
nice, please share for others to use

Re: How do I change the Tool Number in CNC12 after i put a tool in the Spindle manually?

Posted: Fri Feb 16, 2024 5:33 pm
by suntravel
Sure, here it is

Uwe