Skip to content

Commit

Permalink
Use SERIAL_PROTOCOLLNPGM in G28
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 19, 2016
1 parent d309a96 commit 044f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3502,7 +3502,7 @@ inline void gcode_G28() {

int verbose_level = code_seen('V') ? code_value_int() : 1;
if (verbose_level < 0 || verbose_level > 4) {
SERIAL_ECHOLNPGM("?(V)erbose Level is implausible (0-4).");
SERIAL_PROTOCOLLNPGM("?(V)erbose Level is implausible (0-4).");
return;
}

Expand Down

0 comments on commit 044f800

Please sign in to comment.