فهرست منبع

Make M110 command compatible with Marlin, etc.

Ted Hess 7 سال پیش
والد
کامیت
5107b59c87
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      Firmware/Marlin_main.cpp

+ 0 - 2
Firmware/Marlin_main.cpp

@@ -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