Skip to content

Commit

Permalink
Merge pull request #41 from 3d-gussner/MK2
Browse files Browse the repository at this point in the history
 Make M110 command compatible with Marlin, etc.
  • Loading branch information
3d-gussner authored Dec 29, 2017
2 parents ecde4ae + f91ace6 commit 0191dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4751,8 +4751,6 @@ SERIAL_PROTOCOLPGM("\n\n");
case 110: // M110 - reset line pos
if (code_seen('N'))
gcode_LastN = code_value_long();
else
gcode_LastN = 0;
break;
#ifdef HOST_KEEPALIVE_FEATURE
case 113: // M113 - Get or set Host Keepalive interval
Expand Down

0 comments on commit 0191dd3

Please sign in to comment.