Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    DWC 1.21.1 and DWC 1.22.1B2 bugs

    Duet Web Control wishlist
    7
    13
    1092
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jbourns
      Jbourns last edited by

      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

      T3P3Tony 1 Reply Last reply Reply Quote 0
      • T3P3Tony
        T3P3Tony administrators @Jbourns last edited by

        @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.

        1 Reply Last reply Reply Quote 0
        • Jbourns
          Jbourns last edited by

          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

          1 Reply Last reply Reply Quote 0
          • whosrdaddy
            whosrdaddy last edited by

            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)
            
            1 Reply Last reply Reply Quote 0
            • dc42
              dc42 administrators last edited by

              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.

              1 Reply Last reply Reply Quote 0
              • whosrdaddy
                whosrdaddy last edited by

                @dc42 : the code I showed is from latest version on the DWC dev branch.

                1 Reply Last reply Reply Quote 0
                • dc42
                  dc42 administrators last edited by

                  Have you tried 1.22-dc42 ?

                  deckingman 1 Reply Last reply Reply Quote 0
                  • deckingman
                    deckingman @dc42 last edited by

                    @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

                    dc42 1 Reply Last reply Reply Quote 0
                    • dc42
                      dc42 administrators @deckingman last edited by

                      @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.

                      1 Reply Last reply Reply Quote 0
                      • Dougal1957
                        Dougal1957 last edited by Dougal1957

                        David thats 1.21.2-dc42 not 1.22 as far as I can see anyway else I am blind

                        1 Reply Last reply Reply Quote 0
                        • dc42
                          dc42 administrators last edited by dc42

                          I'm sorry, I got confused with version numbers. I meant 1.21.2-dc42.

                          deckingman 1 Reply Last reply Reply Quote 0
                          • deckingman
                            deckingman @dc42 last edited by

                            @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.

                            1 Reply Last reply Reply Quote 0
                            • chrishamm
                              chrishamm administrators last edited by

                              Should be fixed in v1.22-b3.

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post
                              Unless otherwise noted, all forum content is licensed under CC-BY-SA