Handlers for tool changes. More...
#include <hal.h>
Data Fields | |
tool_select_ptr | select |
Optional handler for selecting a tool. More... | |
tool_change_ptr | change |
Optional handler for executing a tool change (M6). More... | |
Handlers for tool changes.
If the driver (or a plugin) does not set these handlers the core will set them to its own handlers for manual or semi-automatic tool change if the current input stream supports the tool change protocol.
tool_change_ptr change |
Optional handler for executing a tool change (M6).
tool_select_ptr select |
Optional handler for selecting a tool.