From 2be0a1f3881e6ec712eec8cdbca427b84d212492 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 25 Oct 2024 17:04:16 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20BX=20tweaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/BIQU/BX/Configuration.h | 3 ++- config/examples/BIQU/BX/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 5642edd786..a86adf0743 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 73146e091e..fa94e4c784 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