mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-09-15 16:50:15 +00:00
📝 Update CR-10S with BTT SKRv2
This commit is contained in:
parent
1b5bac4dfd
commit
22b042cc0a
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue