Browse Source

More pins debugging cleanup

Scott Lahteine 4 years ago
parent
commit
3db784f3c7
1 changed files with 0 additions and 24 deletions
  1. 0
    24
      Marlin/src/pins/pinsDebug_list.h

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

@@ -740,30 +740,6 @@
740 740
 #if PIN_EXISTS(MOTOR_FAULT)
741 741
   REPORT_NAME_DIGITAL(__LINE__, MOTOR_FAULT_PIN)
742 742
 #endif
743
-#if PIN_EXISTS(ORIG_E0_AUTO_FAN)
744
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E0_AUTO_FAN_PIN)
745
-#endif
746
-#if PIN_EXISTS(ORIG_E1_AUTO_FAN)
747
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E1_AUTO_FAN_PIN)
748
-#endif
749
-#if PIN_EXISTS(ORIG_E2_AUTO_FAN)
750
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E2_AUTO_FAN_PIN)
751
-#endif
752
-#if PIN_EXISTS(ORIG_E3_AUTO_FAN)
753
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E3_AUTO_FAN_PIN)
754
-#endif
755
-#if PIN_EXISTS(ORIG_E4_AUTO_FAN)
756
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E4_AUTO_FAN_PIN)
757
-#endif
758
-#if PIN_EXISTS(ORIG_E5_AUTO_FAN)
759
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E5_AUTO_FAN_PIN)
760
-#endif
761
-#if PIN_EXISTS(ORIG_E6_AUTO_FAN)
762
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E6_AUTO_FAN_PIN)
763
-#endif
764
-#if PIN_EXISTS(ORIG_E7_AUTO_FAN)
765
-  REPORT_NAME_DIGITAL(__LINE__, ORIG_E7_AUTO_FAN_PIN)
766
-#endif
767 743
 #if PIN_EXISTS(PHOTOGRAPH)
768 744
   REPORT_NAME_DIGITAL(__LINE__, PHOTOGRAPH_PIN)
769 745
 #endif

Loading…
Cancel
Save