Skip to content

Commit 22d6ece

Browse files
thisiskeithbOmkar Dhekne
authored and
Omkar Dhekne
committed
🔧 Warning for MK3_FAN_PINS (MarlinFirmware#23727)
1 parent 331306d commit 22d6ece

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Marlin/src/inc/Warnings.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -597,3 +597,10 @@
597597
#ifdef __STM32F1__
598598
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
599599
#endif
600+
601+
/**
602+
* Průša MK3/S/+ fan pin reassignment
603+
*/
604+
#if MB(BTT_BTT002_V1_0, EINSY_RAMBO) && DISABLED(NO_MK3_FAN_PINS_WARNING)
605+
#warning "Define MK3_FAN_PINS to swap hotend and part cooling fan pins. (Define NO_MK3_FAN_PINS_WARNING to suppress this warning.)"
606+
#endif

0 commit comments

Comments
 (0)