diff --git a/printer.cfg b/printer.cfg index e98c5ea..16b9a29 100644 --- a/printer.cfg +++ b/printer.cfg @@ -91,7 +91,7 @@ homing_positive_dir: true [tmc2209 stepper_x] uart_pin: PC4 interpolate: False -run_current: 0.8 +run_current: 1.0 sense_resistor: 0.110 stealthchop_threshold: 0 @@ -114,7 +114,7 @@ homing_positive_dir: true [tmc2209 stepper_y] uart_pin: PD11 interpolate: False -run_current: 0.8 +run_current: 1.0 sense_resistor: 0.110 stealthchop_threshold: 0 diff --git a/z_calibration.cfg b/z_calibration.cfg index af8467e..25584c3 100644 --- a/z_calibration.cfg +++ b/z_calibration.cfg @@ -8,7 +8,7 @@ variable_z_endstop_x: 94.5 ; z Endstop x position inside right profil variable_z_endstop_y: 307 ; z Endstop y position variable_z_hop: 12 ; z hop for moves e.g homing variable_xy_home_current: 0.5 ; reduced homing current for x and y -variable_z_home_current: 0.4 ; reduced homing current for z +variable_z_home_current: 0.5 ; reduced homing current for z variable_home_accel: 1000 ; reduced ACCEL for homing ##### Mag Probe ##### variable_probe_dock_x: 53 ; x toolhead position before docking probe