Hello, I've made sure the end-stops are unplugged and the DIAG jumpers are on motors m0 and m1. Everytime I try and home it just says the endstop is triggered and wont move. I believe I have it configured correctly, but I just don't know where I've gone wrong...
[stepper_x]
step_pin: PF13
dir_pin: PF12
enable_pin: !PF14
rotation_distance: 40
microsteps: 32
full_steps_per_rotation:400 #set to 400 for 0.9 degree stepper
#endstop_pin: PG6
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_min: 0
##--------------------------------------------------------------------
Uncomment for 300mm build
position_endstop: 300
position_max: 300
##--------------------------------------------------------------------
homing_speed: 25 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_x]
uart_pin: PC4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
diag_pin: ^PG6 # use the same pin that was previously the endstop_pin!
driver_SGTHRS: 255