grbl/doc/csv/error_codes_en_US.csv

3.1 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.
1817Setting disabledLaser mode requires PWM output.
1920Unsupported commandUnsupported or invalid g-code command found in block.
2021Modal group violationMore than one g-code command from same modal group found in block.
2122Undefined feed rateFeed rate has not yet been set or is undefined.
2223Invalid gcode ID:23G-code command in block requires an integer value.
2324Invalid gcode ID:24More than one g-code command that requires axis words found in block.
2425Invalid gcode ID:25Repeated g-code word found in block.
2526Invalid gcode ID:26No axis words found in block for g-code command or current modal state which requires them.
2627Invalid gcode ID:27Line number value is invalid.
2728Invalid gcode ID:28G-code command is missing a required value word.
2829Invalid gcode ID:29G59.x work coordinate systems are not supported.
2930Invalid gcode ID:30G53 only allowed with G0 and G1 motion modes.
3031Invalid gcode ID:31Axis words found in block when no command or current modal state uses them.
3132Invalid gcode ID:32G2 and G3 arcs require at least one in-plane axis word.
3233Invalid gcode ID:33Motion command target is invalid.
3334Invalid gcode ID:34Arc radius value is invalid.
3435Invalid gcode ID:35G2 and G3 arcs require at least one in-plane offset word.
3536Invalid gcode ID:36Unused value words found in block.
3637Invalid gcode ID:37G43.1 dynamic tool length offset is not assigned to configured tool length axis.
3738Invalid gcode ID:38Tool number greater than max supported value.