Comment on M851 case

This commit is contained in:
Scott Lahteine 2016-09-23 01:01:22 -05:00
parent 076f3a8284
commit 1583d37edd

View File

@ -7640,7 +7640,7 @@ void process_next_command() {
#endif #endif
#if HAS_BED_PROBE #if HAS_BED_PROBE
case 851: case 851: // Set Z Probe Z Offset
gcode_M851(); gcode_M851();
break; break;
#endif // HAS_BED_PROBE #endif // HAS_BED_PROBE