1
0
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:
Keith Bennett 2021-07-28 12:56:26 -07:00 committed by GitHub
parent 4ca5f6da3f
commit d5a9a04abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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