Something left over after the value

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

What the converter says

')' is left over at the end of the value

Code: expr_trailing_input

What triggers it

The sum was read to its end and characters remain, usually a closing bracket that was never opened or a space where none belongs.

G0 X=800-100) Y100.000 Z-81.000 T43

Example that triggers it

How to fix it

Remove the extra characters, or add the opening bracket that was meant to be there. A value cannot contain spaces unless it is bracketed.

Applies to

Messages this command can produce