Input Shaping - "Start Input Shaping" Missing
As my configuration is not the standard one (Spider Board connected via GPIO-UART-Connection) I tried to install Input shaper via Repetier-Server, but the installer script failed during flashing the controller. So I installed Input shaper manually in the console. It works fine from console now but the menu entry "Start Input Shaping" and "Show Input Shaping Results" in RS is missing.
How can I tell Repetier Server that I already have installed input shaper and RS can use it, especially showing the results?
Regards
Comments
[mcu rpi]
[input_shaper]
[resonance_tester]
Not sure if they can be added in your case especially with mcu rpi, but with them the menu entries should appear. From server side they can be empty if klipper can live with it.
If I start G28 and TEST_RESONANCES AXIS=X from console, the shaping runs perfect and writes the data to /tmp/resonances_x_<date>.csv. Same with y-axis.
Recv:21:57:57.462: !! Internal error on command:"SHAPER_CALIBRATE"
this comes from klipper, which apparently thinks it lost connection to rpi which is required for the command, so it fails and shuts down it self. Can you execute
SHAPER_CALIBRATE AXIS=X NAME=data FREQ_START=1 FREQ_END=133 HZ_PER_SEC=1
from console or does it then also shutdown? Actually it is just send as manual command like over console, so it is the same except that server is watching for output and command to finish. See in klippe rlog maybe you see more infos there, but we can not anything when a command inside klipper fails.
But since klipper says
!! Lost communication with MCU 'rpi'
before timeout there is a issue with communication. Broken cable, bad soldering, some other software using i2c, ...