; This is the tool offset data for a Teammate2 conversion
; Data must have at least one column - T-number
; 1: T-number (required)
; 2: B or T (to help check data entry - optional)
;  B indicates a boring tool (usually has both X and Z)
;  T indicates a turning tool
; 3: Z offset (0 if missing)
; 4: X offset (as a radius) (0 if missing)
; two different formats are shown in this example
; first - Tcode has 3 digits (could have 4)
; second - Tcode has 1 digit (could have 2)
; second format is used only when utility's option splits Tcode
; Important: use only one format for real conversions
;  as this utility will read up to 20 lines of T-codes
; these leading comments (with ;) are ignored
T101 T X10.
T102 T X100000
T202 T X10.
T303 B X0. Z-2.
T111 T X10.
T405 B X0. Z-2.
T507 T X-1.
T1 T X10
T2 T X100000
T3 B X0 Z-2
T4 X0 Z-2
T5 X-1
