瀏覽代碼

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

Loading…
取消
儲存