grbl/doc/csv/error_codes.csv

2.5 KiB

11Expected command letterG-code words consist of a letter and a value. Letter was not found.
22Bad number formatNumeric value format is not valid or missing an expected value.
33Invalid statementGrbl '$' system command was not recognized or supported.
44Value < 0`Negative value received for an expected positive value.
55Setting disabledHoming cycle is not enabled via settings.
66Value < 3 usecMinimum step pulse time must be greater than 3usec.
77EEPROM read fail. Using defaultsEEPROM read failed. Reset and restored to default values.
88Not idleGrbl '$' command cannot be used unless Grbl is IDLE. Ensures smooth operation during a job.
99G-code lockG-code locked out during alarm or jog state.
1010Homing not enabledSoft limits cannot be enabled without homing also enabled.
1111Line overflowMax characters per line exceeded. Line was not processed and executed.
1212Step rate > 30kHzGrbl '$' setting value exceeds the maximum step rate supported.
1313Check DoorSafety door detected as opened and door state initiated.
1414Line length exceededBuild info or startup line exceeded EEPROM line length limit.
1515Travel exceededJog target exceeds machine travel. Command ignored.
1616Invalid jog commandJog command with no '=' or contains prohibited g-code.
1720Unsupported commandUnsupported or invalid g-code command found in block.
1821Modal group violationMore than one g-code command from same modal group found in block.
1922Undefined feed rateFeed rate has not yet been set or is undefined.
2023Invalid gcode ID:23G-code command in block requires an integer value.
2124Invalid gcode ID:24More than one g-code command that requires axis words found in block.
2225Invalid gcode ID:25Repeated g-code word found in block.
2326Invalid gcode ID:26No axis words found in block for g-code command or mode which requires them.
2427Invalid gcode ID:27Line number value is invalid.
2528Invalid gcode ID:28G-code command is missing a required value word.
2629Invalid gcode ID:29Work coordinate system commanded not supported.
2730Invalid gcode ID:30G53 only allowed during G0 and G1 motion modes.
2831Invalid gcode ID:31Axis words found in block while no command uses them.
2932Invalid gcode ID:32G2/3 arcs require at least one in-plane axis word.
3033Invalid gcode ID:33Motion command target is invalid.
3134Invalid gcode ID:34Arc radius value is invalid.
3235Invalid gcode ID:35G2/3 arcs require at least one in-plane offset word.
3336Invalid gcode ID:36Unused value words found in block.
3437Invalid gcode ID:37G43.1 dynamic tool length offset assigned to wrong axis.