Browse Source

Update pinsDebug_list.h with XY PWM pins

Scott Lahteine 6 years ago
parent
commit
43b29c093b
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/src/pins/pinsDebug_list.h

+ 6
- 0
Marlin/src/pins/pinsDebug_list.h View File

@@ -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

Loading…
Cancel
Save