KevinOConnor
KevinOConnor
FYI, I committed the csactual -> cs_actual change to the master branch (as well as correcting the size on tmc5160) - commit b6a00632. -Kevin
Not sure, but as a guess the code is confusing systimes with printtimes ( https://www.klipper3d.org/Code_Overview.html#time ). The motan system is expecting all the times to be print_times. -Kevin
Thanks. I fear I may not have understood the goal of this PR when I first reviewed it. Is your goal, 1) to merge a tool for configuring coolstep, 2)...
I agree - I think it's a bit of a maintenance burden to track all the different distributions along with their different revisions. We can rename the existing script if...
Thanks for working on this. Sorry for the delay in responding. I'd like to better understand the root issue here. It seems odd that no other users have reported this...
I ran some tests locally and I'm unable to reproduce this issue on my stm32f446 development board. I started the capture with: ``` sudo apt-get install tcpdump sudo modprobe usbmon...
Thanks for working on this. Sorry for the delay in responding. In general, this seems like useful functionality. I have some high-level questions that would help me finish reviewing. It...
> In my testing bed temperature was not a significant factor with regard drift. Thanks for the responses! Just to further clarify the impact of bed temperature - the two...
@smwoodward - for questions on using Klipper please follow the contact directions at: https://www.klipper3d.org/Contact.html -Kevin
Thanks for working on this. In general it seems worthwhile to add to Klipper. My main comment is about the interface between module components. What do you think about an...