Changing the NC Drill Legend to display values to a three placement after the decimal point.
In the Precision section of this file, I have been trying to add a three zero placement to this function. Although, it hasn't been working per the suggested parameters. There have been several attempts to alter the configuration but none have proved affective. Even when the >0 was added, a 'syntax error' was generated. Are there any successful attempts to add a three zero placement after the decimal point. 0.000, 0.120, 0.800 etc.
see example of code below:
; ?Precision
; ----------
;
; Precision specifies the number of decimal digits to follow the
; decimal point in size and tolerance values appearing in the table.
;
; -1 = as many as are needed ... minimum 1 (DEFAULT)
; 0 = suppress decimal point and decimal digits
; >0 = always put <n> decimal digits after the decimal point,
; adding any trailing 0's as necessary
;
?Precision -1