Make M110 command compatible with Marlin, etc.

This commit is contained in:
Ted Hess 2017-11-17 17:06:41 -05:00
parent ba4cc16e11
commit 5107b59c87
1 changed files with 0 additions and 2 deletions

View File

@ -4633,8 +4633,6 @@ Sigma_Exit:
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