- Home
- MPR to G-code converter
- Messages
- A name defined in terms of itself
A name defined in terms of itself
Parse errorThe file could not be read. Nothing is converted until the line is corrected.
What the converter says
What triggers it
The name leads back to itself through one or more other names, so there is nothing to work out. Following it would not stop.
[001
A=B+1
B=A+1
How to fix it
Break the loop in the variable block. One of the names in the chain has to be a plain value.