Committer:
Sergunb
Date:
Mon Sep 04 12:03:42 2017 +0000
Revision:
0:f1834a63f7c1
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Sergunb 0:f1834a63f7c1 1 Error Code in v1.1+ ,Error Message in v1.0-, Error Description
Sergunb 0:f1834a63f7c1 2 1,Expected command letter,G-code words consist of a letter and a value. Letter was not found.
Sergunb 0:f1834a63f7c1 3 2,Bad number format,Missing the expected G-code word value or numeric value format is not valid.
Sergunb 0:f1834a63f7c1 4 3,Invalid statement,Grbl '$' system command was not recognized or supported.
Sergunb 0:f1834a63f7c1 5 4,Value < 0,Negative value received for an expected positive value.
Sergunb 0:f1834a63f7c1 6 5,Setting disabled,Homing cycle failure. Homing is not enabled via settings.
Sergunb 0:f1834a63f7c1 7 6,Value < 3 usec,Minimum step pulse time must be greater than 3usec.
Sergunb 0:f1834a63f7c1 8 7,EEPROM read fail. Using defaults,An EEPROM read failed. Auto-restoring affected EEPROM to default values.
Sergunb 0:f1834a63f7c1 9 8,Not idle,Grbl '$' command cannot be used unless Grbl is IDLE. Ensures smooth operation during a job.
Sergunb 0:f1834a63f7c1 10 9,G-code lock,G-code commands are locked out during alarm or jog state.
Sergunb 0:f1834a63f7c1 11 10,Homing not enabled,Soft limits cannot be enabled without homing also enabled.
Sergunb 0:f1834a63f7c1 12 11,Line overflow,Max characters per line exceeded. Received command line was not executed.
Sergunb 0:f1834a63f7c1 13 12,Step rate > 30kHz,Grbl '$' setting value cause the step rate to exceed the maximum supported.
Sergunb 0:f1834a63f7c1 14 13,Check Door,Safety door detected as opened and door state initiated.
Sergunb 0:f1834a63f7c1 15 14,Line length exceeded,Build info or startup line exceeded EEPROM line length limit. Line not stored.
Sergunb 0:f1834a63f7c1 16 15,Travel exceeded,Jog target exceeds machine travel. Jog command has been ignored.
Sergunb 0:f1834a63f7c1 17 16,Invalid jog command,Jog command has no '=' or contains prohibited g-code.
Sergunb 0:f1834a63f7c1 18 17,Setting disabled,Laser mode requires PWM output.
Sergunb 0:f1834a63f7c1 19 20,Unsupported command,Unsupported or invalid g-code command found in block.
Sergunb 0:f1834a63f7c1 20 21,Modal group violation,More than one g-code command from same modal group found in block.
Sergunb 0:f1834a63f7c1 21 22,Undefined feed rate,Feed rate has not yet been set or is undefined.
Sergunb 0:f1834a63f7c1 22 23,Invalid gcode ID:23,G-code command in block requires an integer value.
Sergunb 0:f1834a63f7c1 23 24,Invalid gcode ID:24,More than one g-code command that requires axis words found in block.
Sergunb 0:f1834a63f7c1 24 25,Invalid gcode ID:25,Repeated g-code word found in block.
Sergunb 0:f1834a63f7c1 25 26,Invalid gcode ID:26,No axis words found in block for g-code command or current modal state which requires them.
Sergunb 0:f1834a63f7c1 26 27,Invalid gcode ID:27,Line number value is invalid.
Sergunb 0:f1834a63f7c1 27 28,Invalid gcode ID:28,G-code command is missing a required value word.
Sergunb 0:f1834a63f7c1 28 29,Invalid gcode ID:29,G59.x work coordinate systems are not supported.
Sergunb 0:f1834a63f7c1 29 30,Invalid gcode ID:30,G53 only allowed with G0 and G1 motion modes.
Sergunb 0:f1834a63f7c1 30 31,Invalid gcode ID:31,Axis words found in block when no command or current modal state uses them.
Sergunb 0:f1834a63f7c1 31 32,Invalid gcode ID:32,G2 and G3 arcs require at least one in-plane axis word.
Sergunb 0:f1834a63f7c1 32 33,Invalid gcode ID:33,Motion command target is invalid.
Sergunb 0:f1834a63f7c1 33 34,Invalid gcode ID:34,Arc radius value is invalid.
Sergunb 0:f1834a63f7c1 34 35,Invalid gcode ID:35,G2 and G3 arcs require at least one in-plane offset word.
Sergunb 0:f1834a63f7c1 35 36,Invalid gcode ID:36,Unused value words found in block.
Sergunb 0:f1834a63f7c1 36 37,Invalid gcode ID:37,G43.1 dynamic tool length offset is not assigned to configured tool length axis.
Sergunb 0:f1834a63f7c1 37 38,Invalid gcode ID:38,Tool number greater than max supported value.