Browse Source

Comment on M851 case

Scott Lahteine 8 years ago
parent
commit
1583d37edd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

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

Loading…
Cancel
Save