Fix Z_MIN_PROBE_PIN on SKR 1.4 (#17187)

2.0.x
Scott Lahteine 5 years ago committed by GitHub
parent b14c933171
commit f6e80d576d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,12 +96,8 @@
// Z Probe (when not Z_MIN_PIN) // Z Probe (when not Z_MIN_PIN)
// //
#ifndef Z_MIN_PROBE_PIN #ifndef Z_MIN_PROBE_PIN
#if Z_STOP_PIN != P1_27
#define Z_MIN_PROBE_PIN P1_27
#else
#define Z_MIN_PROBE_PIN P0_10 #define Z_MIN_PROBE_PIN P0_10
#endif #endif
#endif
// //
// Filament Runout Sensor // Filament Runout Sensor

Loading…
Cancel
Save