1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-22 22:25:16 +02:00

Update error_codes_en_US.csv

This commit is contained in:
bdring
2020-10-06 08:14:16 -05:00
committed by GitHub
parent 885f57e970
commit e04c289e6b

View File

@@ -16,6 +16,7 @@
"15","Travel exceeded","Jog target exceeds machine travel. Jog command has been ignored."
"16","Invalid jog command","Jog command has no '=' or contains prohibited g-code."
"17","Setting disabled","Laser mode requires PWM output."
"18","No Homing/Cycle defined in settings","Set some $homing/CycleX= Settings"
"20","Unsupported command","Unsupported or invalid g-code command found in block."
"21","Modal group violation","More than one g-code command from same modal group found in block."
"22","Undefined feed rate","Feed rate has not yet been set or is undefined."
1 Error Code in v1.1+ Error Message in v1.0- Error Description
16 15 Travel exceeded Jog target exceeds machine travel. Jog command has been ignored.
17 16 Invalid jog command Jog command has no '=' or contains prohibited g-code.
18 17 Setting disabled Laser mode requires PWM output.
19 18 No Homing/Cycle defined in settings Set some $homing/CycleX= Settings
20 20 Unsupported command Unsupported or invalid g-code command found in block.
21 21 Modal group violation More than one g-code command from same modal group found in block.
22 22 Undefined feed rate Feed rate has not yet been set or is undefined.