A full circle in woodWOP output

UnsupportedRefused. No file is produced.

What the converter says

a full circle has to be cut as two halves, which this converter does not do yet

Code: mpr_full_circle_unsupported

What triggers it

woodWOP describes an arc by its radius, which cannot describe a complete turn. A full circle has to be written as two halves, and this converter does not split them yet.

G0 X100 Y100 Z6 T43
G2 X100.000 Y100.000 I150.000 J100.000

Example that triggers it

How to fix it

Split the circle into two arcs in the source program, each ending on the far side of the other, and convert again.

Applies to

Messages this command can produce