You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Marlin/src/gcode/gcode.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@
155
155
* M141 - Set heated chamber target temp. S<temp> (Requires a chamber heater)
156
156
* M145 - Set heatup values for materials on the LCD. H<hotend> B<bed> F<fan speed> for S<material> (0=PLA, 1=ABS)
157
157
* M149 - Set temperature units. (Requires TEMPERATURE_UNITS_SUPPORT)
158
-
* M150 - Set Status LED Color as R<red> U<green> B<blue> P<bright>. Values 0-255. (Requires BLINKM, RGB_LED, RGBW_LED, NEOPIXEL_LED, PCA9533, or PCA9632).
158
+
* M150 - Set Status LED Color as R<red> U<green> B<blue> W<white> P<bright>. Values 0-255. (Requires BLINKM, RGB_LED, RGBW_LED, NEOPIXEL_LED, PCA9533, or PCA9632).
159
159
* M155 - Auto-report temperatures with interval of S<seconds>. (Requires AUTO_REPORT_TEMPERATURES)
160
160
* M163 - Set a single proportion for a mixing extruder. (Requires MIXING_EXTRUDER)
161
161
* M164 - Commit the mix and save to a virtual tool (current, or as specified by 'S'). (Requires MIXING_EXTRUDER)
0 commit comments