From 22b042cc0a5b48d3bd891fedabfc0312dea027e2 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 10 Jun 2025 14:37:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CR-10S=20with=20BTT=20S?= =?UTF-8?q?KRv2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h | 6 +++--- .../CR-10S/BigTreeTech SKR 2.0 TMC2209/README.md | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h index 37b5a4cfc8..5874e32095 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h @@ -1585,7 +1585,7 @@ // Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing //#define LCD_ENDSTOP_TEST -#endif // HAS_LCD_MENU +#endif // HAS_MARLINUI_MENU #if HAS_DISPLAY /** @@ -3195,7 +3195,7 @@ #if AXIS_IS_TMC_CONFIG(E1) #define E1_CURRENT E0_CURRENT #define E1_MICROSTEPS E0_MICROSTEPS - #define E1_RSENSE 0.062 + #define E1_RSENSE E0_RSENSE #define E1_CHAIN_POS -1 //#define E1_INTERPOLATE true //#define E1_HOLD_MULTIPLIER 0.5 @@ -3204,7 +3204,7 @@ #if AXIS_IS_TMC_CONFIG(E2) #define E2_CURRENT E0_CURRENT #define E2_MICROSTEPS E0_MICROSTEPS - #define E2_RSENSE 0.062 + #define E2_RSENSE E0_RSENSE #define E2_CHAIN_POS -1 //#define E2_INTERPOLATE true //#define E2_HOLD_MULTIPLIER 0.5 diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/README.md b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/README.md index 9c4125d4ad..7210cb437d 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/README.md +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/README.md @@ -1,5 +1,10 @@ # Configuration Notes -This configuration is for the Creality CR-10S with a BigTreeTech SKR 2.0 board, TMC2209 stepper drivers, CR-Touch probe, and the Microswiss All-Metal Hotend. +Configuration for Creality CR-10S with: + - BigTreeTech SKR 2.0 board + - 5 x TMC2209 stepper drivers + - Z2 stepper plugged into E1 + - CR-Touch probe + - Microswiss All-Metal Hotend -Edit and tune this configuration if you have the stock hotend, no probe, a different probe, etc. +Edit and tune this configuration if you have the stock hotend, a different probe, etc.