SKR mini E3 cinfig

This commit is contained in:
Sz77
2024-04-20 00:07:17 +03:00
parent b2ee188fce
commit 040a9e5aee
3 changed files with 51 additions and 45 deletions

View File

@@ -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
################################################################################