Value must be a whole number

Parse errorThe file could not be read. Nothing is converted until the line is corrected.

What the converter says

T must be a whole number, got '4.5'

Code: int_required

What triggers it

A field that only accepts integers, such as the tool number or the SY side, carries a decimal.

G0 X100.000 Y100.000 Z-81.000 T4.5

Example that triggers it

How to fix it

Write the value without a decimal part, for example T43 rather than T43.0.

Applies to

Messages this command can produce