Toolpath parameters > Select Tool > Edit tool

Why is oal (over all length) missing from this information? I am new, and finding this information is difficult. It would be helpful to be able to load the tools from the select tool page, but only one is listed - and this tool changes each time I open Meshacam.

I edited the script per Eddie Garmons advice, but no effect on Meshcam 6.

Does anyone have a cheat sheet of the following with all the information required in the tool definer?


local cutters = {}
table.insert(cutters,{ number=101, mm = false, diameter=.1250, length=.75, shaft=.125, ball=true, numTeeth=2, desc=“.125 Inch Ball” })
table.insert(cutters,{ number=102, mm = false, diameter=.1250, length=.75, shaft=.125, ball=false, numTeeth=2, desc=“.125 Inch Flat” })
table.insert(cutters,{ number=111, mm = false, diameter=.0625, length=.25, shaft=.125, ball=true, numTeeth=2, desc=“.0625 Inch Ball” })
table.insert(cutters,{ number=112, mm = false, diameter=.0625, length=.25, shaft=.125, ball=false, numTeeth=2, desc=“.0625 Inch Flat” })
table.insert(cutters,{ number=121, mm = false, diameter=.032, length=.063, shaft=.125, ball=true, numTeeth=2, desc=“.032 Inch Ball” })
table.insert(cutters,{ number=122, mm = false, diameter=.032, length=.063, shaft=.125, ball=false, numTeeth=2, desc=“.032 Inch Flat” })
table.insert(cutters,{ number=201, mm = false, diameter=.25, length=.75, shaft=.25, ball=true, numTeeth=3, desc=“.25 Inch Ball” })
table.insert(cutters,{ number=202, mm = false, diameter=.25, length=.75, shaft=.25, ball=false, numTeeth=3, desc=“.25 Inch Flat” })