Browse Source

Fix a probe pin definition

Scott Lahteine 7 years ago
parent
commit
f68b4265a6
2 changed files with 2 additions and 5 deletions
  1. 0
    3
      Marlin/src/pins/pinsDebug_list.h
  2. 2
    2
      Marlin/src/pins/pins_RURAMPS4D.h

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

@@ -908,9 +908,6 @@
908 908
 #if PIN_EXISTS(Z_MS2)
909 909
   REPORT_NAME_DIGITAL(__LINE__, Z_MS2_PIN)
910 910
 #endif
911
-#if PIN_EXISTS(Z_PROBE)
912
-  REPORT_NAME_DIGITAL(__LINE__, Z_PROBE_PIN)
913
-#endif
914 911
 #if PIN_EXISTS(Z_STEP)
915 912
   REPORT_NAME_DIGITAL(__LINE__, Z_STEP_PIN)
916 913
 #endif

+ 2
- 2
Marlin/src/pins/pins_RURAMPS4D.h View File

@@ -105,8 +105,8 @@
105 105
 //#define Z2_MS3_PIN         ?   // shared with E3_MS3_PIN
106 106
 
107 107
 #if DISABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
108
-  #define Z_PROBE_PIN      49
109
-#endif // else Z_PROBE_PIN = Z_MIN_PIN
108
+  #define Z_MIN_PROBE_PIN  49
109
+#endif
110 110
 
111 111
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
112 112
   #ifndef FIL_RUNOUT_PIN

Loading…
Cancel
Save