Merge pull request #2171 from thinkyhead/gcode_110_is_good

M110 is a known command
This commit is contained in:
Scott Lahteine 2015-05-26 21:17:58 -07:00
commit 76b4678f99

View File

@ -5392,6 +5392,8 @@ void process_next_command() {
gcode_M109();
break;
case 110: break; // M110: Set line number - don't show "unknown command"
#if HAS_TEMP_BED
case 190: // M190: Wait for bed heater to reach target
gcode_M190();