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

    RepRapFirmware 3.01-RC6 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    27
    165
    12.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.
    • A Former User?
      A Former User @Dougal1957
      last edited by

      @Dougal1957 i only translated

      chrishamm said in RepRapFirmware 3.01-RC6 released:

      @Dougal1957 Sorry, looks like like this file was missing in the RRF package, I've just added it back and uploaded it to another location: http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin You may need to rename it to Duet3iap_spi.bin.

      into copy/paste; and we all had to learn at some point

      Dougal1957undefined 1 Reply Last reply Reply Quote 0
      • Dougal1957undefined
        Dougal1957 @A Former User
        last edited by

        @bearer Prob is that I am getting a bit old you know the saying about teaching old Dogs new tricks lol

        A Former User? 1 Reply Last reply Reply Quote 0
        • A Former User?
          A Former User @Dougal1957
          last edited by

          @Dougal1957 you're trying, and succeeding; no-one gonna fault you for that.

          1 Reply Last reply Reply Quote 1
          • chas2706undefined
            chas2706
            last edited by

            Just upgraded and having issues.
            On the SBC display DWC reports that the sys drive is unmounted:

            SBC_DWC.jpg

            But in web browser DWC looks ok but nothing works when clicked:

            DWC.jpg

            Any ideas?

            A Former User? 1 Reply Last reply Reply Quote 0
            • A Former User?
              A Former User @chas2706
              last edited by

              @chas2706 said in RepRapFirmware 3.01-RC6 released:

              On the SBC display DWC reports that the sys drive is unmounted:

              see what ls -l /opt/dsf/sd says in a ssh shell?

              Danalundefined 1 Reply Last reply Reply Quote 0
              • chas2706undefined
                chas2706
                last edited by

                @bearer said in RepRapFirmware 3.01-RC6 released:

                ls -l /opt/dsf/sd

                I get this:

                pi@Duet3:~ $ ls -l /opt/dsf/sd
                total 20
                drwxr-xr-x 4 pi pi 4096 Mar 6 17:13 filaments
                drwxr-xr-x 2 pi pi 4096 Apr 3 11:45 firmware
                drwxr-xr-x 3 pi pi 4096 Apr 3 13:56 gcodes
                drwxr-xr-x 9 pi pi 4096 Mar 17 09:08 macros
                drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys
                lrwxrwxrwx 1 pi pi 7 Oct 22 12:00 www -> ../dwc2
                pi@Duet3:~ $

                A Former User? 1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User @chas2706
                  last edited by

                  @chas2706 said in RepRapFirmware 3.01-RC6 released:

                  drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys

                  not sure if dcs is run as pi instead of root now, i'll leave that to someone else to confirm or correct.

                  1 Reply Last reply Reply Quote 0
                  • Danalundefined
                    Danal
                    last edited by Danal

                    Two errors, on a machine that started on RC4. It may be worth noting the machine was built from the Duet (full) image, and the instructions for moving to the unstable feed were followed via copy/paste. I'd be happy to report anything you guys need to see; the point of the above being it should be set up correctly.

                    Anyway, first error:

                    4/3/2020, 8:41:16 AM	M997
                    Error: M997: Failed to find IAP file /opt/dsf/sd/sys/Duet3iap_spi.bin
                    

                    As suggested above, wget http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin -O opt/dsf/sd/sys/Duet3iap_spi.bin fixed this.

                    However, I then received:

                    4/3/2020, 8:42:46 AM	M997
                    Error: M997: Failed to find firmware file /opt/dsf/sd/sys/Duet3Firmware.bin
                    

                    I tried to fix this with a symlink, this did not work. ln -s Duet3Firmware_MB6HC.bin Duet3Firmware.bin

                    lrwxrwxrwx 1 pi   pi       23 Apr  3 08:58 Duet3Firmware.bin -> Duet3Firmware_MB6HC.bin
                    

                    I then ran sudo apt install reprapfirmware --reinstall and this did work. Including updating the main board to RC6. The symlink was still in place; this may or may not have made a difference.

                    Expansion board updates worked, and report RC5.

                    4/3/2020, 9:12:59 AM	M115 B0
                    FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.01-RC6 ELECTRONICS: Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_DATE: 2020-04-03b3
                    4/3/2020, 9:12:55 AM	M115 B2
                    Board EXP3HC firmware 3.01-RC5 (2020-03-29b1)
                    4/3/2020, 9:12:45 AM	M115 B1
                    Board EXP3HC firmware 3.01-RC5 (2020-03-29b1)
                    

                    Board: Duet 3 MB6HC (MB6HC)
                    DSF Version: 1.3.0.0
                    Firmware: RepRapFirmware for Duet 3 MB6HC 3.01-RC6 (2020-04-03b3)
                    Duet Web Control 2.1.0

                    Delta / Kossel printer fanatic

                    1 Reply Last reply Reply Quote 0
                    • Danalundefined
                      Danal @A Former User
                      last edited by Danal

                      @bearer said in RepRapFirmware 3.01-RC6 released:

                      On the SBC display DWC reports that the sys drive is unmounted:

                      I had this for a few moments. An "emergency stop" restart fixed it, and/or a sudo service duetcontrolserver restart I'm not sure which.

                      Delta / Kossel printer fanatic

                      1 Reply Last reply Reply Quote 0
                      • chas2706undefined
                        chas2706
                        last edited by

                        @Danal said in RepRapFirmware 3.01-RC6 released:

                        I had this for a few moments. An "emergency stop" restart fixed it.

                        My estop doesn't work either on DWC web page or SBC display.

                        1 Reply Last reply Reply Quote 0
                        • Danalundefined
                          Danal
                          last edited by

                          Just remembered, it may have been a sudo service duetcontrolserver restart I'm not sure which really fixed it.

                          Delta / Kossel printer fanatic

                          1 Reply Last reply Reply Quote 0
                          • chas2706undefined
                            chas2706
                            last edited by

                            @Danal said in RepRapFirmware 3.01-RC6 released:

                            sudo service duetcontrolserver restart

                            Just applied that and now I get this on SBC display:

                            Duet3.jpg

                            1 Reply Last reply Reply Quote 0
                            • Danalundefined
                              Danal
                              last edited by Danal

                              It looks like something didn't upgrade, either the board or the DSF, and they won't connect. I'd try a power cycle first. Just to be sure everything that is there has an opportunity to connect.

                              If that does not work, then I'd start re-installing things, such as:

                              sudo apt install duetsoftwareframework --reinstall
                              sudo apt install reprapfirmware --reinstall

                              The full dependency list for DSF is:
                              duetsoftwareframework
                              Depends: duetcontrolserver
                              Depends: duetsd
                              Depends: duettools
                              Depends: duetwebserver
                              Depends: duetwebcontrol
                              Depends: reprapfirmware

                              Re-Installs can't really hurt anything; if it gets beyond that, it may take @DC42 or @chrishamm to advise how to fix.

                              Delta / Kossel printer fanatic

                              1 Reply Last reply Reply Quote 0
                              • chas2706undefined
                                chas2706
                                last edited by

                                @Danal said in RepRapFirmware 3.01-RC6 released:

                                sudo apt install reprapfirmware --reinstall

                                I will try to re-install but not to worry if it fails because I have backup copies.

                                Thanks for your help.

                                1 Reply Last reply Reply Quote 0
                                • jay_s_ukundefined
                                  jay_s_uk
                                  last edited by

                                  My duet 3 + pi updated without issue

                                  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

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

                                    @dc42 said in RepRapFirmware 3.01-RC6 released:

                                    The release notes are at https://github.com/dc42/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md.
                                    ... If you were using M308 H or L parameters for thermistors attached to a Duet 3 main board, you will need to adjust those values
                                    ... The M308 thermistor H and L parameters on Duet 3 main boards have been re-scaled to match the scaling used on Duet 3 expansion and tool boards.

                                    Can you please publish the old scaling in the release notes to make it easier to adjust M308 L/H values? Even better would be a simple equation that people can just plug their old values into to get the new values.

                                    For example, I have the following M308 (with L/H values carried since using a duet2 on RRF 1.19):

                                    M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950  R4700 L54 H-97
                                    

                                    Thank you
                                    Gary

                                    "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

                                    dc42undefined 1 Reply Last reply Reply Quote 0
                                    • Marco Bonaundefined
                                      Marco Bona
                                      last edited by

                                      After updating my Duet Wifi I report three problems that I am having:
                                      1_ I continue to have the problem with the correct visualization of the Layers (yesterday @droftarts said it would be solved with the new build)
                                      2_When I load the filament from DWC I cannot see the list of saved filaments and it seems that the tool change is being performed.
                                      3_After restarting the emergency button, the restart is not performed.

                                      droftartsundefined 1 Reply Last reply Reply Quote 0
                                      • Marco Bonaundefined
                                        Marco Bona
                                        last edited by

                                        Sorry but I was wrong to do something, after turning off and on now point 3 works correctly

                                        1 Reply Last reply Reply Quote 0
                                        • garyd9undefined
                                          garyd9
                                          last edited by garyd9

                                          Updating only DWC to 2.1.0 on a duet3 (SD) with RRF-RC3 results in an inability to use DWC whatsoever. It appears that the DWC page keeps trying to refresh over and over, and the following shows up in the lower-right corner repeatedly:

                                          531da030-e1f4-4815-8789-5d33b10bf29c-image.png

                                          @chrishamm

                                          "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

                                          chrishammundefined 1 Reply Last reply Reply Quote 0
                                          • jay_s_ukundefined
                                            jay_s_uk
                                            last edited by

                                            Bug

                                            On a duet 2 running RRF3.01-RC6 and DWC 2.1.0 I am unable to retract or extrude filament manually using the buttons.
                                            Even sending M302 P1 does not allow me to manually retract or extrude the filament.

                                            T0 is active and up to temperature

                                            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

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