You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent build_all_examples script stops at the first MOTHERBOARD define (even if it's disabled) and tries to use that instead of what is actually defined in the config, so multi-board configs will fail unless they share the same board environment.
Description
Results of Marlin's
build_all_examples
script on commit MarlinFirmware/Marlin@09de5e7.These configs will not build for the reason listed, so this issue was created as a "to-do list" to fix them:
Fixed
Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3
Fixed in:
error: unterminated #if
CTC/A13
Fixed in:
add missing SLIM_LCD_MENUS checks Marlin#27421error: '_lcd_toggle_bed_leveling' was not declared in this scope
Zonestar/P802M
Fixed in:
add missing SLIM_LCD_MENUS checks Marlin#27421error: '_lcd_toggle_bed_leveling' was not declared in this scope
Creality/Ender-5 S1/
Fixed in:
fatal error: ../../lcd/rts/lcd_rts.h: No such file or directory:
Incorrect Motherboard for
mftest
Fixed in:
The most recent
build_all_examples
script stops at the firstMOTHERBOARD
define (even if it's disabled) and tries to use that instead of what is actually defined in the config, so multi-board configs will fail unless they share the same board environment.Affected configs include:
The text was updated successfully, but these errors were encountered: