mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-03 17:21:29 +00:00
🐛 Fix SKR Pro bad directive (#22438)
This commit is contained in:
parent
4ca5f6da3f
commit
d5a9a04abe
@ -254,7 +254,7 @@
|
||||
#define TEMP_BED_PIN PF3 // T0 <-> Bed
|
||||
#endif
|
||||
|
||||
#ifdef TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
|
||||
#if TEMP_SENSOR_PROBE && !defined(TEMP_PROBE_PIN)
|
||||
#if TEMP_SENSOR_PROBE_IS_AD8495 || TEMP_SENSOR_PROBE == 20
|
||||
#if HOTENDS == 2
|
||||
#define TEMP_PROBE_PIN PF10
|
||||
|
Loading…
Reference in New Issue
Block a user