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

    Firmware 2.02 Release candidate 3 now available

    Scheduled Pinned Locked Moved
    Firmware installation
    31
    104
    15.8k
    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.
    • fmaundefined
      fma
      last edited by

      @dc42 said in Firmware 2.02 Release candidate 3 now available:

      The object model will underpin three features planned for forthcoming firmware revisions: conditions and loops in GCode, more flexible/more readable menu description files for the 12864 display on the Duet Maestro, and user-configurable fields in Duet Web Control. Currently it is only used in two places:

      • The M408 P1 S"filter" command uses it to return values from the object model. It's not fully working because of a bug in the filter parser, however M408 P1 with no filter returns the complete object model. DWC will use a similar mechanism to retrieve values for user-specified fields.
      • In a G- or M-code command, in place of a numeric parameter it should be possible to use an expression such as [gcodes.speedFactor]. But this isn't useful yet because so few variables are included in the object model, also it's not working because of the same bug in the filter parser.

      The next step is to design the object model. Some of the existing module boundaries (gcodes, platform, move etc.) are not right for the object model, so some redesign/refactoring will be needed.

      Amazing! The future looks good ☺

      Frédéric

      1 Reply Last reply Reply Quote 0
      • kuhnikuehnastundefined
        kuhnikuehnast @Danal
        last edited by kuhnikuehnast

        Interesting thing I found about G30:

        1. If you use:
        G30 X20 Y20 
        

        to probe the bed at a specific point, you always have to calculate the offset of the probe, because the coordinates of the nozzle are used.

        Whereas if you use 2:

        G30 P0 X20 Y20 H0 Z-99999 
        

        the offset of the probe is already calculated and the real probe coordinates are used but not the "actually" coordinates of the nozzle

        1. The H- parameter is still not taken into account when probing. Therefore, I performed a little test:
        M561                                                    ; delete any bed transformation
        G1 X45.457 Y8.602 Z10 F15000				; go to probing point on floating bed
        G30 X45.457 Y8.602 H0 S-1   				; define this point as Z=0
        
        M561                                                    ; delete any bed transformation
        G1 X45.457 Y8.602 Z10 F15000				; go to probing point on floating bed
        G30 X45.457 Y8.602 H5 S-1   				; define this point as Z=0
        
        M561                                                    ; delete any bed transformation
        G30 P0 X20 Y20 H0 Z-99999 S-1			        ; probe point P0
        
        M561                                                    ; delete any bed transformation
        G30 P0 X20 Y20 H3 Z-99999 S-1			        ; probe point P0
        
        M561                                                    ; delete any bed transformation
        G30 P1 X20 Y20 H3 Z-99999 S-1			        ; probe point P1
        

        This ended up in the results:

        20:20:45G32 bed probe heights:, mean nan, deviation from mean nan
        20:20:42G32 bed probe heights: 0.004, mean 0.004, deviation from mean 0.000
        20:20:39G32 bed probe heights: 0.007, mean 0.007, deviation from mean nan
        20:20:36Stopped at height 1.399 mm
        20:20:31M98 P"0:/macros/Test H-Factor"
        Stopped at height 1.399 mm
        

        So as the H-factor differs every probe, the results are all the same... 😕

        greetings kuhni

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

          @dc42 updated to 2.02rc3 and dwc 1.22.4-b1. Prints fine, but at the end of a print, the 'job status' does not seem to finish properly. Previously the 'print another' option would appear, but now I just get greyed out 'pause job' button. Using a Kossel delta. Can select and print another job from the g-code files tab.

          Adrian52undefined BlueDustundefined chrishammundefined 3 Replies Last reply Reply Quote 0
          • Adrian52undefined
            Adrian52 @Adrian52
            last edited by

            @adrian52 previous version dwc seems to work fine with rc3

            1 Reply Last reply Reply Quote 0
            • pro3dundefined
              pro3d @Phaedrux
              last edited by pro3d

              @phaedrux
              Did you test M600 yet?

              Does it have pause and park feature or does this have to be macros on the side?

              /Roy

              Valkyrie DIY High Temp 3D Printer

              R&D - Engineering Designer - Viking 3D Printers
              https://vkingprinter.com/

              Phaedruxundefined 1 Reply Last reply Reply Quote 0
              • stewwyundefined
                stewwy
                last edited by

                Had a problem with the 1.22.4 web interface:

                Uploading a file the first time using the upload&print button was fine.
                However if I upload it again with the same filename, having made some slicer settings, and having paused and canceled the original it usually failed the re-upload.

                Just retrying with 1.22.3 and it works fine

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @pro3d
                  last edited by

                  @pro3d it will run pause.g by default or filament-swap.g if present. So you have to customize the macro to your needs.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • k3lagundefined
                    k3lag
                    last edited by

                    @dc42 updated to 2.02rc3 and dwc 1.22.4-b1. Since upgrading whenever I scroll down in DWC it automatically scrolls back up a couple seconds later. Very irritating. I'm using Safari 12.0. This hasn't been a problem with any previous version. It seems to print fine however.

                    dc42undefined Dougal1957undefined zerspaner_gerdundefined fmaundefined paulowiskundefined 5 Replies Last reply Reply Quote 0
                    • dc42undefined
                      dc42 administrators @k3lag
                      last edited by

                      @k3lag said in Firmware 2.02 Release candidate 3 now available:

                      @dc42 updated to 2.02rc3 and dwc 1.22.4-b1. Since upgrading whenever I scroll down in DWC it automatically scrolls back up a couple seconds later. Very irritating. I'm using Safari 12.0. This hasn't been a problem with any previous version. It seems to print fine however.

                      Which version of DWC were you using previously?

                      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
                      • Dougal1957undefined
                        Dougal1957 @k3lag
                        last edited by

                        @k3lag I can't reproduce this in Safari 12.0 it appears just fine to me tho I normally use Chrome.

                        Doug

                        1 Reply Last reply Reply Quote 0
                        • zerspaner_gerdundefined
                          zerspaner_gerd @k3lag
                          last edited by zerspaner_gerd

                          @k3lag said in Firmware 2.02 Release candidate 3 now available:

                          @dc42 updated to 2.02rc3 and dwc 1.22.4-b1. Since upgrading whenever I scroll down in DWC it automatically scrolls back up a couple seconds later. Very irritating. I'm using Safari 12.0. This hasn't been a problem with any previous version. It seems to print fine however.

                          I have that too (with Chrome).
                          It depends on the screen size, I noticed.

                          Here are two pictures see scroll bar
                          0_1540130916549_Scrollen 100%.jpg
                          jump back (100%)

                          0_1540131019863_Scrollen 110%.jpg
                          scrolling works (110%)

                          But I already had it with the previous version DWC 1.22.1

                          Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

                          1 Reply Last reply Reply Quote 0
                          • k3lagundefined
                            k3lag
                            last edited by

                            I was using 1.22 and never noticed a problem. I reverted back to 1.22.3 and it behaved the same as the .4b1. However, I figured out that it is related to 'scaling' the web page. If I use the buttons in my browser to either shrink or enlarge the page the problem occurs. It does not occur if it's not being scaled. It appears others have seen the same thing in other browsers. I don't have this problem with any other web pages that I've noticed.

                            1 Reply Last reply Reply Quote 0
                            • BlueDustundefined
                              BlueDust @Adrian52
                              last edited by

                              @adrian52 I also see that the Print Again is missing, and it is super annoying. I keep testing the same parts after making small adjustments, pause, cancel, print again etc... And this got annoying the first time I printed after updating the firmware and web interface.

                              Fun, that 3 letter word with "u" in the middle.

                              1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator
                                last edited by

                                I've seen an error message on the PanelDue console that hasn't shown up in the Gcode console.

                                Wifi reported error: incomplete write wifi reported error: incomplete write It shows up twice like that.

                                It happened once while trying to download a gcode file from the DWC. The download failed in the browser as well.

                                Then it happened again uploading a Gcode file. But the gcode file seems to have uploaded correctly.

                                When I saw the error message I checked the DWC console which was up and running but nothing was there.

                                I then ran a M122 to see the diagnostics and the DWC reloaded and the printer paused for a second mid print and then carried on. When the DWC reloaded I ran M122 again. This time it worked. But doesn't seem to show anything amiss. Nothing was logged to the PanelDue console.

                                === Diagnostics ===
                                RepRapFirmware for Duet 2 WiFi/Ethernet version 2.02RC3(RTOS) running on Duet WiFi 1.02 or later
                                Board ID: 08DDM-9FAM2-LW4SD-6JKF0-3SN6N-T2ZBY
                                Used output buffers: 1 of 20 (20 max)
                                === RTOS ===
                                Static ram: 28532
                                Dynamic ram: 98720 of which 12 recycled
                                Exception stack ram used: 512
                                Never used ram: 3296
                                Tasks: NETWORK(ready,328) HEAT(blocked,1184) MAIN(running,3484)
                                Owned mutexes:
                                === Platform ===
                                Last reset 02:13:18 ago, cause: power up
                                Last software reset at 2018-10-15 13:21, reason: User, spinning module GCodes, available RAM 3480 bytes (slot 0)
                                Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
                                Error status: 4
                                Free file entries: 9
                                SD card 0 detected, interface speed: 20.0MBytes/sec
                                SD card longest block write time: 0.0ms, max retries 0
                                MCU temperature: min 44.5, current 44.9, max 45.3
                                Supply voltage: min 23.8, current 23.9, max 24.1, under voltage events: 0, over voltage events: 0
                                Driver 0: ok, SG min/max 0/1007
                                Driver 1: ok, SG min/max 0/254
                                Driver 2: standstill, SG min/max 0/222
                                Driver 3: ok, SG min/max 0/240
                                Driver 4: standstill, SG min/max not available
                                Date/time: 2018-10-21 16:43:25
                                Cache data hit count 4294967295
                                Slowest loop: 4.63ms; fastest: 0.07ms
                                === Move ===
                                Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 150, MinFreeDm: 150, MaxWait: 0ms, Underruns: 0, 0
                                Scheduled moves: 191830, completed moves: 191800
                                Bed compensation in use: mesh
                                Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                                === Heat ===
                                Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
                                Heater 0 is on, I-accum = 0.2
                                Heater 1 is on, I-accum = 0.4
                                === GCodes ===
                                Segments left: 1
                                Stack records: 3 allocated, 0 in use
                                Movement lock held by null
                                http is idle in state(s) 0
                                telnet is idle in state(s) 0
                                file is doing "G1 X186.602 Y122.915 E0.08193" in state(s) 0
                                serial is idle in state(s) 0
                                aux is idle in state(s) 0
                                daemon is idle in state(s) 0
                                queue is idle in state(s) 0
                                autopause is idle in state(s) 0
                                Code queue is empty.
                                === Network ===
                                Slowest loop: 182.79ms; fastest: 0.08ms
                                Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                                HTTP sessions: 1 of 8
                                - WiFi -
                                Network state is running
                                WiFi module is connected to access point 
                                Failed messages: pending 0, notready 0, noresp 0
                                WiFi firmware version 1.21
                                WiFi MAC address 5c:cf:7f:ef:4a:74
                                WiFi Vcc 3.31, reset reason Turned on by main processor
                                WiFi flash size 4194304, free heap 13216
                                WiFi IP address 10.10.0.63
                                WiFi signal strength -40dBm, reconnections 0, sleep mode modem
                                Socket states: 0 2 0 0 0 0 0 0
                                === Expansion ===
                                

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • Synapsisundefined
                                  Synapsis
                                  last edited by Synapsis

                                  I have been using it without any real problem but a funny one.
                                  While I was connected I had to turn my router off. When the router was back online the duet reconnected but the web interface would not connect again, even after a refresh of the page. I closed the browser and reopened it, but nothing it would not connect to the duet.
                                  I had to turn the duet off then on and all was back to normal.

                                  1 Reply Last reply Reply Quote 0
                                  • timcurtis67undefined
                                    timcurtis67
                                    last edited by

                                    If you have a panel due try sending an M552 S1to restart the Wifi.

                                    See https://duet3d.dozuki.com/Wiki/GCode#Section_M552_Set_IP_address_enable_disable_network_interface

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

                                      @adrian52 Thanks for the note, I'll fix this shortly.

                                      @k3lag I'm afraid I cannot reproduce this. I tried it on Firefox (Win+Linux), Edge and Safari (OS X) but it never scrolls up for me. Can you check if the toggling the option "Always show info area and menu" on the Settings makes a difference?

                                      Edit: There you go - v1.22.4 is now official: https://github.com/chrishamm/DuetWebControl/releases/tag/1.22.4

                                      Duet software engineer

                                      k3lagundefined 1 Reply Last reply Reply Quote 0
                                      • k3lagundefined
                                        k3lag @chrishamm
                                        last edited by

                                        @k3lag I'm afraid I cannot reproduce this. I tried it on Firefox (Win+Linux), Edge and Safari (OS X) but it never scrolls up for me. Can you check if the toggling the option "Always show info area and menu" on the Settings makes a difference?

                                        Edit: There you go - v1.22.4 is now official: https://github.com/chrishamm/DuetWebControl/releases/tag/1.22.4

                                        I can't duplicate now either. It was consistent for a few days now suddenly it seems fine. I'll let you know if the problem returns and I'll pay attention to any change in circumstances that may cause it.

                                        k3lagundefined 1 Reply Last reply Reply Quote 0
                                        • k3lagundefined
                                          k3lag @k3lag
                                          last edited by

                                          @k3lag said in Firmware 2.02 Release candidate 3 now available:

                                          @k3lag I'm afraid I cannot reproduce this. I tried it on Firefox (Win+Linux), Edge and Safari (OS X) but it never scrolls up for me. Can you check if the toggling the option "Always show info area and menu" on the Settings makes a difference?

                                          Edit: There you go - v1.22.4 is now official: https://github.com/chrishamm/DuetWebControl/releases/tag/1.22.4

                                          I can't duplicate now either. It was consistent for a few days now suddenly it seems fine. I'll let you know if the problem returns and I'll pay attention to any change in circumstances that may cause it.

                                          It just started doing it again and I noticed what's going on but I don't know why. My printers name on the network is "bigbox.local". If the URL in address bar is "bigbox.local" it does not exhibit the problem. Somehow the URL is changing to "bigbox.local." (notice the "." at the end) and when it is that way it scrolls back to the top after scrolling down. I'm not sure where the extra "." is coming from. If I manually put the "." on the end when it's working correctly the behavior will start as well. For some reason the extra "." is getting added to the end of URL on its own somehow.

                                          1 Reply Last reply Reply Quote 0
                                          • BlueDustundefined
                                            BlueDust
                                            last edited by

                                            Z Baby Stepping doesn't seem to work any more.
                                            I just updated DWC to 1.22.4 to see if that would fix it, and it did not.

                                            Current version
                                            Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
                                            Firmware Electronics: Duet Ethernet 1.02 or later
                                            Firmware Version: 2.02RC3(RTOS) (2018-10-17b2)
                                            Web Interface Version: 1.22.4

                                            Is anyone else having this problem?

                                            Fun, that 3 letter word with "u" in the middle.

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