I have issues with my Y stepper motor I think I shorted the connection

What do I need to write in printer.cfg and does anybody have the correct thing I need to put in there. I have an octopus v1.1 board and I want to use 1 of the empty motor plugs..
8 Replies
blacksmithforlife
which motor plug do you want to use? https://github.com/bigtreetech/BIGTREETECH-OCTOPUS-V1.0/blob/master/Hardware/BIGTREETECH%20Octopus%20-%20PIN.pdf they are labeled motor 0-7 left to right
Demdor
Demdor7mo ago
i want to use motor 3 Im just super confused with the pins and what other things i need to change And I dont wanna ruin another thing
blacksmithforlife
in your user overrides section put
[stepper_y]
step_pin: PG4
dir_pin: PC1
enable_pin: !PA0
[stepper_y]
step_pin: PG4
dir_pin: PC1
enable_pin: !PA0
note that the third and forth slots from the left are connected together (motor 2_1 and motor 2_2), for duel Z axis configuration motor 3 is the 5th slot from the left
Demdor
Demdor7mo ago
I used the tmc driver from the extruder which i think im not using because im using a toolhead board and now its working i think I fried the tmc driver ?
blacksmithforlife
you might want to figure out how you did that so you don't do it again
Demdor
Demdor7mo ago
while i was crimping i flipped the blue and red wire :S
blacksmithforlife
flipping the motor wires shouldn't have fried it. Just would cause the motor to not work
Demdor
Demdor7mo ago
weird