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

Firmware 1.18 released

Scheduled Pinned Locked Moved
Firmware installation
10
30
4.6k
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.
  • undefined
    dc42 administrators
    last edited by 7 Apr 2017, 13:47

    I've just released firmware 1.18. For the full details, and what you need to know when upgrading, see the release notes at https://github.com/dc42/RepRapFirmware/releases.

    The maximum motor current for TMC2660 drivers is increased to 2.4A in this release. When running above 2.0A, you must always use a cooling fan to cool the Duet, and during testing you should run M122 at intervals to check for over-temperature warnings from the drivers.

    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
    • undefined
      Russ Gries
      last edited by 4 Jul 2017, 23:03 7 Apr 2017, 21:52

      Thanks David! will give this an upgrade !

      break

      Update.:. its installed and working, will give feed back for any problems.

      Question:

      on the web interface, it took me a while to find where the view bed height was. now its an icon under system editor.
      but now i cant edit it? so i have do download it-> edit it-> then re upload it? then send a some commands to get it to use those new values? is this correct?

      i see now that there is a drop down for viewing and such … ok, nice!

      but how to i edit it manually? download it-> edit it-> then re upload it?

      you know i was thinking that because you can see and view each point on the map, why now just double click that point and then be able to edit that point? all with in the map high viewer? is that do able?

      maybe its just me but i would think that the button for viewing the bed height would be on the main machine control page? then the edit button back on the System editor page… most average users would never find it... lol just my thoughts 🙂

      also no edit buttons for gcode! Darn 🙂 hehe ( i still really want that option!) good stuff tho, i know its a lot of hard work for this stuff!

      Thanks again for all the hard work!

      ~Russ

      One Day At A Time…
      My Main Research Page:
      http://rwgresearch.com/open-projects/3d-printing-research/

      1 Reply Last reply Reply Quote 0
      • undefined
        GrodanB
        last edited by 4 Aug 2017, 20:05 8 Apr 2017, 16:05

        Just flashed the firmware all went fine.

        Tried the web interface, got a message that the file could not be renamed.

        Removed the version part of the file so that the name is DuetWebControl.bin. And then it worked.

        Will now re-level the bed and see if my weird mirroring still is needed…

        1 Reply Last reply Reply Quote 0
        • undefined
          Larzarus
          last edited by 8 Apr 2017, 21:03

          Uh… So something weird is going on for me. I had been running 1.17rc3 for a couple months without issue. Updated for 1.18 yesterday (along with making a few other wiring changes to my fans) along with the 1.15a web interface and the web server to 1.03ch. Everything seemed great until I printed. My extruder was moving WAY WAY WAY too fast. I tried different gcode files, changing the steps per mm, microstepping, etc. and it is just crazy fast. The other axis are OK. I went back to 1.17rc3 and it's working fine again (left the server and web insterface at latest). I can't imagine this is happening to everyone, it's pretty obvious show stopper. But I'm baffled as to why it's happening to only the extruder and only with 1.18.

          Here is my config.g section for the motors:

          [[language]]
          ; Drives
          M569 P0 S1 ; Drive 0 goes forwards
          M569 P1 S0 ; Drive 1 goes backwards
          M569 P2 S1 ; Drive 2 goes forwards
          M569 P3 S0 ; Drive 3 goes backwards
          M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
          M92 X80 Y80 Z400 E152 ; Set steps per mm
          M566 X900 Y900 Z24 E240 ; Set maximum instantaneous speed changes (mm/min)
          M203 X15000 Y15000 Z2500 E3000 ; Set maximum speeds (mm/min)
          M201 X2500 Y2500 Z050 E5000 ; Set accelerations (mm/s^2)
          M906 X1300 Y1300 Z1100 E1800 I20 ; Set motor currents (mA) and motor idle factor in per cent
          M84 S30 ; Set idle timeout
          
          

          Any ideas?

          Thanks
          Lars

          1 Reply Last reply Reply Quote 0
          • undefined
            dc42 administrators
            last edited by 9 Apr 2017, 07:58

            The usual reason for the extruder moving incorrectly during printing is mixing up relative and absolute extruder coordinates. If you use relative extruder coordinates, make sure you include M83 in your start gcode. If you use absolute coordinates, make sure you have M82 in your start gcode.

            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
            • undefined
              dc42 administrators
              last edited by 9 Apr 2017, 08:00

              Due to a mistake I made with the USB VIDs and PIDs we have been allocated, I have withdrawn the release 1.18 firmware binaries and replaced them by 1.18.1. The Windows USB driver files are also replaced. There are no other changes between 1.18 and 1.18.1 apart from the displayed version number of course.

              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
              • undefined
                Larzarus
                last edited by 11 Apr 2017, 01:59

                @dc42:

                The usual reason for the extruder moving incorrectly during printing is mixing up relative and absolute extruder coordinates. If you use relative extruder coordinates, make sure you include M83 in your start gcode. If you use absolute coordinates, make sure you have M82 in your start gcode.

                Yes, that was it, thanks. I use absolute extruder positioning in my gcode files, but I've got some relative extruder moves for retraction / priming in the config files resume.g, pause.g, etc. Never had an issue with 1.17rc3 but maybe something changed with when those files are called? Everything is working fine now by adding an explicit M82 in the header of the gcode.

                1 Reply Last reply Reply Quote 0
                • undefined
                  dc42 administrators
                  last edited by 11 Apr 2017, 06:14

                  What' i think changed is that there was a bug in the 1.17rc you were running whereby a M83 command in config.g was forgotten after config.g completed.

                  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
                  • undefined
                    weput
                    last edited by 11 Apr 2017, 20:47

                    are we implementing soon the Linear Advance Extrusion algo?

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      dc42 administrators
                      last edited by 12 Apr 2017, 04:24

                      @weput:

                      are we implementing soon the Linear Advance Extrusion algo?

                      We've had an accurate pressure advance algorithm in RRF for more than two years. See https://duet3d.com/wiki/G-code#M572:_Set_or_report_extruder_pressure_advance.

                      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
                      • undefined
                        weput
                        last edited by 12 Apr 2017, 13:13

                        @dc42:

                        @weput:

                        are we implementing soon the Linear Advance Extrusion algo?

                        We've had an accurate pressure advance algorithm in RRF for more than two years. See https://duet3d.com/wiki/G-code#M572:_Set_or_report_extruder_pressure_advance.

                        had no idea.

                        seem i'll have to read the whole thing.

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          bilsch
                          last edited by 21 Apr 2017, 19:47

                          Seeing something odd. Upgraded the firmware of a duet wifi board and the system is in a persistent reboot state.

                          RepRapFirmware for Duet WiFi Version 1.18.1 dated 2017-04-09
                          
                          Executing config.g...RepRapFirmware for Duet WiFi Version 1.18.1 dated 2017-04-09
                          
                          Executing config.g...RepRapFirmware for Duet WiFi Version 1.18.1 dated 2017-04-09
                          
                          Executing config.g...
                          
                          

                          Any idea what could cause something like this?

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            dc42 administrators
                            last edited by 21 Apr 2017, 19:55

                            Do you have a very old version of DuetWiFiServer installed? What happens if you remove the SD card? If it boots up without the SD card, try commenting out the M552 S1 command from config.g, then booting up with the SD card again. If that works, try upgrading DuetWiFiServer to the latest version (1.03-ch).

                            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
                            • undefined
                              bilsch
                              last edited by 21 Apr 2017, 20:12

                              @dc42:

                              Do you have a very old version of DuetWiFiServer installed? What happens if you remove the SD card? If it boots up without the SD card, try commenting out the M552 S1 command from config.g, then booting up with the SD card again. If that works, try upgrading DuetWiFiServer to the latest version (1.03-ch).

                              Will do I'll give that a try.

                              The board boots up with:

                              < 4:11:23 PM: FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.18.1 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-04-09

                              I was in the process of upgrading the firmwares - wonder if I got out of order?

                              1 Reply Last reply Reply Quote 0
                              • undefined
                                dc42 administrators
                                last edited by 21 Apr 2017, 20:48

                                Yes, your firmwares are out of sync - the DuetWiFiServer version is very old.

                                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
                                • undefined
                                  Ottobawt
                                  last edited by 17 Jun 2017, 01:23

                                  @dc42:

                                  The usual reason for the extruder moving incorrectly during printing is mixing up relative and absolute extruder coordinates. If you use relative extruder coordinates, make sure you include M83 in your start gcode. If you use absolute coordinates, make sure you have M82 in your start gcode.

                                  Hello

                                  I'm running a duet wifi, in an ultibots d300vs(delta); and just upgraded from 1.15.1 to 1.18.1.
                                  Slicing on Simplify3D
                                  I try printing one of my reliable prints/gcodes that worked flawlessly on 1.15, but the effector will move dangerously fast… Not the entire print, but in parts of the loop.

                                  I am unsure if this is the same issue as related above. I put M82 into my "Starting script" section on S3D.. and didn't seem to help... I checked for any other settings in S3D that had to do with relative or absolute, and I didn't see any relatives checked on...

                                  Please advise, I have a order I need done before fathers day. 😕

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    elmoret
                                    last edited by 17 Jun 2017, 02:17

                                    Why not just roll back to 1.15.1 in the meantime to get the order done?

                                    1 Reply Last reply Reply Quote 0
                                    • fcwiltundefined
                                      fcwilt
                                      last edited by 17 Jun 2017, 03:39

                                      How about changing the max speed settings.

                                      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

                                      1 Reply Last reply Reply Quote 0
                                      • undefined
                                        Ottobawt
                                        last edited by 17 Jun 2017, 04:15

                                        @elmoret:

                                        Why not just roll back to 1.15.1 in the meantime to get the order done?

                                        It's a last resort, but like, 1.15.1 that shipped with my printer also had a different wiring configuration..
                                        So I had to rewire some fans and LEDs… which isn;t a big deal... but put all together and there it's a chore... I might as well just get the new stuff to work I figure.

                                        @fcwilt:

                                        How about changing the max speed settings.

                                        This is clearly a conflict/bug or something similar to what was going on with the user above. Adjusting max speeds might help… but I still don't think it's reading the print stably as it was...

                                        I think I found a solution'/work around...

                                        What was happening to be clear was the entire effector carriage would leap at lightning speeds from one position of the print to an other, not the entire layer, just sometimes through out the loop (i feel like at the end of every loop).

                                        So for the heck of it, I found a option in S3D >G-Code> G-Code options > and ticked the box "Relative Extrusion Distances", and now it's printing with out the dangerously fast movements it would do every loop...

                                        The tick box may be the same as M83?...

                                        the only issue with this is... all my old gcode prints are not safe to use with this current firmware. 😕

                                        Is there away to update the old gcodes with out resclicing?

                                        I might have got the prints to print safely... but I am not sure if it's printing as well as it used to at this point 😕

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          dc42 administrators
                                          last edited by 17 Jun 2017, 06:16

                                          @Ottobawt:

                                          So for the heck of it, I found a option in S3D >G-Code> G-Code options > and ticked the box "Relative Extrusion Distances", and now it's printing with out the dangerously fast movements it would do every loop…

                                          The tick box may be the same as M83?...

                                          the only issue with this is... all my old gcode prints are not safe to use with this current firmware. 😕

                                          Is there away to update the old gcodes with out resclicing?

                                          If you slice using relative extrusion (which we recommend if your slicer supports it), include M83 in your slicer start gcode. If you slice using absolute extrusion, include M82 in your slicer start gcode. Some slicers do this automatically, others do not.

                                          If you have old gcode files that don't have the M83 or M82 command in them, you can use a text editor (e.g. Notepad++) to insert that line.

                                          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
                                          • First post
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA