diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 5642edd786c..a86adf0743c 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -36,6 +36,7 @@ //#define MOTHERBOARD BOARD_BTT_SKR_SE_BX_V3 // Uncomment for the V3.0 board, otherwise V2.0 is assumed //#define BX_ALL_METAL_HOTEND // Uncomment for newer H2 extruder with all metal heatbreak //#define BX_SWAP_ZM_E1M // Uncomment to swap Z and E1 motors +#define BIQU_BX /** * Configuration.h @@ -2454,7 +2455,7 @@ #define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load #if ENABLED(EEPROM_SETTINGS) #define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors. - #define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build. + //#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build. #endif // @section host diff --git a/config/examples/BIQU/BX/Configuration_adv.h b/config/examples/BIQU/BX/Configuration_adv.h index 73146e091eb..fa94e4c7842 100644 --- a/config/examples/BIQU/BX/Configuration_adv.h +++ b/config/examples/BIQU/BX/Configuration_adv.h @@ -1571,7 +1571,7 @@ #define MANUAL_MOVE_DISTANCE_DEG 90, 45, 22.5, 5, 1 // (°) // BACK menu items keep the highlight at the top - //#define TURBO_BACK_MENU_ITEM + #define TURBO_BACK_MENU_ITEM // BACK menu items show "Back" instead of the previous menu name //#define GENERIC_BACK_MENU_ITEM