3DPrintDemon / Demon_Klipper_Essentials_Unified

The very latest UNIFIED version for these macros! Huge re-implementation & new Features!
GNU General Public License v3.0
183 stars 13 forks source link

stepper x and y run current stays at 18/32 after homing movement. SV08 #51

Closed guerillaengineer closed 3 days ago

guerillaengineer commented 5 days ago

Hey bud, loving your macros so far. have had to fix a few things, mostly due to my having a klicky probe and purge bucket installed.

DRIVE_VARS is calling my x and y stepper run current to be at 0.8 so DUMP_TMC STEPPER=X or Y is giving 18/32 which is about half of the printer.cfg defined value of 1.4. this is post-home during a print. It will also spit out: Run Current: 0.70A Hold Current: 0.70A Run Current: 0.79A Hold Current: 0.79A in the console while homing. I had another form of START_MACRO which also called stepper current like this and it read 1.39 post-homing.

I'm going to fix it by changing that 0.8 to 1.4. I don't think it will do anything bad but I only know enough jinja2 to be dangerous!

3DPrintDemon commented 5 days ago

So glad you’re enjoying the macros!

Ahhh ok I know why it’s doing that. 0.8 is a safety “default” value incase the define driver macro is not functioning. Since you’re using klicky probe with the macros you have to edit the klicky macros file to include a demon macro call so it works correctly. Namely the _DRIVER_DEFINER macro as explained here in this section of the documentation.

https://github.com/3DPrintDemon/Demon_Klipper_Essentials_Unified/blob/main/Documentation/INSTALL_INSTRUCTIONS/General%20_Setup_For_All_Printers/INSTALL_INSTRUCTIONS.md#unless-youre-using-klicky-probe

you simply need to add that line to the klicky macros & the demon_homing stuff will work correctly.

I think I’ll make some changes to help with this….

guerillaengineer commented 5 days ago

oh dude, duh. sick, I don't think that was in the readme but I could have easily, EASILY been too stoned and skipped over it.

you're a true champion, thank you for all of your amazing work!

3DPrintDemon commented 3 days ago

lol no worries man, I’m sure many folks have been there! 😂

You’re most welcome, glad it’s now all working for you. Happy printing! 👍