From 69071df396c286ce01bd3eaaa4677a9f035c6f82 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Tue, 4 Apr 2023 16:53:10 -0400 Subject: [PATCH] Adjusted run_current for plus based on official sovol specs. --- printer.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/printer.cfg b/printer.cfg index e19afa1..b951cbb 100644 --- a/printer.cfg +++ b/printer.cfg @@ -42,7 +42,7 @@ homing_retract_dist: 0 [tmc2209 stepper_x] uart_pin: PC1 -run_current: 0.860 +run_current: 0.820 stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 @@ -64,7 +64,7 @@ homing_retract_dist: 0 [tmc2209 stepper_y] uart_pin: PC0 -run_current: 0.900 +run_current: 0.880 stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150 @@ -85,7 +85,7 @@ homing_speed: 5 [tmc2209 stepper_z] uart_pin: PA15 -run_current: 1.000 +run_current: 0.800 stealthchop_threshold: 0 interpolate: False sense_resistor: 0.150