strayr / strayr-k-macros

useful macros to extend the functionality of klipper
GNU General Public License v3.0
143 stars 9 forks source link

Please Post your [TMC2209 stepper_z] section along with your other [sections] from your printer.cfg file #5

Closed GadgetAngel closed 2 years ago

GadgetAngel commented 2 years ago

All I see here are your macros but I want to see if you are using stealthChop mode or spreadCycle mode on the TMC chips and I need to see your printer.cfg file to see this type of information.

I tried to use your Mechanical gantry level macro and ended up scratching out my Z Axis couplers, but this was not the fault of the macro but I do need to figure out if you are using stealtchop mode or spreadcycle mode on the Z Axis: image

strayr commented 2 years ago

ooof, no, that went really wrong. I'm so sorry. I did warn that it was potentially dangerous.

I'll get cleaned up example config with explanatory notes posted today. I was using solid couplers on my ender3 frame and am using spring couplers in compression with an 8mm bearing ball between the lead screw and stepper in my prusa framed printer.

GadgetAngel commented 2 years ago

So will this always happen if I use spring couplers? Will the macro not detect a stall on the Z Axis if my 3D printer uses spring Couplers? Can you provide a URL for couplers that you recommend?

strayr commented 2 years ago

It's not using stall detection, it's reducing current and ramming the z against the endstops forcing skipped steps.

On Mon, 6 Jun 2022, 16:58 JoAnn Manges, @.***> wrote:

So will this always happen if I use spring couplers? Will the macro not detect a stall on the Z Axis if my 3D printer uses spring Couplers? Can you provide a URL for couplers that you recommend?

— Reply to this email directly, view it on GitHub https://github.com/strayr/strayr-k-macros/issues/5#issuecomment-1147610644, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIYU2DHCYRYCM6ZHOF4UR3VNYN3JANCNFSM5X5GA2UA . You are receiving this because you commented.Message ID: @.***>

strayr commented 2 years ago

https://github.com/strayr/sample_klipper_configs/tree/main/MK2-Bear has my setup for a Z with independent stepper drivers

I'm sorry for the delay in dealing with this.