🔧 Warning for MK3_FAN_PINS (#23727)

This commit is contained in:
Keith Bennett 2022-02-21 18:47:53 -08:00 committed by GitHub
parent 963049ddc3
commit 6b96636b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -597,3 +597,10 @@
#ifdef __STM32F1__ #ifdef __STM32F1__
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project." #warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
#endif #endif
/**
* Průša MK3/S/+ fan pin reassignment
*/
#if MB(BTT_BTT002_V1_0, EINSY_RAMBO) && DISABLED(NO_MK3_FAN_PINS_WARNING)
#warning "Define MK3_FAN_PINS to swap hotend and part cooling fan pins. (Define NO_MK3_FAN_PINS_WARNING to suppress this warning.)"
#endif