Issue Compiling Firmware for SKR Mini e3 v3 Board #1277
AceGamer13
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a strange issue while compiling the firmware for my printer using the SKR Mini e3 v3. I have commented out the section regarding the LCD screen wiring but when I go to compile the firmware I get a repeating string of error messages that read
In file included from Marlin\src\HAL\STM32../../inc/MarlinConfig.h:51,
from Marlin\src\HAL\STM32\HAL.cpp:27:
Marlin\src\HAL\STM32../../inc/Changes.h:665:4: error: #error "FOLDER_SORTING is now SDSORT_FOLDERS."
665 | #error "FOLDER_SORTING is now SDSORT_FOLDERS."
| ^~~~~
In file included from Marlin\src\HAL\STM32../../inc/MarlinConfig.h:52,
from Marlin\src\HAL\STM32\HAL.cpp:27:
Marlin\src\HAL\STM32../../inc/SanityCheck.h:1486:6: error: #error "LCD_BED_TRAMMING requires BED_TRAMMING_INSET_LFRB values."
1486 | #error "LCD_BED_TRAMMING requires BED_TRAMMING_INSET_LFRB values."
| ^~~~~
Marlin\src\HAL\STM32../../inc/SanityCheck.h:2746:6: error: #error "LCD_BACKLIGHT_TIMEOUT_MINS requires an LCD with encoder or keypad."
2746 | #error "LCD_BACKLIGHT_TIMEOUT_MINS requires an LCD with encoder or keypad."
I am not sure how to fix this or why it came up in the first place, sorry to be a bother!
*Picture for reference
Beta Was this translation helpful? Give feedback.
All reactions