Coordinate out of range

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

What the converter says

a coordinate is out of range

Code: out_of_range

What triggers it

After scaling to hundredths of a millimetre, a coordinate no longer fits in the signed 32-bit field the PGM uses. The limit is about 21 million millimetres, so this normally means a typo or a unit mix-up rather than a real position.

G2 X99999999.000 Y200.000 I250.000 J250.000

Example that triggers it

How to fix it

Check the coordinate on the reported line. A value in microns or a misplaced decimal point is the usual cause.

Applies to

Messages this command can produce