From 843099bcb53cbfffd8609fb8011336757e65494f Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:24:32 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20BIQU=20BX=20Z=20/=20E1=20Moto?= =?UTF-8?q?r=20Swap=20(#1038)?= 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/README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 1c7784408e..830a72da75 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -24,7 +24,8 @@ #error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version." //#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 /** * Configuration.h diff --git a/config/examples/BIQU/BX/README.md b/config/examples/BIQU/BX/README.md index ec654aea07..009fa00709 100644 --- a/config/examples/BIQU/BX/README.md +++ b/config/examples/BIQU/BX/README.md @@ -4,6 +4,8 @@ In `Configuration.h` enable the `MOTHERBOARD BOARD_BTT_SKR_SE_BX_V3` option at t Enable the `BX_ALL_METAL_HOTEND` option to permit higher printing temperatures for the newer H2 extruder with an all-metal heatbreak. +Enable the `BX_SWAP_ZM_E1M` option to swap Z and E1 motors if they swapped from the factory. This will fix potential issues with [`G34 - Z Steppers Auto-Alignment`](https://marlinfw.org/docs/gcode/G034-zsaa.html) not working correctly. + ## Homing with a Probe This configuration retains the use of homing with a Z limit switch. If you If you want to home with the inductive probe, remove your Z limit switch & bracket and enable (uncomment) `USE_PROBE_FOR_Z_HOMING` and `Z_SAFE_HOMING`.