Remove extra parameter to enqueue. (#11364)

This commit is contained in:
J.C. Nelson 2018-07-25 16:02:02 -07:00 committed by Scott Lahteine
parent bd3ec66a78
commit 9c2bfa2ab3

View File

@ -326,7 +326,7 @@ void process_lcd_s_command(const char* command) {
case 'H':
// Home all axis
enqueue_and_echo_command("G28", false);
enqueue_and_echo_command("G28");
break;
case 'L': {