Dmitry Butyugin
Dmitry Butyugin
Unfortunately, I have no hardware to test the change. So I could only run some sanity-checking using Klipper batch mode and looking at the generated serial logs. Anyone with the...
> Thanks. What's the advantage of implementing this code as opposed to the user calling SET_INPUT_SHAPER in their `T0` and `T1` macros? > > -Kevin COPY and MIRROR IDEX modes...
There are two considerations at hand here. First, AFAICT, there is presently a bug in hybrid_corex? implementation that makes input_shaper defunct on a toolhead change. And I saw some users...
Sorry, didn't get to this in a long while. I did update the branch to the latest Klipper state, hopefully this shouldn't be breaking anything. I agree that in general...
@BlackStump Well, input_shaper was integrated into the mainline Klipper. smooth_axis feature is sort of incompatible with it. I would suggest you to use scurve-shaping branch instead. Is there a reason...
@1N4148 The branch is kept alive, and I re-sync it fairly regularly to the latest mainline. Please attach klippy.log and the gocde you tried to print, I will take a...
@1N4148 Thanks, I took a look at the failure. Well, you do seem to have run into a bug in the planning algorithm, where apparently it finds the suboptimal point...
@1N4148 ADXL345 support is no longer limited to RPi now. It seems even some (many?) MCU boards can be used to connect ADXL345 to. As long as Odroid has SPI...
@1N4148 I updated the branch. Unfortunately, I couldn't dedicate much time to this bug lately, so no progress yet. I'll post an update once I nail it down.
I implemented this autocalibration process following some discussions in #4560. While the resonance test changes may not get implemented at all or get implemented some other way, I see, in...