Skip to content

Commit

Permalink
🚨 Deprecate Maple build (MarlinFirmware#23661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and LCh-77 committed Feb 5, 2022
1 parent 011f76c commit ade2a3a
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 @@ -580,3 +580,10 @@
#if EITHER(FYSETC_242_OLED_12864, FYSETC_MINI_12864) && BOTH(PSU_CONTROL, HAS_COLOR_LEDS) && !LED_POWEROFF_TIMEOUT
#warning "Your FYSETC display with PSU_CONTROL works best with LED_POWEROFF_TIMEOUT."
#endif

/**
* Maple environent
*/
#ifdef __STM32F1__
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
#endif

0 comments on commit ade2a3a

Please sign in to comment.