A line from another format has no G-code equivalent

UnsupportedRefused. No file is produced.

What the converter says

the line belongs to the mpr format and plain G-code has no equivalent

Code: gcode_op_dropped

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"

Example that triggers it

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.

Messages this command can produce