[3.5.0 b1+] "Reset Maschine" button is not displayed
-
After pressing the E-Stop button on my CNC-Pendant, the machine resets and a prompt to reset the machine is displayed. Unfortunately, the “Reset Machine” button is not displayed on the display that is attached to my RPI via HDMI, but only on the web interface on my computer.
-
-
@MaxGyver Can you post an output of M122?
-
M122 === Diagnostics === RepRapFirmware for Duet 3 MB6HC version 3.5beta1 (2022-12-23 18:27:08) running on Duet 3 MB6HC v1.01 (SBC mode) Board ID: 0JD2M-999AL-D2PS0-6J9DJ-3SD6J-9RJB0 Used output buffers: 1 of 40 (17 max) === RTOS === Static ram: 151524 Dynamic ram: 76688 of which 0 recycled Never used RAM 119604, free system stack 218 words Tasks: SBC(ready,0.5%,509) HEAT(notifyWait,0.0%,373) Move(notifyWait,0.0%,350) CanReceiv(notifyWait,0.0%,943) CanSender(notifyWait,0.0%,335) CanClock(delaying,0.0%,344) TMC(notifyWait,0.0%,102) MAIN(running,96.1%,1273) IDLE(ready,3.3%,30), total 100.0% Owned mutexes: HTTP(MAIN) === Platform === Last reset 00:00:20 ago, cause: software Last software reset at 2023-01-16 13:16, reason: User, GCodes spinning, available RAM 119604, slot 0 Software reset code 0x6003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0x00000000 SP 0x00000000 Task SBC Freestk 0 n/a Error status: 0x00 Aux0 errors 0,0,0 Step timer max interval 803 MCU temperature: min 24.8, current 25.0, max 25.4 Supply voltage: min 0.2, current 0.2, max 0.3, under voltage events: 0, over voltage events: 0, power good: no 12V rail voltage: min 0.0, current 0.1, max 0.1, under voltage events: 0 Heap OK, handles allocated/used 99/2, heap memory allocated/used/recyclable 2048/32/0, gc cycles 0 Events: 0 queued, 0 completed Driver 0: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Driver 1: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Driver 2: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Driver 3: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Driver 4: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Driver 5: ok, SG min n/a, mspos 0, reads 0, writes 0 timeouts 0 Date/time: 2023-01-16 13:17:05 Slowest loop: 1.22ms; fastest: 0.04ms === Storage === Free file entries: 10 SD card 0 not detected, interface speed: 37.5MBytes/sec SD card longest read time 0.0ms, write time 0.0ms, max retries 0 === Move === DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000 no step interrupt scheduled === DDARing 0 === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === DDARing 1 === Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1 === Heat === Bed heaters -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0 === GCodes === Movement locks held by null, null HTTP* is doing "M122" 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 SBC is idle in state(s) 0 Daemon is idle in state(s) 0 Aux2 is idle in state(s) 0 Autopause is idle in state(s) 0 File2 is idle in state(s) 0 Queue2 is idle in state(s) 0 Q0 segments left 0, axes/extruders owned 0x0000000 Code queue 0 is empty Q1 segments left 0, axes/extruders owned 0x0000000 Code queue 1 is empty === CAN === Messages queued 104, received 0, lost 0, boc 0 Longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 50 (min 50), ts 104/0/0 Tx timeouts 0,0,103,0,0,0 last cancelled message type 30 dest 127 === SBC interface === Transfer state: 5, failed transfers: 0, checksum errors: 0 RX/TX seq numbers: 857/857 SPI underruns 0, overruns 0 State: 5, disconnects: 0, timeouts: 0 total, 0 by SBC, IAP RAM available 0x29b04 Buffer RX/TX: 0/0-0, open files: 0 === Duet Control Server === Duet Control Server version 3.5.0-b1 (2022-12-23 20:41:36) Code buffer space: 4096 Configured SPI speed: 8000000Hz, TfrRdy pin glitches: 0 Full transfers per second: 46.37, max time between full transfers: 67.0ms, max pin wait times: 66.5ms/21.4ms Codes per second: 3.72 Maximum length of RX/TX data transfers: 4161/752
-
@MaxGyver Odd, that button shows up on my RPi screen when I send
M112
. There is no condition to hide that button on certain devices. Anyhow, you can dismiss that dialog by clicking somewhere on the backdrop if it says "Please stand by" so you could probably send E-STOP again via DWC. -
Thank you for your reply. My screen is connected via HDMI, on my other machine with a RPI display that is connected via the RPI display port the reset button is displayed correctly.
-
@MaxGyver I've got another machine with an HDMI screen and it works there as well. Perhaps check if the button isn't removed by some kind of browser extension.