mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 07:04:02 -06:00
🚸 BX tweaks
This commit is contained in:
parent
4bcabd685f
commit
2be0a1f388
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue