浏览代码

Merge pull request #5136 from esenapaj/Follow-up-the-PR-#5133

Follow-up the PR  #5133 (M355 Case light)
Scott Lahteine 8 年前
父节点
当前提交
b0be2e41ff
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Marlin/pinsDebug.h

+ 3
- 0
Marlin/pinsDebug.h 查看文件

@@ -360,6 +360,9 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
360 360
   #if PIN_EXISTS(LED)
361 361
     PIN_SAY(LED_PIN);
362 362
   #endif
363
+  #if PIN_EXISTS(CASE_LIGHT)
364
+    PIN_SAY(CASE_LIGHT_PIN);
365
+  #endif
363 366
   #if PIN_EXISTS(MAIN_VOLTAGE_MEASURE)
364 367
     PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN);
365 368
   #endif

正在加载...
取消
保存