- Home
- PGM to G-code converter
- Messages
- A line from another format has no G-code equivalent
A line from another format has no G-code equivalent
UnsupportedRefused. No file is produced.
What the converter says
What triggers it
The source program holds an instruction in its own vocabulary, such as a subprogram call or a machine setting, that plain G-code has no word for. Leaving it out would change what gets machined.
<112 \Tasche\
XA="100"
How to fix it
Remove the line from the source, or express what it does as cuts and holes. If it is a comment or a park move that changes nothing, delete it and convert again.