Hi @turbid falcon
thank you for your support!
I’ve already tried multiple times to use the accelerometer on the toolhead board.
The installed board is an EBB36 Gen2.
In the example configuration from GitHub, it looks like this:
[lis2dw]
cs_pin: EBB:PB1
spi_bus: spi2_PB2_PB11_PB10
axes_map: x,y,z
When I adjust my printer.cfg to the following setup:
##--------------------------------------------------------------------
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32h723xx_230031000A51313339373836-if00
restart_method: command
##--------------------------------------------------------------------
[beacon]
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevH_459D17E25154354D38202020FF0A3D25-if00
x_offset: 0
y_offset: 30
mesh_main_direction: x
mesh_runs: 2
speed: 10.0
#accel_axes_map: x, y, z
#[resonance_tester]
#accel_chip: beacon
#probe_points: 175, 175, 20
#sweeping_period: 0
[mcu EBB]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_0B001C000450315741363420-if00
#canbus_uuid: a62a88bb28e3
[resonance_tester]
accel_chip: lis2dw
probe_points: 175, 175, 20
sweeping_period: 0
[lis2dw]
cs_pin: EBB:PB1
spi_bus: spi2_PB2_PB11_PB10
axes_map: x,y,z
##----
I get the following error:
mux command ACCELEROMETER_MEASURE CHIP None already registered ({'lis2dw': <bound method AccelCommandHelper.cmd_ACCELEROMETER_MEASURE of <klippy.extras.adxl345.AccelCommandHelper object at 0x7f5058f8d0>>, None: <bound method AccelCommandHelper.cmd_ACCELEROMETER_MEASURE of <klippy.extras.adxl345.AccelCommandHelper object at 0x7f5058f8d0>>, 'beacon': <bound method AccelCommandHelper.cmd_ACCELEROMETER_MEASURE of <klippy.extras.adxl345.AccelCommandHelper object at 0x7f68e47150>>}) Once the underlying issue is corrected, use the "RESTART" command to reload the config and restart the host software. Printer is halted
I’m not able to understand what the root cause is here.
Could you help me identify what I’m doing wrong?
Thanks in advance!