grbl/doc/csv/error_codes_en_US.csv

2.9 KiB

1Error Code in v1.1+ Error Message in v1.0- Error Description
21Expected command letterG-code words consist of a letter and a value. Letter was not found.
32Bad number formatMissing the expected G-code word value or numeric value format is not valid.
43Invalid statementGrbl '$' system command was not recognized or supported.
54Value < 0Negative value received for an expected positive value.
65Setting disabledHoming cycle failure. Homing is not enabled via settings.
76Value < 3 usecMinimum step pulse time must be greater than 3usec.
87EEPROM read fail. Using defaultsAn EEPROM read failed. Auto-restoring affected EEPROM to default values.
98Not idleGrbl '$' command cannot be used unless Grbl is IDLE. Ensures smooth operation during a job.
109G-code lockG-code commands are locked out during alarm or jog state.
1110Homing not enabledSoft limits cannot be enabled without homing also enabled.
1211Line overflowMax characters per line exceeded. Received command line was not executed.
1312Step rate > 30kHzGrbl '$' setting value cause the step rate to exceed the maximum supported.
1413Check DoorSafety door detected as opened and door state initiated.
1514Line length exceededBuild info or startup line exceeded EEPROM line length limit. Line not stored.
1615Travel exceededJog target exceeds machine travel. Jog command has been ignored.
1716Invalid jog commandJog command has no '=' or contains prohibited g-code.
1820Unsupported commandUnsupported or invalid g-code command found in block.
1921Modal group violationMore than one g-code command from same modal group found in block.
2022Undefined feed rateFeed rate has not yet been set or is undefined.
2123Invalid gcode ID:23G-code command in block requires an integer value.
2224Invalid gcode ID:24More than one g-code command that requires axis words found in block.
2325Invalid gcode ID:25Repeated g-code word found in block.
2426Invalid gcode ID:26No axis words found in block for g-code command or current modal state which requires them.
2527Invalid gcode ID:27Line number value is invalid.
2628Invalid gcode ID:28G-code command is missing a required value word.
2729Invalid gcode ID:29G59.x work coordinate systems are not supported.
2830Invalid gcode ID:30G53 only allowed with G0 and G1 motion modes.
2931Invalid gcode ID:31Axis words found in block when no command or current modal state uses them.
3032Invalid gcode ID:32G2 and G3 arcs require at least one in-plane axis word.
3133Invalid gcode ID:33Motion command target is invalid.
3234Invalid gcode ID:34Arc radius value is invalid.
3335Invalid gcode ID:35G2 and G3 arcs require at least one in-plane offset word.
3436Invalid gcode ID:36Unused value words found in block.
3537Invalid gcode ID:37G43.1 dynamic tool length offset is not assigned to configured tool length axis.