Browse Source

M100 comment

Scott Lahteine 7 years ago
parent
commit
a8c4174a13
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/calibrate/M100.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/M100.cpp View File

54
  *
54
  *
55
  * Initial version by Roxy-3D
55
  * Initial version by Roxy-3D
56
  */
56
  */
57
-#define M100_FREE_MEMORY_DUMPER     // Enable for the `M110 D` Dump sub-command
57
+#define M100_FREE_MEMORY_DUMPER     // Enable for the `M100 D` Dump sub-command
58
 #define M100_FREE_MEMORY_CORRUPTOR  // Enable for the `M100 C` Corrupt sub-command
58
 #define M100_FREE_MEMORY_CORRUPTOR  // Enable for the `M100 C` Corrupt sub-command
59
 
59
 
60
 #define TEST_BYTE ((char) 0xE5)
60
 #define TEST_BYTE ((char) 0xE5)

Loading…
Cancel
Save