mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 18:32:37 +02:00
$CD not $DC
This commit is contained in:
@@ -458,7 +458,7 @@ Error dump_config(const char* value, WebUI::AuthenticationLevel auth_level, WebU
|
|||||||
// to performing some system state change. Each command is responsible
|
// to performing some system state change. Each command is responsible
|
||||||
// for decoding its own value string, if it needs one.
|
// for decoding its own value string, if it needs one.
|
||||||
void make_grbl_commands() {
|
void make_grbl_commands() {
|
||||||
new GrblCommand("DC", "Config/Dump", dump_config, anyState);
|
new GrblCommand("CD", "Config/Dump", dump_config, anyState);
|
||||||
new GrblCommand("", "Help", show_grbl_help, anyState);
|
new GrblCommand("", "Help", show_grbl_help, anyState);
|
||||||
new GrblCommand("T", "State", showState, anyState);
|
new GrblCommand("T", "State", showState, anyState);
|
||||||
new GrblCommand("J", "Jog", doJog, idleOrJog);
|
new GrblCommand("J", "Jog", doJog, idleOrJog);
|
||||||
|
Reference in New Issue
Block a user