v2.4: change run_currents
This commit is contained in:
parent
46da9479bc
commit
a1b8634213
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue