From 897e7859b43bc9707fd9d432492fb60dac8ed878 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 30 Mar 2025 19:36:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Editable=20homing=20BIQU=20BX,?= =?UTF-8?q?=20Prusa=20MK3,=20Rook=20MK1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/BIQU/BX/Configuration.h | 2 +- config/examples/BIQU/BX/Configuration_adv.h | 2 +- config/examples/Prusa/MK3/Configuration.h | 2 +- config/examples/Prusa/MK3/Configuration_adv.h | 8 +++----- config/examples/Rolohaun/Rook MK1/Configuration.h | 2 +- config/examples/Rolohaun/Rook MK1/Configuration_adv.h | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 63b1fe2d8b..22412955cc 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -2397,7 +2397,7 @@ #define HOMING_FEEDRATE_MM_M { (21*60), (21*60), (6*60) } // Edit homing feedrates with M210 and MarlinUI menu items -//#define EDITABLE_HOMING_FEEDRATE +#define EDITABLE_HOMING_FEEDRATE // Validate that endstops are triggered on homing moves #define VALIDATE_HOMING_ENDSTOPS diff --git a/config/examples/BIQU/BX/Configuration_adv.h b/config/examples/BIQU/BX/Configuration_adv.h index 0e94ae3b22..f77db08013 100644 --- a/config/examples/BIQU/BX/Configuration_adv.h +++ b/config/examples/BIQU/BX/Configuration_adv.h @@ -3001,7 +3001,7 @@ #define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current - //#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current + #define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current /** * Interpolate microsteps to 256 diff --git a/config/examples/Prusa/MK3/Configuration.h b/config/examples/Prusa/MK3/Configuration.h index a3375e658a..4743927c73 100644 --- a/config/examples/Prusa/MK3/Configuration.h +++ b/config/examples/Prusa/MK3/Configuration.h @@ -2408,7 +2408,7 @@ #define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (13*60) } // Edit homing feedrates with M210 and MarlinUI menu items -//#define EDITABLE_HOMING_FEEDRATE +#define EDITABLE_HOMING_FEEDRATE // Validate that endstops are triggered on homing moves #define VALIDATE_HOMING_ENDSTOPS diff --git a/config/examples/Prusa/MK3/Configuration_adv.h b/config/examples/Prusa/MK3/Configuration_adv.h index af50072048..19a1ccdb89 100644 --- a/config/examples/Prusa/MK3/Configuration_adv.h +++ b/config/examples/Prusa/MK3/Configuration_adv.h @@ -3001,7 +3001,7 @@ #define HOLD_MULTIPLIER 1.0 // Scales down the holding current from run current - //#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current + #define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current /** * Interpolate microsteps to 256 @@ -3030,10 +3030,8 @@ #endif #if AXIS_IS_TMC_CONFIG(Y) - //#define Y_CURRENT 348 - #define Y_CURRENT 500 // custom - //#define Y_CURRENT_HOME 182 - #define Y_CURRENT_HOME 260 // custom + #define Y_CURRENT 500 // Standard = 348 + #define Y_CURRENT_HOME 260 // Standard = 182 #define Y_MICROSTEPS 16 #define Y_RSENSE 0.22 #define Y_CHAIN_POS -1 diff --git a/config/examples/Rolohaun/Rook MK1/Configuration.h b/config/examples/Rolohaun/Rook MK1/Configuration.h index 00bd0fcf51..dd8630ae51 100644 --- a/config/examples/Rolohaun/Rook MK1/Configuration.h +++ b/config/examples/Rolohaun/Rook MK1/Configuration.h @@ -2375,7 +2375,7 @@ #define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (10*60) } // Edit homing feedrates with M210 and MarlinUI menu items -//#define EDITABLE_HOMING_FEEDRATE +#define EDITABLE_HOMING_FEEDRATE // Validate that endstops are triggered on homing moves #define VALIDATE_HOMING_ENDSTOPS diff --git a/config/examples/Rolohaun/Rook MK1/Configuration_adv.h b/config/examples/Rolohaun/Rook MK1/Configuration_adv.h index c9990703e8..d7bf2b4733 100644 --- a/config/examples/Rolohaun/Rook MK1/Configuration_adv.h +++ b/config/examples/Rolohaun/Rook MK1/Configuration_adv.h @@ -2999,7 +2999,7 @@ #define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current - //#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current + #define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current /** * Interpolate microsteps to 256