DWC 1.21.1 and DWC 1.22.1B2 bugs
-
F/w version is 2.01b1, web server is 1.21.1 iirc
Im running into a few bugs with DWC.
On 1.21.1 the web interface doesnt show that the printer is homed, it will still display that the axis aren't homed even after homing plus it wont show were the print head is in the top right, it only shows zeros.Tried updating to 1.21.2b2 to see if that would fix it.
It does fix the issues mentioned on 1.21.1
But when i jog the print head, it behaves as if it a Cartesian printer only moving diagnally.
sending a move command for example G1 X200, X will move as expected .
0_1530823261491_config.g -
@jbourns thanks for the report. I have moved this to the DWC area. I know @chrishamm is working on another beta release of 1.2.1.2 b2
In the mean time it might make sense to revert to the last stable release of both.
-
Ok thanks for the heads up. I'm back on dwc 1.21.1 , ill downgrade the f/w to 2.0
I'll post if it makes a change -
I have to report another bug (coming from 1.21).
CoreXY printer, M564 H0 in config.g.
Cannot jog any unhomed axis (also setting "allow moves if axes are not homed" does not help)
looking at the code (interface.js) :... if (lastStatusResponse != undefined && lastStatusResponse.coords.axesHomed[axisIndex]) { var moveString = "M120\nG91\nG1 "; moveString += axis + $(this).data("amount"); moveString += " F" + settings.moveFeedrate + "\nM121"; sendGCode(moveString); } ...
DWC will only send G91 if the axis is homed irrespective of what I tell the firmware?
Send G91 from gcode console obviously works but is a bit of a hassle.for completeness, current firmware:
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet Firmware Electronics: Duet WiFi 1.02 or later + DueX5 Firmware Version: 2.01(RTOS) (2018-07-26b2) WiFi Server Version: 1.21 Web Interface Version: 1.22-b1 (latest from dev branch on GitHub)
-
This is a known issue, which I fixed in DWC 1.22-dc42 (available at https://github.com/dc42/RepRapFirmware/releases/tag/2.01). I expect Chrishamm has fixed it in his more recent releases of DWC too.
-
@dc42 : the code I showed is from latest version on the DWC dev branch.
-
Have you tried 1.22-dc42 ?
-
@dc42 Where do I find DWC 1.22-dc42 David? The link above only shows 1.21.2-dc42. For info, that version worked fine with my CoreXYUV but ChrisHam's 1.22 b2 won't let me move axes unless homed. I've pointed that out to Chris in another thread https://forum.duet3d.com/topic/5485/duet-web-control-wishlist-notes-and-priorities
-
@deckingman said in DWC 1.21.1 and DWC 1.22.1B2 bugs:
@dc42 Where do I find DWC 1.22-dc42 David?
In the RRF 2.01 release area, https://github.com/dc42/RepRapFirmware/releases/tag/2.01.
-
David thats 1.21.2-dc42 not 1.22 as far as I can see anyway else I am blind
-
I'm sorry, I got confused with version numbers. I meant 1.21.2-dc42.
-
@dc42 Ahh good - I thought it was me going crazy or blind.
So, I can confirm that axes can be moved in DWC 1.21.2-dc42 but not in Chris Ham's very latest 1.22-b2. I've pointed this out to him in the other thread.
-
Should be fixed in v1.22-b3.