Duet Web Control 2.1.1 released
-
@chrishamm two more bugs:
- Turn Everything OFF does not work (once button is pressed nothing happens)
- after pressing emergency stop button system halts and does not return control to DWC
this is where DWC hangs:
once i switch to DWC1 in the interface, both function work fine:
- heatbed and extruder are set to OFF
- after emergency stop button pressed it shows window as below. Once I press YES - system reboots and returns control to web UI
-
Why do this annoying messages never time out?
No matter what I change these messages do not time out...
I think they are from the M117 but I cannot find how to get rid of them after a time...
-
@Danal That heightmap loads without problems on my printer. Is there any way to reproduce this problem? What browser are you using?
@c310 "Turn Everything Off" will be fixed in the next version. What board are you using? DWC reconnects nicely on my setup whenever I do an emergency stop.
@GrodanB It's because you are using M117 instead of M118 S"msg". Messages sent from M117 are supposed to be sticky.
-
@chrishamm said in Duet Web Control 2.1.1 released:
xed in the next version. What board are you using? DWC reconnects nicely on my setup whenever I do an emergency stop.
Board is duetwifi 1.03, emergency stop in GUI works, issue is with physical "emergency stop" mushroom button.
That button generates M112. Once DWC1 receives M112 it generates a window asking "Do you want to restart". Once user agrees, it sends M999.
In fact, if i issue m112 in DWC2.1.1 printer halts and DWC stucks at "please stand by" without ability to enter M999. The only way to recover in that situation is to power cycle the printer....
So, i kindly ask you to make that window asking for M999 and reenabling the UI
That should resolve the issue with non-responsive interface
Many thanks in advance -
@chrishamm said in Duet Web Control 2.1.1 released:
That heightmap loads without problems on my printer. Is there any way to reproduce this problem? What browser are you using?
Another user was having a similar problem in this thread https://forum.duet3d.com/topic/15436/printer-freezes-at-start-of-print/23
When using G29 S1 (or M375) to load a heightmap it would hang. When doing a regular G29 and reprobing it would work ok. (duet3+pi) -
@chrishamm said in Duet Web Control 2.1.1 released:
@Danal That heightmap loads without problems on my printer. Is there any way to reproduce this problem? What browser are you using?
@c310 "Turn Everything Off" will be fixed in the next version. What board are you using? DWC reconnects nicely on my setup whenever I do an emergency stop.
@GrodanB It's because you are using M117 instead of M118 S"msg". Messages sent from M117 are supposed to be sticky.
ahh.. so thats why... did not know M118. The scripts are since I built my BigBox... and they had M117 all over...
Nice thanks finally I can get rid of those annoying messages...
-
@GrodanB M117 has its roots with the older LCD displays that had a single line for message display. They would stay displayed until the next M117 command came to replace it.
-
@chrishamm said in Duet Web Control 2.1.1 released:
@Danal That heightmap loads without problems on my printer. Is there any way to reproduce this problem? What browser are you using?
Chris, you nailed it! Heightmap works fine on Chrome.
Failure was on Brave, with default settings that defend against trackers and such. Turn these off for printer URL and heightmap works fine on Brave as well.
-
I am experiencing a very strange problem when upgrading from DWC 2.07 to 2.1.0 or 2.1.1
Immediatly after uploading the new DuetWebControl-SD.zip folder for either 2.1.0 or 2.1.1 all of my defined tools disappear from the screen. I can run macro files to redefine each tool, and use gcode commands like T0 or T1 to select a tool, but I cannot see the temperatures, (both actual and target) or anything else to do with the tools for that matter.
I recently upgraded from 3.0 to 3.01RC6 and it was recommend for me to also upload the new DWC version. Below are images of before (using DWC 2.07) and after (DWC 2.1.1). I made no changes to my configuration file between changing DWC versions.
If I click {Revert to DWC 1.xxxx} my tools show up again, but I loose all the features of the new DWC
-
@hunterbrighton DWC 2.1.0 and 2.1.1 have problems if tools are not numbered consecutively. This will be fixed with 2.1.2.
Until then you could renumber yourT3
toT2
and you should see your tools again.