Browse Source

Comment on M851 case

pull/1/head
Scott Lahteine 8 years ago
parent
commit
1583d37edd
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save