Skip to content

Commit

Permalink
🔧 Warning for MK3_FAN_PINS (MarlinFirmware#23727)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Feb 22, 2022
1 parent 963049d commit 6b96636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,3 +597,10 @@
#ifdef __STM32F1__
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
#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

0 comments on commit 6b96636

Please sign in to comment.