Duet3D Logo

    Duet3D

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

    Firmware 2.02RC6 released

    Firmware installation
    13
    42
    4520
    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.
    • dc42
      dc42 administrators last edited by

      I've just released this at https://github.com/dc42/RepRapFirmware/releases/tag/2.02RC6. If you are already running 2.02RC5 then there should be no significant surprises, otherwise be sure to read the upgrade notes.

      Please provide feedback on this release as follows:

      • To report that this release is working well for you and/or that it fixes bugs you encountered in previous releases, please post in this thread
      • To report an issue that is new to this release, or that a bug that should be fixed in this release (according to the whatsnew file) is still present, create a new thread with a title of the form "2.02RC6 issue: ...", or if someone else has already created such a thread describing the same issue, post in that thread.

      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
      • JRDM
        JRDM last edited by

        Seems to work OK.

        Does it make sense to pin this announcement? I found the announcement and discussion on RC5 a lot higher up in the list than this announcement.

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

          With this release, I get every few seconds the message:

          The connection between the browser and your machine has been interrupted.

          Reason: Host unreachable

          Please wait while a new connection is being established...

          It is almost impossible to connect to the machine properly / send a gcode... 馃槥

          Sometimes the machine doesn'T respond at all... (e.g. if you try to send a M122, it is displayed but I don't get a result (see picture) 0_1544952579051_Unbenannt.JPG

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

            I now tried to go back to RC5 and uploaded this firmware... Now the same results and I am even unable to change the language to german! Now I am afraid that my Duet is crashed???

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

              I don't think the change is due to the upgrade to RC6, I suspect the cause is a change in the WiFi environment - assuming you were already running DuetWiFiServer 1.21 and DWC 1.22.5 before the upgrade.

              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
              • Christophe76350
                Christophe76350 last edited by

                Hello,

                An M140 used without parameters simply reviews the bed temperature. Whereas if I look in the G-code documentation it should put the bed back in active mode, right?

                M140 S50 R0; bed temperature setting
                M144; standby bed
                M140; returns the bed temperature but no reactivation of the bed.

                I am in RC6 I have not tried another version of the firmware.

                Christophe.

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

                  @christophe76350 said in Firmware 2.02RC6 released:

                  Hello,

                  An M140 used without parameters simply reviews the bed temperature. Whereas if I look in the G-code documentation it should put the bed back in active mode, right?

                  It was the M144 documentation that said M140 without parameters makes the bed active again, but that was incorrect. Use M144 S1 to make the bed active again, or use M140 Snn to set the bed temperature again.

                  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
                  • Christophe76350
                    Christophe76350 last edited by

                    Thank you for your answer M144 S1 works.

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

                      Completed a 16 hour print without issues.

                      Z-Bot CoreXY Build | Thingiverse Profile

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

                        Can I just ask if anyone has used pause and resume successfully with RC6?

                        I'm not sure that a problem exists in RC6, however, I upgraded yesterday and was printing calibration cubes to make some changes to fix an infill problem. On 2 different prints I hit paused to check the infill pattern and when I resumed the hotend returned to a point above its last location and continued printing. Like it skipped a layer completely.

                        Has anyone seen anything like that with RC6?

                        I'll go back to RC5 and try it again.

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

                          @insertnamehere rc5 had an issue with pause and resume where some moves were not completed successfully. Check the rc5 thread for details. I have tested pause and resume on rc6 and it seems to behave normally again.

                          What do you have in your pause.g and resume.g macros?

                          Z-Bot CoreXY Build | Thingiverse Profile

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

                            @phaedrux Thanks, that's good to know it is not the firmware.
                            I'll check my Z axis for binding, most likely a mechanical problem.

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

                              Hi David

                              in progress with my Scara 馃槢
                              Homing ok 馃檪

                              Test print prtial ok 馃槢
                              print ok but in relative position compared to homing

                              After print i test this macro file content to debug:

                              G28
                              G90		;Absolute Positioning
                              G1 X150 Y150 F2500路路路路
                              

                              Return error on G1: M98 P"0:/macros/test" Error: G1/G2/G3: intermediate position outside machine limits

                              Second test:

                              G28
                              G90		;Absolute Positioning
                              G1 X150 Y150 F2500
                              G1 X0 Y0 F2500
                              

                              Error: G1/G2/G3: intermediate position outside machine limits 16:24:50 M98 P"0:/macros/test" Error: G1/G2/G3: intermediate position outside machine limits

                              the arm does the homing, then it makes a mistake, it moves in relative coordinates and not absolute in x150 / y150 (partial ok, not absolu)
                              but afterwards it is supposed to go to x0 / y0, and it goes to x0 / y300 ???

                              I think the concern is there is an inverted axis?

                              I think that since the beginning of my tests on 2.02RCx the problem with the absolute movements is here!

                              Scara with DuetWifi => Scarlette3D
                              https://youtu.be/mBF5cO8vGhI

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

                                Hi,

                                After the latest update to RC6 and web interface 1.22.5 I am getting this error every time I leave the page open for more than 10-15 mins.0_1545330413564_Screenshot 2018-12-20 at 17.53.43.png

                                Fully updated MacOS
                                0_1545330630642_Screenshot 2018-12-20 at 18.30.07.png

                                Also sometimes I click on a gcode to start printing, I click on the confirmation message but it does nothing, like I never selected it. I have to do an emergency stop and click on the gcode once again to get it going.

                                Thanks!

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

                                  @ckostikas that's a feature of OSX to alert you to apps that are using resources. I'm not sure but I think you can tell it to ignore certain apps.

                                  Have you tried chrome?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  Ckostikas 1 Reply Last reply Reply Quote 1
                                  • Ckostikas
                                    Ckostikas @Phaedrux last edited by

                                    @phaedrux No I haven't but I'll give it a go.

                                    The thing is that the browser lags after that and the safari just consumes all my RAM so I was thinking maybe a bug on web interface or something just because I didn't have anything similar before updating to rc6 and 1.22.5.

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

                                      Hi there,

                                      I'm still not able to upload files to my duet wifi, I'm using latest firmwares, duetwifiserver is still the old 1.21.
                                      Still using cisco access points and linux computers, still loads of tcp dup, tcp retransmission, tcp window full...
                                      and no single issue with a raspberry 10cm away connected to the same ap...

                                      I guess it's not enough just to use a esp8266 and expect it to work in a lot of different environments.

                                      I've been uploading gcodes and firmware through the usb serial port for a while now, not the end of the world...

                                      Happy Xmas.

                                      Phaedrux dc42 2 Replies Last reply Reply Quote 0
                                      • Phaedrux
                                        Phaedrux Moderator @lolorc last edited by

                                        @lolorc Sorry to hear that. Does your access point have a good 2.4Ghz band?

                                        Z-Bot CoreXY Build | Thingiverse Profile

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

                                          i see the release notes for RC07, but no RC07 files

                                          375x360x415 CoreXY DuetWifi + Duex5
                                          24v 600w, E3D Chimera, Zesty Nimble CC, BLTouch, X&Y linear rails, dual Z motors

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

                                            @mikebridge said in Firmware 2.02RC6 released:

                                            i see the release notes for RC07, but no RC07 files

                                            I hope to release RC7 later today.

                                            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 1
                                            • dc42
                                              dc42 administrators @lolorc last edited by

                                              @lolorc said in Firmware 2.02RC6 released:

                                              Hi there,

                                              I'm still not able to upload files to my duet wifi, I'm using latest firmwares, duetwifiserver is still the old 1.21.
                                              Still using cisco access points and linux computers, still loads of tcp dup, tcp retransmission, tcp window full...
                                              and no single issue with a raspberry 10cm away connected to the same ap...

                                              I guess it's not enough just to use a esp8266 and expect it to work in a lot of different environments.

                                              I've been uploading gcodes and firmware through the usb serial port for a while now, not the end of the world...

                                              Happy Xmas.

                                              I'm sorry to hear you are having problems with WiFi connectivity. It may be that the ESP12S module on your Duet is faulty.

                                              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

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

                                                @dc42 said in Firmware 2.02RC6 released:

                                                @lolorc said in Firmware 2.02RC6 released:

                                                Hi there,

                                                I'm still not able to upload files to my duet wifi, I'm using latest firmwares, duetwifiserver is still the old 1.21.
                                                Still using cisco access points and linux computers, still loads of tcp dup, tcp retransmission, tcp window full...
                                                and no single issue with a raspberry 10cm away connected to the same ap...

                                                I guess it's not enough just to use a esp8266 and expect it to work in a lot of different environments.

                                                I've been uploading gcodes and firmware through the usb serial port for a while now, not the end of the world...

                                                Happy Xmas.

                                                I'm sorry to hear you are having problems with WiFi connectivity. It may be that the ESP12S module on your Duet is faulty.

                                                it may be, that something I haven't though about. the board connects to the access point fine, I'm able to use the web service, the issues happen when uploading files.
                                                I burnt my first duet board, this is a my second one, it's true I have never encoutered this issue with the first board. but it was 20 months ago...
                                                Have you ever heard of that kind issues that were related to the esp itself ?

                                                Best wishes.

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

                                                  @lolorc said in Firmware 2.02RC6 released:

                                                  it may be, that something I haven't though about. the board connects to the access point fine, I'm able to use the web service, the issues happen when uploading files.
                                                  I burnt my first duet board, this is a my second one, it's true I have never encoutered this issue with the first board. but it was 20 months ago...
                                                  Have you ever heard of that kind issues that were related to the esp itself ?

                                                  We know that not all ESP modules work perfectly during testing, but our testing isn't extensive enough to pick up all possible faults. However, another possibility is that your SD card has a very long write time. Have you tried a new SD card?

                                                  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
                                                  • dc42
                                                    dc42 administrators @frafa last edited by

                                                    @frafa, please provide the config.g and homing files you are using, and confirm that the issues you have with the 2.02 firmware release are still as below. That error message should mean that from the current position, it is not possible to move in a straight line to X150 Y150, which is normally because a straight line to that point would pass too close to the proximal joint. You should still be able to use a G0 move to reach that point, assuming that point is reachable.

                                                    After print i test this macro file content to debug:

                                                    G28
                                                    G90 ;Absolute Positioning
                                                    G1 X150 Y150 F2500路路路路
                                                    Return error on G1: M98 P"0:/macros/test" Error: G1/G2/G3: intermediate position outside machine limits

                                                    Second test:

                                                    G28
                                                    G90 ;Absolute Positioning
                                                    G1 X150 Y150 F2500
                                                    G1 X0 Y0 F2500
                                                    Error: G1/G2/G3: intermediate position outside machine limits 16:24:50 M98 P"0:/macros/test" Error: G1/G2/G3: intermediate position outside machine limits

                                                    the arm does the homing, then it makes a mistake, it moves in relative coordinates and not absolute in x150 / y150 (partial ok, not absolu)

                                                    but afterwards it is supposed to go to x0 / y0, and it goes to x0 / y300 ???

                                                    I think the concern is there is an inverted axis?

                                                    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
                                                    • frafa
                                                      frafa last edited by frafa

                                                      Hi David,
                                                      yes same problem,

                                                      now homing is ok
                                                      G28 no longer returns errors 馃檪

                                                      But move absolute return error ...

                                                      Test Firmware Version: 2.02RC7(RTOS) (2018-12-22b2):

                                                      G28
                                                      G90 ;Absolute Positioning
                                                      G1 X0 F2500
                                                      

                                                      Return error: 15:40:30 M98 P"0:/macros/test" Error: G1/G2/G3: intermediate position outside machine limits Error: G1/G2/G3: intermediate position outside machine limits

                                                      all movements in absolute mode return an error x/y/z...

                                                      My config and homing files:
                                                      config.g http://dl.free.fr/j7UVd31UF
                                                      homeall.g http://dl.free.fr/usibxoSpf (hominig error on "G1 Z10 F250" if i remove no errors)

                                                      Reminder everything works perfectly with 1.21RC3

                                                      Scara with DuetWifi => Scarlette3D
                                                      https://youtu.be/mBF5cO8vGhI

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