Closed Sebazzz closed 3 years ago
This silences it. Update Marlin/src/pins/stm32f1/pins_BTT_SKR_CR6.h Change
#define E2END (MARLIN_EEPROM_SIZE - 1) // 2KB
to
#ifdef __STM32F1__
#define E2END (MARLIN_EEPROM_SIZE - 1) // 2KB
#endif
E2END
does not need to be defined by Marlin. However, Marlin uses E2END
when MARLIN_EEPROM_SIZE
has not been provided by the pins file. So you should just remove that obsolete line from the pins file.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
When compiling for the BTT SKR CR-6 board, a lot of warnings is given:
Bug Timeline
Happens only when compiling for non-maple pio env
Expected behavior
There should be no warning.
Actual behavior
There is a warning.
Steps to Reproduce
_maple
.Version of Marlin Firmware
Latest
Printer model
Creality CR-6 SE
Electronics
BTT SKR CR6 board; filament sensor (stock)
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Additional information & file uploads
btt-skr-cr6-with-btt-tft-e3d-hemera.zip