Skip to content

Commit

Permalink
Remove incorrect S Homing cmd
Browse files Browse the repository at this point in the history
Homing is a P cmd
  • Loading branch information
lawrence-jeff committed Jun 9, 2019
1 parent a289c02 commit 672e19b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Marlin/src/lcd/malyanlcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@ void process_lcd_s_command(const char* command) {
write_to_lcd(message_buffer);
} break;

case 'H':
// Home all axis
enqueue_and_echo_command("G28");
break;

case 'L': {
#if ENABLED(SDSUPPORT)
if (!card.isDetected()) card.initsd();
Expand Down

0 comments on commit 672e19b

Please sign in to comment.