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
After #21361 preflight-checks.py no longer advises of what env's to use.
eg.
"Error: Build environment 'mega2560' is incompatible with BOARD_BTT_SKR_MINI_E3_V2_0. Use one of these:"
should say "Error: Build environment 'mega2560' is incompatible with BOARD_BTT_SKR_MINI_E3_V2_0. Use one of these: STM32F103RC_btt,STM32F103RC_btt_512K,STM32F103RC_btt_USB,STM32F103RC_btt_512K_USB"
Bug Timeline
8 hours ago
Expected behavior
A list of valid ENV's should be provided.
Actual behavior
No valid ENV's are provided.
Steps to Reproduce
select a non ramps mottherboard eg BOARD_BTT_SKR_MINI_E3_V2_0.
click build
look at Build environment error. It does not contain list of valid env's
Version of Marlin Firmware
bugfix
The text was updated successfully, but these errors were encountered:
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
After #21361 preflight-checks.py no longer advises of what env's to use.
eg.
"Error: Build environment 'mega2560' is incompatible with BOARD_BTT_SKR_MINI_E3_V2_0. Use one of these:"
should say "Error: Build environment 'mega2560' is incompatible with BOARD_BTT_SKR_MINI_E3_V2_0. Use one of these: STM32F103RC_btt,STM32F103RC_btt_512K,STM32F103RC_btt_USB,STM32F103RC_btt_512K_USB"
Bug Timeline
8 hours ago
Expected behavior
A list of valid ENV's should be provided.
Actual behavior
No valid ENV's are provided.
Steps to Reproduce
Version of Marlin Firmware
bugfix
The text was updated successfully, but these errors were encountered: