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

    New firmware 1.19 beta 2

    Scheduled Pinned Locked Moved
    Firmware installation
    18
    70
    9.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.
    • dc42undefined
      dc42 administrators
      last edited by

      I've just noticed a bug. If the password contains a semicolon then the M587 command will not be parsed correctly. So passwords containing semicolons won't work. I'll fix this in the next beta.

      There may be other characters that won't work in wifi passwords - unfortunately the SDK for the WiFi module is not open source, so I can't check. But they should be the same characters that didn't work before, or a subset of them.

      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

        Just updated to 1.19 Beta 5, working well overall. noticed two small issues

        1. when using Gcode console, if i try to add a new wifi network using
          M587 S"Wifi Name" P"MyPassword" it will convert it all to Capitals. even if i need it to be Case sensitive.

        2. during a print, I paused it, and then went to control on Panel Due and wanted to extrude extra filament as i was changing rolls.. i set to to extrude 50mm at 5mms/sec and it ignores the speed setting and tried to extrude all within 1 second.. which was way too fast and caused the extruder to skip, dont recall if this was an issue on previous firmware

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

          @Adamfilip:

          Just updated to 1.19 Beta 5, working well overall. noticed two small issues

          1. when using Gcode console, if i try to add a new wifi network using
            M587 S"Wifi Name" P"MyPassword" it will convert it all to Capitals. even if i need it to be Case sensitive.

          2. during a print, I paused it, and then went to control on Panel Due and wanted to extrude extra filament as i was changing rolls.. i set to to extrude 50mm at 5mms/sec and it ignores the speed setting and tried to extrude all within 1 second.. which was way too fast and caused the extruder to skip, dont recall if this was an issue on previous firmware

          For number 1 you can turn off "Always Convert G-Codes to Upper-Case" in "Settings > User Interface", probably DWC need a check to see if it is a M587 gcode or simply leave the case of quoted parameters.

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

            Hoping a Tab can be added to webcontrol to add/remove wifi networks. Enable ADhoc

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

              I've just released 1.19beta6. Those of you already running a 1.19beta version can just install it over the network. See https://github.com/dc42/RepRapFirmware/blob/dev/WHATS_NEW.md for the change list.

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

                @dc42:

                I've just released this at https://github.com/dc42/RepRapFirmware/tree/dev/Release (look in the Edge folder for your board). See https://github.com/dc42/RepRapFirmware/blob/dev/WHATS_NEW.md for the full change information and important upgrade notes.

                Hello,

                what means this :"DuetWiFiServer-1.19beta1.bin Restored DuetWiFiServer-1.19beta1.bin"
                Thank you
                Dommy

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

                  I accidentally removed that file from the Duet-WiF/Edge folder when I committed release 1.19beta6 of RepRapFirmware. So I put it back 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
                  • Kulitorumundefined
                    Kulitorum
                    last edited by

                    1.19 beta 6 does not connect

                    I tried 1.19 beta6 but is unable to get the printer to connect to my wifi.
                    After updating, and running the SetNetwork macro, I connect through USB and M552 returns "Wifi module is idle"
                    Sending "M552 S1" and I get "Wifi module is changing state" for 1-2 minutes, then "Wifi module is idle" again.

                    Ideas?

                    1 Reply Last reply Reply Quote 0
                    • Kulitorumundefined
                      Kulitorum
                      last edited by

                      Meh, M552 S2 responds:
                      11:24:24.849 : WiFi reported error: invalid access point configuration

                      1 Reply Last reply Reply Quote 0
                      • Kulitorumundefined
                        Kulitorum
                        last edited by

                        M588 * does not work. Nothing is deleted

                        1 Reply Last reply Reply Quote 0
                        • Kulitorumundefined
                          Kulitorum
                          last edited by

                          So I try to get the machine into AP mode:

                          11:45:44.303 : serial: N45 M589 S"DuetWifi" P"Silverspoon" I192.168.1.1*28
                          And then M552 S2
                          I get:
                          11:46:03.063 : WiFi reported error: invalid access point configuration

                          1 Reply Last reply Reply Quote 0
                          • tomasfundefined
                            tomasf
                            last edited by

                            I don't think AP mode is implemented yet, is it?

                            But yeah, I have the same problem joining my network. It just sits there doing nothing, like it can't find the network at all. Signal strength should be fine, and no other devices have any problems joining at all.

                            1 Reply Last reply Reply Quote 0
                            • Kulitorumundefined
                              Kulitorum
                              last edited by

                              I got it to work by deleting all known networks one at a time and re-add my main wifi.

                              1 Reply Last reply Reply Quote 0
                              • vhowardundefined
                                vhoward
                                last edited by

                                Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.

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

                                  @vhoward:

                                  Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.

                                  It's M588 that does that, see https://duet3d.com/wiki/G-code#M588:_Forget_WiFi_host_network.

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

                                    @Kulitorum:

                                    So I try to get the machine into AP mode:

                                    11:45:44.303 : serial: N45 M589 S"DuetWifi" P"Silverspoon" I192.168.1.1*28
                                    And then M552 S2
                                    I get:
                                    11:46:03.063 : WiFi reported error: invalid access point configuration

                                    Did you use M589 to configure the access point parameter first? See https://duet3d.com/wiki/G-code#M589:_Configure_access_point_parameters. However, I haven't yet tested access point functionality, so it is more than likely that it doesn't work.

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

                                      @dc42:

                                      @vhoward:

                                      Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.

                                      It's M588 that does that, see https://duet3d.com/wiki/G-code#M588:_Forget_WiFi_host_network.

                                      Thanks. I will clean it up now. It has been behaving itself so far and just about to complete a 10 hour print.

                                      1 Reply Last reply Reply Quote 0
                                      • tomasfundefined
                                        tomasf
                                        last edited by

                                        Any plans for a G-code that scans for and replies with available WiFi networks?

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

                                          @tomasf:

                                          Any plans for a G-code that scans for and replies with available WiFi networks?

                                          That requires some thought, because any existing connection to a WiFi network or existing access point that is being provided will have to be terminated in order to do the scan.

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

                                            Well, It worked for one day. It will still print when I hook up via usb, but the wifi module will not work today. It just reports that the wifi module is idle. I am just going to replace the duet wifi with something else until you make the ethernet module available.

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