Toomy~
Toomy~
RRCRat Rig Community [Unofficial]
Created by Toomy~ on 9/6/2024 in #fix-my-resonance
VCore 3.0 300 Belt and Resonance graphs
No description
3 replies
RRCRat Rig Community [Unofficial]
Created by Toomy~ on 9/6/2024 in #ratos-support
Can't get input shaper setup 'Option 'accel_chip' is not valid in section 'resonance_tester''
I have a USB input shaper that has Klipper flashed (and works fine on my other printer) that I'm trying to get working as a secondary MCU. I have included the same cfg file as what I used on another printer perfectly fine, and am including it in my printer.cfg on the RR. The configuration file looks like this:
[mcu PIS]
# Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6635C469F178338-if00

[adxl345]
cs_pin: PIS:gpio13
#spi_bus: spi1a
spi_software_sclk_pin: PIS:gpio10
spi_software_mosi_pin: PIS:gpio11
spi_software_miso_pin: PIS:gpio12
axes_map: x,-z,y

[resonance_tester]
accel_chip: adxl345
probe_points:
117.5,117.5,20 # an example
[mcu PIS]
# Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6635C469F178338-if00

[adxl345]
cs_pin: PIS:gpio13
#spi_bus: spi1a
spi_software_sclk_pin: PIS:gpio10
spi_software_mosi_pin: PIS:gpio11
spi_software_miso_pin: PIS:gpio12
axes_map: x,-z,y

[resonance_tester]
accel_chip: adxl345
probe_points:
117.5,117.5,20 # an example
Klipper is giving me the error Option 'accel_chip' is not valid in section 'resonance_tester' What steps am I missing to get this setup?
27 replies