Remove extra parameter to enqueue. (#11364)
This commit is contained in:
parent
bd3ec66a78
commit
9c2bfa2ab3
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ void process_lcd_s_command(const char* command) {
|
||||||
|
|
||||||
case 'H':
|
case 'H':
|
||||||
// Home all axis
|
// Home all axis
|
||||||
enqueue_and_echo_command("G28", false);
|
enqueue_and_echo_command("G28");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'L': {
|
case 'L': {
|
||||||
|
|
Reference in a new issue