Update printer.cfg

Adjust `sense_resistor` values to 0.110 according to BTT wiki:
https://bttwiki.com/TMC2209.html#standalone-mode-vref-setting.
This commit is contained in:
Bassam
2025-06-16 14:03:21 -04:00
committed by GitHub
parent 2fb3db4323
commit be9b47ece2

View File

@@ -41,7 +41,7 @@ tx_pin: PC10
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
sense_resistor: 0.110
uart_address: 0
driver_SGTHRS: 81
diag_pin: PC0
@@ -64,7 +64,7 @@ tx_pin: PC10
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
sense_resistor: 0.110
uart_address: 2
driver_SGTHRS: 81
diag_pin: PC1
@@ -86,7 +86,7 @@ tx_pin: PC10
run_current: 0.600
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
sense_resistor: 0.110
uart_address: 1
# diag_pin: PC2 # Should not be needed
@@ -120,7 +120,7 @@ tx_pin: PC10
run_current: 0.550
stealthchop_threshold: 0
interpolate: False
sense_resistor: 0.150
sense_resistor: 0.110
uart_address: 3
#####################################################################