mirror of
https://github.com/oducceu/klipper_configs.git
synced 2025-12-23 08:03:36 +05:00
SKR mini E3 cinfig
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
################################################################################
|
||||
# Board: MKS Robin Nano v1.1 (Flying Bear Reborn 2.0) / MKS Robin Nano v1.3 / MKS Robin Nano-S v1.3
|
||||
# Printer: Flying Bear Ghost 4S / Ghost 5
|
||||
# Config by ODUCCEU
|
||||
# Board: SKR Mini E3 v3.0
|
||||
# Printer: Flying Bear Ghost 5
|
||||
# Config by Sz77
|
||||
# special thanks to ODUCCEU for the base config
|
||||
################################################################################
|
||||
# Drivers: TMC2209 by BTT
|
||||
################################################################################
|
||||
@@ -27,14 +28,22 @@ run_current: 0.800
|
||||
hold_current: 0.400
|
||||
stealthchop_threshold: 999999
|
||||
uart_address: 0
|
||||
sense_resistor: 0.110
|
||||
diag_pin: PC0
|
||||
driver_SGTHRS: 100
|
||||
|
||||
|
||||
[tmc2209 stepper_y]
|
||||
uart_pin: TMC_UART_PIN
|
||||
tx_pin: TMC_TX_PIN
|
||||
run_current: 0.800
|
||||
uart_address: 2
|
||||
run_current: 0.8
|
||||
hold_current: 0.400
|
||||
sense_resistor: 0.110
|
||||
diag_pin: PC1
|
||||
driver_SGTHRS: 100
|
||||
stealthchop_threshold: 999999
|
||||
uart_address: 1
|
||||
|
||||
|
||||
[tmc2209 stepper_z]
|
||||
uart_pin: TMC_UART_PIN
|
||||
@@ -42,7 +51,9 @@ tx_pin: TMC_TX_PIN
|
||||
run_current: 0.600
|
||||
hold_current: 0.300
|
||||
stealthchop_threshold: 999999
|
||||
uart_address: 2
|
||||
uart_address: 1
|
||||
|
||||
|
||||
|
||||
[tmc2209 extruder]
|
||||
uart_pin: TMC_UART_PIN
|
||||
@@ -52,6 +63,7 @@ hold_current: 0.200
|
||||
stealthchop_threshold: 999999
|
||||
uart_address: 3
|
||||
|
||||
|
||||
################################################################################
|
||||
# Macros
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user