#New to klipper [ BL touch deploys but Z axis wont move down]
1 messages ยท Page 1 of 1 (latest)
Can you send the klippy.log?
Config looks good, but can't say much about the dual z stepper section
Please don't ping directly
sorry
I can only see one stepper_z inside the log. I guess you have to set names for them maybe
they are both called stepper I didnt name them any thing special
And that's why the first one get's overwritten
and that's maybe the problem why your extruder doesn't move
o? So should I just name it like Z stepper 1 and Z stepper 2?
It should be [stepper_z1] according to some posts online
i have 3 z stepper with one Z probe and it works. If you want to use the same endstop at one input pin try configuration as stated in the docs, namely comment out the endstop for stepper_z1:
endstop_pin: ^ar19
If an endstop_pin is defined for the additional stepper then the
stepper will home until the endstop is triggered. Otherwise, the
endstop will home until the endstop on the primary stepper for the
axis is triggered.
https://github.com/Klipper3d/klipper/issues/530
It gave me this error now how ever the max position is set
Call them [stepper_z] and [stepper_z1]
Send a klippy.log again please
According to this, you have to delete the endstop_pin from your second stepper
Different error...Seems like position_min: -20 isn't valid somehow
I removed the endstop_pin for the second stepper
and it did not work
no Z movement
Make a rollover over your logs and send the klippy.log again then
thats weird? It shows on config side
Can you send your config?
You change the name again
It should be like that
for both drivers and tmc2209 stteppers
I did for both and got this Error : Option 'position_min' is not valid in section 'stepper_z1'
But the names have to be different, I'm 100% sure on that
Otherwise it detects only one stepper
No it's fine. Just better that I don't have to scroll through 38k lines now
I'm sry. Can't wrap my head around why it throws that error
All good Im new klipper and this is holding me up. No clue how to fix lol
O shit I just removed the stepper_z1 max and min end stops and it worked :0
Good to hear ๐
Going to bed now. Already late at my place
thnx again :]
Np, If your problem is solved, you can close this post ๐