After Trying Move Home x-y got error message
Hello
I have a problem with home positioning
I checked the cables and they are ok
I also double checked the configuration
I don't really know where the problem is
The problem occurs when homing to the x and y axes
8 Replies
Is your endstop working? You had mentioned in #general-electronics that it was starting to fry, and I see errors in the console that it is still triggered after retract
Unfortunately with the octopus, if you wire the endstops incorrectly you can fry the endstop or more
Endstopy is okay. It turned out that the cables were factory badly purchased. I've improved it already.
but only one endstop have problem with the fry -Y
How did you determine they were ok? What wiring diagram did you follow? Ratos wiring diagram has a bunch of warnings about how if you mis-wire the endstops it can break your endstop or worse
Endstop working good , im checked them. - this is nit the problem with endstop. Gantry move on x about 1 cm then stop, the same on y .
Did you activate sensorless endstops? This will trigger if movement is drawing too much power
problem solved
what was the issue so that others searching can find the answer?
Wrong Configuration and one (X motor) badly crimped motor cables.
Correct configuration below - works for me
[stepper_x]
step_pin: PF13
dir_pin: !PF12
enable_pin: !PF14
microsteps: 16
rotation_distance: 40
position_endstop: 0 # -okresla pozycje jaka bedzie w vcore po Home X
position_max: 200
homing_speed: 50
position_max: 413 # V-Core 3 (400)
endstop_pin: can0:LIMIT_3
[tmc2209 stepper_x]
uart_pin: PC4
##diag_pin: PG6
run_current: 1.100
stealthchop_threshold: 999999
[temperature_sensor tmc2209_stepper_x]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[stepper_y]
step_pin: PG0
dir_pin: !PG1
enable_pin: !PF15
microsteps: 16
rotation_distance: 40
endstop_pin: PG9
position_endstop: 0
position_max: 200
homing_speed: 50
homing_positive_dir: true
homing_retract_dist: 5.0
position_max: 405 # V-Core 3 (400)
position_endstop: 400 # V-Core 3 (400) -okresla pozycje jaka bedzie w vcore po Home Y
[tmc2209 stepper_y]
uart_pin: PD11
##diag_pin: PG9
run_current: 1.100
stealthchop_threshold: 999999
[temperature_sensor tmc2209_stepper_y]
sensor_type: temperature_host
min_temp: 10
max_temp: 100