Browse Source

Add M355 to the GCodes list.

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

+ 1
- 0
Marlin/Marlin_main.cpp View File

@@ -220,6 +220,7 @@
220 220
  * M302 - Allow cold extrudes, or set the minimum extrude S<temperature>. (Requires PREVENT_COLD_EXTRUSION)
221 221
  * M303 - PID relay autotune S<temperature> sets the target temperature. Default 150C. (Requires PIDTEMP)
222 222
  * M304 - Set bed PID parameters P I and D. (Requires PIDTEMPBED)
223
+ * M355 - Turn the Case Light on/off and set its brightness. (Requires CASE_LIGHT_PIN)
223 224
  * M380 - Activate solenoid on active extruder. (Requires EXT_SOLENOID)
224 225
  * M381 - Disable all solenoids. (Requires EXT_SOLENOID)
225 226
  * M400 - Finish all moves.

Loading…
Cancel
Save