Bläddra i källkod

Update pinsDebug_list.h with XY PWM pins

Scott Lahteine 6 år sedan
förälder
incheckning
43b29c093b
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6
    0
      Marlin/src/pins/pinsDebug_list.h

+ 6
- 0
Marlin/src/pins/pinsDebug_list.h Visa fil

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

Laddar…
Avbryt
Spara