- Home
- PGM to MPR converter
- Messages
- A full circle in woodWOP output
A full circle in woodWOP output
UnsupportedRefused. No file is produced.
What the converter says
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.000How 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
- G2: clockwise arcsVerified