Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Please help us to test firmware 1.17RC3 and DWC 1.14

    Scheduled Pinned Locked Moved
    Firmware installation
    24
    82
    11.9k
    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.
    • Zesty_Lykleundefined
      Zesty_Lykle
      last edited by

      After still having strange grid calibration results, I switched arms around. On the theory that if the geometry of the arms is not correct I should see it in the calibrated shape. No change, what so ever. No change if I switch one arm, or all the arms. So I am guessing that the length of my arms is pretty identical.
      So I put everything back the way it was and then rotated the effector. No change, same pattern.
      It dips deeply between the left and back column and towards the right column. In the middle it is highest.
      So that would point to the right column, yes? But in what way? I'll have to think about it.

      I think I will start a separate thread about this. No need to clutter up the 1.17 thread

      Lykle
      Design, make and enjoy life

      Co Creator of the Zesty Nimble

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

        @lolorc:

        the macro I provided was enclosed by M120 & M121. I read RRP does add them, no need to write them in the macro.
        So it's all my fault 🙂 (it wasn't complaining about that with 1.16 but hey it's now ok)

        I found the problem. If M120 succeeds then execution of the current file stops. So it never gets to do the M121 and after running the macro a few times, the stack for that input channel reaches its maximum depth of 5. Will be fixed in next release.

        @lolorc:

        only thing left is: a macro named Z-0.01 in the macro editor (dwc) appears as Z-0 in the machine control tab. (ultra minor bug)

        Yes, I see that too. I'll alert chrishamm to it.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • mhackneyundefined
          mhackney
          last edited by

          Lykle, what probing technology are you using? If the HE280 accelerometer, send me an email.

          My 3D Printing blog: http://www.sublimelayers.com
          Coming this summer: "3D Printing Strategies - the art of perfecting your designs and prints"

          1 Reply Last reply Reply Quote 0
          • sdigsundefined
            sdigs
            last edited by

            Anyone having an issue with files not showing up in uploaded list after upgrading to current edge firmware and DWC. I have uploaded a couple of jobs with printing them and i can not find them in the list. This is the first time I have seen this. Running the 1.17RC3 and the 1.14-b4 DWC. Thought I would ask if anyone else is seeing this.

            Printers: MakerGear M2
            Custom Built Corexy with Duet 0.8.5 board

            1 Reply Last reply Reply Quote 0
            • deckingmanundefined
              deckingman
              last edited by

              Since rolling back from DWC 1.14 to DWC 1.13 the connection problems and slow response issues that I reported on earlier seem to have gone away.

              Ian
              https://somei3deas.wordpress.com/
              https://www.youtube.com/@deckingman

              1 Reply Last reply Reply Quote 0
              • Firebug24kundefined
                Firebug24k
                last edited by

                Found a bug with the DWC - when I enter in my webcam URL for the "Webcam Surveillance" preview, only every other "refresh" displays an image. For example, if I say update every 10 seconds, for 10 seconds a picture is displayed, then for ten seconds a broken image is displayed, then 10 seconds of a new correct image, then 10 seconds of a broken image…. etc. By broken image I mean an invalid JPEG, the browser won't display it.

                1 Reply Last reply Reply Quote 0
                • Jackalundefined
                  Jackal
                  last edited by

                  @Firebug24k:

                  Found a bug with the DWC - when I enter in my webcam URL for the "Webcam Surveillance" preview, only every other "refresh" displays an image. For example, if I say update every 10 seconds, for 10 seconds a picture is displayed, then for ten seconds a broken image is displayed, then 10 seconds of a new correct image, then 10 seconds of a broken image…. etc. By broken image I mean an invalid JPEG, the browser won't display it.

                  What browser are you using? What software do you use to output webcam to jpg?

                  1 Reply Last reply Reply Quote 0
                  • antoine.voiryundefined
                    antoine.voiry
                    last edited by

                    All,
                    I think I found a small bug. The bed offset and max print bed size are not taken into account when doing the probing for minand max.
                    Example
                    I set my printer with

                    [[language]]
                    ; max travel and origin
                    M208 X214 Y190 Z200 
                    G31 P500 X8 Y-28 Z0.20 S60        ; set threshold and offsets (we were at 0.74 )
                    
                    

                    Then, if I do a
                    G30 P1 X20 Y185 Z-99999

                    I am finding my printer at 213, which is causing huge noise, as it can't go there.

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

                      The G30 command says you want to place the probe at Y=185 and this means putting the head at Y=213. The firmware assumes that you know what you are doing when you issue G30 commands, because they are completely under your control, unlike the gcode generated by a slicing program.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                      1 Reply Last reply Reply Quote 0
                      • antoine.voiryundefined
                        antoine.voiry
                        last edited by

                        @dc42:

                        The G30 command says you want to place the probe at Y=185 and this means putting the head at Y=213. The firmware assumes that you know what you are doing when you issue G30 commands, because they are completely under your control, unlike the gcode generated by a slicing program.

                        Thanks, I thought the max and min were taken into account. This is exactly what I was doing anyway as a woraround.

                        Antoine

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

                          btw G29 probing is different because the points are generated automatically. The firmware checks that each point you want to probe is reachable by the probe, and skips any that are not.

                          Duet WiFi hardware designer and firmware engineer
                          Please do not ask me for Duet support via PM or email, use the forum
                          http://www.escher3d.com, https://miscsolutions.wordpress.com

                          1 Reply Last reply Reply Quote 0
                          • Adamfilipundefined
                            Adamfilip
                            last edited by

                            not clear on how you display the grid visual.
                            Can I button in the web control be added to bring this up?

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

                              Yes, go to Settings->Machine Properties and click "Load height map".

                              Duet WiFi hardware designer and firmware engineer
                              Please do not ask me for Duet support via PM or email, use the forum
                              http://www.escher3d.com, https://miscsolutions.wordpress.com

                              1 Reply Last reply Reply Quote 0
                              • antoine.voiryundefined
                                antoine.voiry
                                last edited by

                                @dc42:

                                btw G29 probing is different because the points are generated automatically. The firmware checks that each point you want to probe is reachable by the probe, and skips any that are not.

                                Thanks
                                Does that mean that below command can go in config.gcode and bed.gcode would then only contain a HOME all and G29?
                                M557 X25:180 Y25:180 S20
                                Antoine

                                1 Reply Last reply Reply Quote 0
                                • Adamfilipundefined
                                  Adamfilip
                                  last edited by

                                  i have updated to the latest firmware for both and I dont see that option.. to "Load height map"

                                  1 Reply Last reply Reply Quote 0
                                  • Adamfilipundefined
                                    Adamfilip
                                    last edited by

                                    nevermind.. it was download heightmap.. found it sorry

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

                                      @antoine.voiry:

                                      Does that mean that below command can go in config.gcode and bed.gcode would then only contain a HOME all and G29?
                                      M557 X25:180 Y25:180 S20
                                      Antoine

                                      Yes, that's a good option for a non-delta printer.

                                      Duet WiFi hardware designer and firmware engineer
                                      Please do not ask me for Duet support via PM or email, use the forum
                                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                                      1 Reply Last reply Reply Quote 0
                                      • Alex9779undefined
                                        Alex9779
                                        last edited by

                                        I played again with the bed leveling today but I have problems loading or reloading the heightmap in the webif…
                                        I started leveling from the PanelDue and when it was finished I loaded the 3D image on the webif and it seemed to be the result of the last operation. Then I did it again, but obviously the webif showed still the last result, the deviation and mean errors in the file didn't match the display...
                                        So how can I force the webif to load the new heightmap file? I tried to reset the board, cleared my cache of the browser but I have no reliable sequence of steps to make it load the new generated heightmap file...

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

                                          The height map file is called heightmap.csv by default. It has a time stamp written into it. So you can open it in the system editor and check the time stamp. You can also use the P parameter of the G29 command to use a different file name if you wish.

                                          Duet WiFi hardware designer and firmware engineer
                                          Please do not ask me for Duet support via PM or email, use the forum
                                          http://www.escher3d.com, https://miscsolutions.wordpress.com

                                          1 Reply Last reply Reply Quote 0
                                          • Alex9779undefined
                                            Alex9779
                                            last edited by

                                            Yeah that what I checked but I made a screen shooting the heights I display before and after. The file is different but not the rendering…

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