Issues with Duet Accelerometer and input shaping
-
So I just recently went and bought a duet accelerometer to try and do some input shaping,
Heres the one I got from duet: https://www.duet3d.com/duet3d-accelerometerI plugged it into the temp daughter board pins as listed in this page: https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Duet3D_Accelerometer
The board has a green light and should just be a plug and play solution?
I added this line into my config, as said in the config settings and have the orientation set correctly to the way I mounted the board.
M955 P0 I20 C"spi.cs4+spi.cs3" ; configure Accelerometer.I then installed the input shaping plugin and its telling me: No Accelerometer found
I have a duet 2 Wifi with duet web control 3.4.6 and have no idea what I could be doing wrong.
I saw some things about wiring being a bit tricky so I bought the duet accelerometer to avoid having to do any wiring as I assumed its just plug and play.Any Ideas?
-
-
my bad the config I have for the accelerometer is
M955 P0 I20 C"spi.cs2+spi.cs1" ; configure Accelerometer.as all wires connected to temp DB connector, no temperature daughterboard
but this still reads no accelerometer.
-
@po3plestorm update to RRF 3.5rc3 and try again.
-
@oliof well that did it, thanks!\
heres the link for anyone else with the same issue
https://github.com/Duet3D/RepRapFirmware/releases -