浏览代码

Update pinsDebug_list.h with XY PWM pins

Scott Lahteine 6 年前
父节点
当前提交
43b29c093b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      Marlin/src/pins/pinsDebug_list.h

+ 6
- 0
Marlin/src/pins/pinsDebug_list.h 查看文件

@@ -605,6 +605,12 @@
605 605
 #if PIN_EXISTS(MOTOR_CURRENT_PWM_E)
606 606
   REPORT_NAME_DIGITAL(__LINE__, MOTOR_CURRENT_PWM_E_PIN)
607 607
 #endif
608
+#if PIN_EXISTS(MOTOR_CURRENT_PWM_X)
609
+  REPORT_NAME_DIGITAL(__LINE__, MOTOR_CURRENT_PWM_X_PIN)
610
+#endif
611
+#if PIN_EXISTS(MOTOR_CURRENT_PWM_Y)
612
+  REPORT_NAME_DIGITAL(__LINE__, MOTOR_CURRENT_PWM_Y_PIN)
613
+#endif
608 614
 #if PIN_EXISTS(MOTOR_CURRENT_PWM_XY)
609 615
   REPORT_NAME_DIGITAL(__LINE__, MOTOR_CURRENT_PWM_XY_PIN)
610 616
 #endif

正在加载...
取消
保存