Resume button cancels print instead of resuming 3.5.0-rc5
-
I think I found a bug in the new 3.5.0 RC5.
It happened twice, the same way. I am testing a filament monitor and twice it detected too little movement and paused the print.
When I hit the RESUME button on Panel Due - instead of resuming it (like it always did) - it CANCELS the print! It ruined two prints so far midway.Can you please test and confirm if this is a bug or a feature.
Duet 2 Ethernet - FW: 3.5.0-beta.3
Duet Web Control DWC 3.5.0-beta.3
Pame;die FW ? 3.5.0 RC5Just in case - here is my resume.g (but it used to work fine before) :
; resume.g ; called before a print from SD card is resumed ; ; generated by RepRapFirmware Configuration Tool v3.1.1 on Sun May 31 2020 19:03:43 GMT+0200 (Central European Summer Time) G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move G1 R1 X0 Y0 ; go back to the last print move M83 ; relative extruder moves G1 E1 F3600 ; extrude 1mm of filament
Thanks!
-
-
@omni IIRC panel only sends M24 to the board and board then calls resume.g and resumes the print after M25/M226. The way to cancel is iirc M0/M1/M2/M112 ... again just sending code from panel to board... what you could do is add some M117 to the resume.g and cancel.g to display some debug message to know what script was executed by the RRF so you will know what code was sent..
I know I myself often click on cancel instead on resume on octoprint web interface (printer not related to RRF in any way) 'cause the buttons are not logical at that point .. maybe it is a human error
-
-
I seem to have an issue with the Resume on 3.5rc5 to.
Did the first pause with rc5 today, and the Cancel button is totally gone in my case when it's paused.
And when i pushed Resume it ran the Cancel macro.
This is on a Duet 3 Mini running 3.5b3+ and a 5" PD V3 running 3.5rc5.
-
@Phaedrux Paneldue 7 V3
-
@arhi I can try the M117 to debug, but it wasn't a human error, especially not twice. First time I wasn't sure, but since an important print broke I made sure 100% I pressed resume - and it said "print canceled"
What I do think noticed though is a kind of a short glitch - in the interface as if resume and cancel buttons were completely overlapped (like they are in the same place), but only resume can be seen. I am not 100% sure about that, but I don't even remember seeing cancel, only resume.
-
@omni said in Paneldue 3.5.0 RC5 - Resume problem:
@arhi I can try the M117 to debug, but it wasn't a human error, especially not twice. First time I wasn't sure, but since an important print broke I made sure 100% I pressed resume - and it said "print canceled"
What I do think noticed though is a kind of a short glitch - in the interface as if resume and cancel buttons were completely overlapped (like they are in the same place), but only resume can be seen. I am not 100% sure about that, but I don't even remember seeing cancel, only resume.
I can vouch for that. Only resume can been seen, then cancels the print
-
Yes, i can confirm this bug. It was introduced with the following change.
-
Please re-test with the following release...
https://forum.duet3d.com/topic/32532/paneldue-firmware-3-5-0-rc6-released
-
Flashed RC6, tested - seems to have been solved. Thank You!
-