Merge pull request #283 from thess/M110-fix

Make M110 command compatible with Marlin, etc.
This commit is contained in:
PavelSindler 2017-12-22 22:32:45 +01:00 committed by GitHub
commit f91ace6fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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