Hi,
Is anyone able to help me? I feel like I gonna burn it.
I have a vcore 300 just built, when I am homing the printer the x axis is homing but the gantry is moving 10mm on y axis and after that in console I have no trigger on y after full movement.
The endstop is working, I test it and is shows triggered when pressed.
Can someone please guide me a bit?
Thanks!
endstop_pin: x_endstop_pin
step_pin: x_step_pin
dir_pin: x_dir_pin
enable_pin: !x_enable_pin
rotation_distance: 40
microsteps: 64
homing_speed: 100
homing_retract_dist: 5.0
position_endstop:0
position_min: 0
position_max: 300
##############################
##############################
###### STEPPER Y ###########
##############################
##############################
[tmc2209 stepper_y]
uart_pin: y_uart_pin
run_current: 1.1
stealthchop_threshold: 0
interpolate: False
[stepper_y]
endstop_pin: y_endstop_pin
step_pin: y_step_pin
dir_pin: y_dir_pin
enable_pin: !y_enable_pin
rotation_distance: 40
microsteps: 64
homing_speed: 100
homing_positive_dir: True
homing_retract_dist: 5.0
position_endstop:-50
position_min: -51
position_max: 300