Tool Libraries
Libraries of tools can be maintained in the system tab’s Tools folder.
Multiple libraries can be defined. This may be useful to group tools for specific purposes, materials or drawing units. It may also be convenient to create a master library of all tools, then smaller libraries or ‘palettes’, customised to specific jobs, into which tools from the master library can be copied.
Tool libraries can be specified in CamBam drawings in the Machining options or Part objects. Libraries specified at the Part level will take precedence over any set at the Machining level.
Each machining operation can specify a
If no tool library is specified in the drawing, the default libraries will be searched for entries of this tool number. The default libraries are labeled ‘Default-in’ and ‘Default-mm’, where the units of the current drawing will be used to choose the correct library according to the ‘-in’ or ‘-mm’ suffix.
Tool numbers can also be set at the Machining and Part levels. If a tool number is set at the machining level, this will be the default tool, used by all parts and machining operations, unless explicitly set in the part or machining operation. The tool selected for the part will override any default machining tools and will be used for all operations within the part, unless they contain non zero tool numbers.
The tool definitions in the tool library contain information such as tool diameters and profiles, which can be used in the referring machining operation. If the tool diameter or profile is set explicitly in the machining operation then this will take precedence over the information from the tool library.
It is possible to use tool numbers without having any matching entries in the tool libraries. In these cases the tool diameter and profile must be defined in the machining operation.
Managing tools
Like the other system libraries, new tools and tool libraries can be create from the context menus presented when right clicking the system tab’s Tools folder and tool library sub folders.
Tool Properties
Tool libraries and definitions are a relatively new addition to CamBam. Some of the properties available in the tool definitions are intended for future functionality, but for the current release can be considered for informational use only.
Informational |
The maximum (Z) depth of cut for this tool. |
Informational |
|
[New! 0.9.8N] |
This is a text value that can be included by the post processor when using the {$tool.comment} macro from with the ToolChange post processor section. |
|
The diameter of the cutting part of the tool. This will be used to calculate toolpath offsets. For V cutters, this should be set to the diameter of the cut at typical depths of cut. |
Informational |
The length of the cutting part of the tool. |
Informational |
The number of cutting teeth or flutes. |
Informational |
The helix angle for spiral type cutters. |
|
The tool number that uniquely identifies the tool within the library. The tool index will be used when looking up tool numbers referenced with the CamBam drawings. The tool index will also be used within gcode when signaling tool changes etc. This should be set to match any corresponding tool tables used by the controller which may contain tool height offsets etc. |
Informational |
The total length of the tool that typically extends from the collet. |
Informational |
Material from which the cutter is made. |
Informational |
The maximum ramp angle. To be used for lead move calculations in future releases. |
|
The descriptive name of the tool which will be used in drop down tool selection lists within the drawing. The name can be automatically calculated from tool diameter, profile and other parameters
by using the |
Informational |
Free format text notes relating to the tool. |
Informational |
A general identifier that may be useful to relate the tool to an external library or tooling catalogue. |
Informational |
The maximum 'stepover' to be used by this cutter for crossover cuts. |
Informational |
The diameter of the non cutting shank of the tool. |
|
The tool change property may contain text that will be used in the post processor when a tool change condition occurs. The code in this property will be output to the gcode file and will be used in preference to the default tool change definitions specified in the post processor (for this tool only). |
|
The shape of the tool profile: |
Informational |
Feed per tooth. Intended for use in automatic speed and feed calculations in future releases. |
Informational |
The angle of the V cutter. |
Tool numbering and naming
Tools can be re-numbered by simply changing their index number in the property grid. If the number entered already exists, the numbers of the following tools will be staggered.
It is also possible to automatically rename using an expression entered into the tool libraries
The expression can contain the following macros:
{$diameter} = Tool diameter
{$flutes} = Number of teeth / flutes
{$index} = Tool number
{$length} = Tool length
{$partcode} = Part code
{$profile} = Tool shape / profile
{$veeangle} = Tool Vee angle
The tool name will be recalculated whenever the tool properties have changed. It is also possible to rename all the tools if the format expression has changed by using the Rename all tools from the tool library context menu.
The following image shows the tools renamed using the following format expression.
{$diameter} mm - {$profile} - z={$flutes}
Managing Libraries
Like for tools, libraries can be copied, pasted, deleted or moved with all their content.
These operations works the same as for tools, but using the context menu of a library folder.
Create a new library: Two possibilities ; either through the tool libraries main menu with New Library or by copy / paste or cut / paste from an existing library.
As long as you have not saved the libraries, you can restore the values saved on the hard disk by the Refresh command.
A Paste command is also available in this menu. It is identical to the Paste command in a library folder.
Copy and paste a library: You can cut, copy and paste a library from the context menu of this library with the Cut/Copy/Paste commands.
Delete Library: You can delete a library with the Delete command of the Library context menu, or by pressing the Del key on the keyboard when this library is selected.
Reload: Reloads the version of the library that is on the hard disk.
Save to XML: Saves the library to the hard disk. Libraries will also be saved by using the CamBam Tools/Save settings menu command. This backup will be automatic if the menu option Tools/Save settings on exit is checked
All tool libraries are saved as an .xml file (text files) in the tools folder of the CamBam system folder. You can quickly access this folder through the menu command Tools/Browse System Folder.