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

Upgrading after 1.5yrs

Scheduled Pinned Locked Moved Solved
Firmware installation
4
16
487
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
    tsitalon1 @tsitalon1
    last edited by 8 Jan 2023, 17:58

    Well I got to 3.3, but 3.44 or 3.45 just causes an error when trying to update:

    Error M997: In-application programming binary "0:/firmware/Duet2_SDiap32_WiFiEth.bin" not found

    undefined 1 Reply Last reply 8 Jan 2023, 17:59 Reply Quote 0
    • undefined
      jay_s_uk @tsitalon1
      last edited by 8 Jan 2023, 17:59

      @tsitalon1 can you reupload the 3.3 zip file then try again?

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      undefined 1 Reply Last reply 8 Jan 2023, 18:16 Reply Quote 0
      • undefined
        tsitalon1 @jay_s_uk
        last edited by tsitalon1 1 Aug 2023, 18:17 8 Jan 2023, 18:16

        @jay_s_uk said in Upgrading after 1.5yrs:

        3.3 zip file then try

        Won't re-apply 3.3 now, same error, even though I'm already on 3.3:

        Board: Duet 2 WiFi (2WiFi)
        Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
        Duet WiFi Server Version: 1.25

        I'm using the Duet2CombinedFirmware.bin file

        undefined undefined 2 Replies Last reply 8 Jan 2023, 18:23 Reply Quote 0
        • undefined
          dc42 administrators @tsitalon1
          last edited by 8 Jan 2023, 18:23

          @tsitalon1 upload file Duet2_SDiap32_WiFiEth.bin from the release to your Duet; then you should be able to upgrade to 3.4.x.

          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
            jay_s_uk @tsitalon1
            last edited by 8 Jan 2023, 18:28

            @tsitalon1 I meant use the combinedduet2and3.zip or whatever it's called

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            undefined 1 Reply Last reply 8 Jan 2023, 18:39 Reply Quote 0
            • undefined
              tsitalon1 @jay_s_uk
              last edited by 8 Jan 2023, 18:39

              Worked now on:

              Board: Duet 2 WiFi (2WiFi)
              Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.5 (2022-11-30)
              Duet WiFi Server Version: 1.27

              Thank you both !

              Now to see if things still work... 🙂

              undefined 1 Reply Last reply 8 Jan 2023, 18:45 Reply Quote 0
              • undefined
                tsitalon1 @tsitalon1
                last edited by 8 Jan 2023, 18:45

                Looks like i lost my extruder after the upgrades:

                fb9348aa-2ad0-4418-8e5a-da7331df7477-image.png

                ; Heaters
                M308 S0 P"bed_temp" Y"thermistor" R4700 T100000 B3950 ; define bed temperature sensor
                M143 H0 S120 ; Set temperature limit for heater 0 to 120C
                M308 S1 P"e0_temp" Y"thermistor" T100000 B4815 C7.06e-8 R4700 ; define E0 temperature sensor
                M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
                M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1
                M140 H0 ; the bed heater is heater 0
                M143 H1 S280 ; Set temperature limit for heater 1 to 280C
                M307 H1 R2.546 C123.4 D3.51 S1.00
                ; Fans
                M950 F0 C"fan0" Q125 ; create fan 0 on pin fan0 and set its frequency
                M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
                M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
                M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
                M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
                M106 P2 S1 H0 T30 ; set fan 2 value. Thermostatic control is turned on
                ; Tools
                M563 P0 D0 H1 S"HotEnd" ; Define tool 0
                G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
                G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
                undefined 1 Reply Last reply 8 Jan 2023, 18:58 Reply Quote 0
                • undefined
                  T3P3Tony administrators @tsitalon1
                  last edited by 8 Jan 2023, 18:58

                  @tsitalon1 send M98 P"config.g" to run your config.g file after the machine has booted it will show you which command(s) have errors in them.

                  www.duet3d.com

                  undefined 1 Reply Last reply 8 Jan 2023, 19:30 Reply Quote 0
                  • undefined
                    tsitalon1 @T3P3Tony
                    last edited by 8 Jan 2023, 19:30

                    @T3P3Tony No errors noted:

                    41aa3324-f9e0-4289-8df7-c64fd034233b-image.png

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      tsitalon1
                      last edited by 8 Jan 2023, 19:59

                      M122 only listing one heater, but I see nothing wrong with my heater section in Config.g:

                      === Heat ===
                      Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
                      === GCodes ===

                      ; Heaters
                      M308 S0 P"bed_temp" Y"thermistor" R4700 T100000 B3950 ; define bed temperature sensor
                      M143 H0 S120 ; Set temperature limit for heater 0 to 120C
                      M308 S1 P"e0_temp" Y"thermistor" T100000 B4815 C7.06e-8 R4700 ; define E0 temperature sensor
                      M950 H0 C"bed_heat" T0 ; heater 0 uses the bed_heat pin, sensor 0
                      M950 H1 C"e0_heat" T1 ; heater 1 uses the e0_heat pin and sensor 1
                      M140 H0 ; the bed heater is heater 0
                      M143 H1 S280 ; Set temperature limit for heater 1 to 280C
                      M307 H1 R2.546 C123.4 D3.51 S1.00
                      1 Reply Last reply Reply Quote 0
                      • undefined
                        tsitalon1
                        last edited by 8 Jan 2023, 20:27

                        Figured it out, 3.3 release notes listed this:

                        All extruders must be declared explicitly using M584. In previous firmware versions, one default extruder was assign to driver 3.

                        Once I input M584 E3 in my config.g, it now listed both heaters and my extruder... off to a test print

                        1 Reply Last reply Reply Quote 2
                        • undefined Phaedrux marked this topic as a question 10 Jan 2023, 04:53
                        • undefined Phaedrux has marked this topic as solved 10 Jan 2023, 04:53
                        15 out of 16
                        • First post
                          15/16
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA