Browse Source

📝 Fix 'M150 S' comment

Scott Lahteine 2 years ago
parent
commit
d9ccf0a144
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/feature/leds/M150.cpp

+ 1
- 1
Marlin/src/gcode/feature/leds/M150.cpp View File

@@ -38,7 +38,7 @@
38 38
  *  I<index>  Set the NeoPixel index to affect. Default: All
39 39
  *
40 40
  * With NEOPIXEL2_SEPARATE:
41
- *  S<index>  The NeoPixel strip to set. Default is index 0.
41
+ *  S<index>  The NeoPixel strip to set. Default: All.
42 42
  *
43 43
  * Examples:
44 44
  *

Loading…
Cancel
Save