Input Shaping plugin not working
-
Hello everybody, today I have installed the accelerometer, and when I'm trying to record a motion profile, nothing happens, no configuration window, nothing, my version is 3.4.1 and the plugin 3.4.0-b1
Any ideas?Best Regards
-
@xircom have you got an M955 line in your config to setup the accelerometer?
-
@jay_s_uk yes:
M955 P0 C"spi.cs4+spi.cs3"
also have csv files from testing, so i think that the accelerometer is working
-
@xircom have you tried hitting the green button that says record motion profile?
-
@jay_s_uk Yes, input shapers in none and also I've hitted the green button several times and nothing happens
-
@xircom one for @chrishamm
-
@xircom said in Input Shaping plugin not working:
@jay_s_uk Yes, input shapers in none and also I've hitted the green button several times and nothing happens
Please disable your adblocker if you have one and check if that has an impact. If it doesn't, press F12, go to the JavaScript Console, and check for potential errors there. Please also share the output of
M122
. -
@chrishamm adblock is disabled
m122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.4.1 (2022-06-01 21:05:28) running on Duet WiFi 1.02 or later
Board ID: 08DDM-9FAM2-LW4S8-6JTDD-3SS6M-9MWMZ
Used output buffers: 3 of 26 (22 max)
=== RTOS ===
Static ram: 23860
Dynamic ram: 76364 of which 144 recycled
Never used RAM 11712, free system stack 188 words
Tasks: NETWORK(ready,12.1%,235) ACCEL(notifyWait,0.0%,348) HEAT(notifyWait,0.0%,333) Move(notifyWait,0.0%,363) MAIN(running,85.3%,388) IDLE(ready,2.6%,30), total 100.0%
Owned mutexes: WiFi(NETWORK)
=== Platform ===
Last reset 00:00:39 ago, cause: power up
Last software reset at 2022-06-19 20:43, reason: User, GCodes spinning, available RAM 11568, slot 1
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 0
MCU temperature: min 29.9, current 34.6, max 34.9
Supply voltage: min 23.9, current 24.0, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Events: 0 queued, 0 completed
Driver 0: standstill, SG min n/a
Driver 1: standstill, SG min n/a
Driver 2: standstill, SG min n/a
Driver 3: standstill, SG min n/a
Driver 4: standstill, SG min n/a
Driver 5:
Driver 6:
Driver 7:
Driver 8:
Driver 9:
Driver 10:
Driver 11:
Date/time: 2022-06-20 15:03:49
Cache data hit count 1413796903
Slowest loop: 8.52ms; fastest: 0.18ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 2.1ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, segments created 0, maxWait 0ms, bed compensation in use: mesh, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is idle in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty
=== Network ===
Slowest loop: 25.90ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 1 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.26
WiFi MAC address 5c:cf:7f:a3:cf:ed
WiFi Vcc 3.35, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 22736
WiFi IP address 192.168.2.41
WiFi signal strength -42dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 0 0 0 0 0 0 0 0
- WiFi -
-
@xircom Thanks, the screenshot let me fix the bug. I'll release v3.4.1-b1 of the input shaping plugin shortly.
-
@chrishamm thanks a lot !