From 8dbf21688d2e9d4d07b57cdf6e9793c50d32599c Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 19 Oct 2025 18:51:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20BIQU=20BX=20-=20All=20Metal=20Ho?= =?UTF-8?q?tend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/BIQU/BX/all-metal-hotend/Configuration.h | 10 +++++----- .../BIQU/BX/all-metal-hotend/Configuration_adv.h | 5 +++-- config/examples/BIQU/BX/base/Configuration.h | 4 ++-- config/examples/BIQU/BX/base/Configuration_adv.h | 5 +++-- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config/examples/BIQU/BX/all-metal-hotend/Configuration.h b/config/examples/BIQU/BX/all-metal-hotend/Configuration.h index ca4279b9b5..9cea5a8898 100644 --- a/config/examples/BIQU/BX/all-metal-hotend/Configuration.h +++ b/config/examples/BIQU/BX/all-metal-hotend/Configuration.h @@ -34,7 +34,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_ALL_METAL_HOTEND // Uncomment for newer H2 extruder with all metal heatbreak //#define BX_SWAP_ZM_E1M // Uncomment to swap Z and E1 motors /** @@ -1444,7 +1444,7 @@ //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Force the use of the probe for Z-axis homing -//#define USE_PROBE_FOR_Z_HOMING +#define USE_PROBE_FOR_Z_HOMING /** * Z_MIN_PROBE_PIN @@ -2232,7 +2232,7 @@ /** * Enable the G26 Mesh Validation Pattern tool. */ - //#define G26_MESH_VALIDATION + #define G26_MESH_VALIDATION #if ENABLED(G26_MESH_VALIDATION) #define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle. #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for G26. @@ -2401,7 +2401,7 @@ * - Allows Z homing only when XY positions are known and trusted. * - If stepper drivers sleep, XY homing may be required again before Z homing. */ -//#define Z_SAFE_HOMING +#define Z_SAFE_HOMING #if ENABLED(Z_SAFE_HOMING) #define Z_SAFE_HOMING_X_POINT X_CENTER // (mm) X point for Z homing @@ -2410,7 +2410,7 @@ #endif // Homing speeds (linear=mm/min, rotational=°/min) -#define HOMING_FEEDRATE_MM_M { (21*60), (21*60), (6*60) } +#define HOMING_FEEDRATE_MM_M { (20*60), (20*60), (6*60) } // Edit homing feedrates with M210 and MarlinUI menu items #define EDITABLE_HOMING_FEEDRATE diff --git a/config/examples/BIQU/BX/all-metal-hotend/Configuration_adv.h b/config/examples/BIQU/BX/all-metal-hotend/Configuration_adv.h index bc800d0f53..d5f4a08321 100644 --- a/config/examples/BIQU/BX/all-metal-hotend/Configuration_adv.h +++ b/config/examples/BIQU/BX/all-metal-hotend/Configuration_adv.h @@ -1147,10 +1147,10 @@ * Enable/disable and set parameters with G-code M493 and M494. * See ft_types.h for named values used by FTM options. */ -//#define FT_MOTION +#define FT_MOTION #if ENABLED(FT_MOTION) //#define FTM_IS_DEFAULT_MOTION // Use FT Motion as the factory default? - //#define FT_MOTION_MENU // Provide a MarlinUI menu to set M493 and M494 parameters + #define FT_MOTION_MENU // Provide a MarlinUI menu to set M493 and M494 parameters //#define FTM_HOME_AND_PROBE // Use FT Motion for homing / probing. Disable if FT Motion breaks these functions. #define FTM_DEFAULT_DYNFREQ_MODE dynFreqMode_DISABLED // Default mode of dynamic frequency calculation. (DISABLED, Z_BASED, MASS_BASED) @@ -1645,6 +1645,7 @@ #if ANY(HAS_MARLINUI_U8GLIB, TFT_COLOR_UI) //#define BOOT_MARLIN_LOGO_SMALL // Show a smaller Marlin logo on the Boot Screen (saving lots of flash) #define BOOT_MARLIN_LOGO_HUGE // Full 1024x600 boot screen design + //#define BOOT_MARLIN_LOGO_ROUND // Classic design by Luu Lac #endif #if HAS_MARLINUI_U8GLIB //#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of flash. diff --git a/config/examples/BIQU/BX/base/Configuration.h b/config/examples/BIQU/BX/base/Configuration.h index 41c8f5e334..bf349bff2c 100644 --- a/config/examples/BIQU/BX/base/Configuration.h +++ b/config/examples/BIQU/BX/base/Configuration.h @@ -2232,7 +2232,7 @@ /** * Enable the G26 Mesh Validation Pattern tool. */ - //#define G26_MESH_VALIDATION + #define G26_MESH_VALIDATION #if ENABLED(G26_MESH_VALIDATION) #define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle. #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for G26. @@ -2410,7 +2410,7 @@ #endif // Homing speeds (linear=mm/min, rotational=°/min) -#define HOMING_FEEDRATE_MM_M { (21*60), (21*60), (6*60) } +#define HOMING_FEEDRATE_MM_M { (20*60), (20*60), (6*60) } // Edit homing feedrates with M210 and MarlinUI menu items #define EDITABLE_HOMING_FEEDRATE diff --git a/config/examples/BIQU/BX/base/Configuration_adv.h b/config/examples/BIQU/BX/base/Configuration_adv.h index 34bb23b01b..b33405d462 100644 --- a/config/examples/BIQU/BX/base/Configuration_adv.h +++ b/config/examples/BIQU/BX/base/Configuration_adv.h @@ -1147,10 +1147,10 @@ * Enable/disable and set parameters with G-code M493 and M494. * See ft_types.h for named values used by FTM options. */ -//#define FT_MOTION +#define FT_MOTION #if ENABLED(FT_MOTION) //#define FTM_IS_DEFAULT_MOTION // Use FT Motion as the factory default? - //#define FT_MOTION_MENU // Provide a MarlinUI menu to set M493 and M494 parameters + #define FT_MOTION_MENU // Provide a MarlinUI menu to set M493 and M494 parameters //#define FTM_HOME_AND_PROBE // Use FT Motion for homing / probing. Disable if FT Motion breaks these functions. #define FTM_DEFAULT_DYNFREQ_MODE dynFreqMode_DISABLED // Default mode of dynamic frequency calculation. (DISABLED, Z_BASED, MASS_BASED) @@ -1645,6 +1645,7 @@ #if ANY(HAS_MARLINUI_U8GLIB, TFT_COLOR_UI) //#define BOOT_MARLIN_LOGO_SMALL // Show a smaller Marlin logo on the Boot Screen (saving lots of flash) #define BOOT_MARLIN_LOGO_HUGE // Full 1024x600 boot screen design + //#define BOOT_MARLIN_LOGO_ROUND // Classic design by Luu Lac #endif #if HAS_MARLINUI_U8GLIB //#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of flash.