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

    RepRapFirmware 3.0 first official beta is out

    Scheduled Pinned Locked Moved
    Beta Firmware
    15
    132
    9.4k
    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 @gtj0
      last edited by dc42

      @gtj0 said in RepRapFirmware 3.0 first official beta is out:

      Yeah I still have the issue with the Z height changing when homing XY when a heightmap is in effect.

      On my list to investigate, but may have to wait until after TCT.

      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

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

        @dc42 said in RepRapFirmware 3.0 first official beta is out:

        @gtj0 said in RepRapFirmware 3.0 first official beta is out:

        Yeah I still have the issue with the Z height changing when homing XY when a heightmap is in effect.

        On my list to investigate, but may have to wait until after TCT.

        No problem. I'll nose around a bit this weekend.

        1 Reply Last reply Reply Quote 0
        • kraegarundefined
          kraegar
          last edited by

          Odd one. Heater faulted halfway through a print. Print kept going, but shows 100% for a status (can't cancel it anymore). Obviously not extruding, just still moving. DWC went unresponsive on me, too. Really odd.
          No idea why the heater faulted yet.

          d0a7b4e7-f487-4131-8446-cf03c0c9343b-image.png

          Co-Creator of the RailcoreII CoreXY printer
          https://www.thingiverse.com/thing:2407174

          wilrikerundefined 1 Reply Last reply Reply Quote 0
          • wilrikerundefined
            wilriker @kraegar
            last edited by wilriker

            @kraegar This means this issue has not been fixed, yet. 😞

            EDIT: which version of DSF are you using? That might make my above assumption incorrect.

            Manuel
            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
            with probably always latest firmware/DWC (incl. betas or self-compiled)
            My Tool Collection

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

              With this build I encounter problems with heater mapping. The values ​​found are -273 with the exception of the heated chamber which is correct.

              ; 9 _ HEATERS

              M308 S0 P"bed_temp" Y"thermistor" A"Bed thermistor" T100000 B3950
              M308 S1 P"spi.cs1" Y"rtd-max31865" P"spi.cs1" A"RTD1"
              M308 S2 P"spi.cs2" Y"rtd-max31865" A"RTD2"
              M308 S3 P"e2_temp" Y"thermistor" A"Chamber thermistor" T100000 B4725 C7.06e-8

              M950 H0 C"bed_heat" T0
              M950 H1 C"e0_heat" T1
              M950 H2 C"e1_heat" T2
              M950 H3 C"duex.e2heat" T3

              T3P3Tonyundefined smoki3undefined 2 Replies Last reply Reply Quote 0
              • T3P3Tonyundefined
                T3P3Tony administrators @Marco Bona
                last edited by

                @Marco-Bona said in RepRapFirmware 3.0 first official beta is out:

                M308 S1 P"spi.cs1" Y"rtd-max31865" P"spi.cs1" A"RTD1"

                are you definitely using .cs1 and .cs2 not .cs0 and .cs1 (i.e you have one daughter board) also remove the second P value

                www.duet3d.com

                1 Reply Last reply Reply Quote 0
                • T3P3Tonyundefined
                  T3P3Tony administrators
                  last edited by

                  @kraegar I recommend using DSF 1.0.3.3

                  www.duet3d.com

                  Marco Bonaundefined kraegarundefined 2 Replies Last reply Reply Quote 0
                  • Marco Bonaundefined
                    Marco Bona @T3P3Tony
                    last edited by

                    @t3p3tony
                    Sorry but the second P value was a bonding problem.
                    For DSF I realized that it was only for Duet3, I'm using Duet2. If it is to be installed where can I find the file?

                    1 Reply Last reply Reply Quote 0
                    • T3P3Tonyundefined
                      T3P3Tony administrators
                      last edited by T3P3Tony

                      @Marco-Bona No you are right DSF is only Duet 3

                      www.duet3d.com

                      1 Reply Last reply Reply Quote 0
                      • kraegarundefined
                        kraegar @T3P3Tony
                        last edited by

                        @T3P3Tony Thanks - I wasn't pointing to the unstable repo. Also, easy fix, but might trip up someone not linux savvy, you're missing a sudo on the apt-get install line of the instructions.

                        Co-Creator of the RailcoreII CoreXY printer
                        https://www.thingiverse.com/thing:2407174

                        1 Reply Last reply Reply Quote 0
                        • kraegarundefined
                          kraegar
                          last edited by

                          Failed again, at 14.50mm of an 80mm print. Reports it's 100% but definitely is not.

                          7b9d0296-72a6-45cb-bf23-3b61591ae284-image.png

                          Co-Creator of the RailcoreII CoreXY printer
                          https://www.thingiverse.com/thing:2407174

                          1 Reply Last reply Reply Quote 0
                          • kraegarundefined
                            kraegar
                            last edited by

                            I'd only used systemctl to restart all the duet processes. Trying a print from a known reliable slice from my duet2, with a fresh boot on the latest software on the unstable branch.

                            Co-Creator of the RailcoreII CoreXY printer
                            https://www.thingiverse.com/thing:2407174

                            1 Reply Last reply Reply Quote 0
                            • T3P3Tonyundefined
                              T3P3Tony administrators
                              last edited by

                              @kraegar Please can you check the firmware viserion uning M115 and the versions on DSF you have through this command on the Rpi:
                              apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'

                              (thanks @wilriker for the awk foo)

                              www.duet3d.com

                              wilrikerundefined 1 Reply Last reply Reply Quote 0
                              • kraegarundefined
                                kraegar
                                last edited by

                                @T3P3Tony said in RepRapFirmware 3.0 first official beta is out:

                                apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'

                                FIRMWARE_NAME: RepRapFirmware for Duet 3 v0.5 FIRMWARE_VERSION: 3.0beta10 ELECTRONICS: Duet 3 prototype v0.5 FIRMWARE_DATE: 2019-09-12b1

                                duetcontrolserver 1.0.3.3
                                duetruntime 1.0.3.3
                                duetsd 1.0.2
                                duetsoftwareframework 1.0.3.3
                                duettools 1.0.3.3
                                duetwebcontrol 2.0.0-4
                                duetwebserver 1.1.0.0

                                Co-Creator of the RailcoreII CoreXY printer
                                https://www.thingiverse.com/thing:2407174

                                1 Reply Last reply Reply Quote 0
                                • wilrikerundefined
                                  wilriker @T3P3Tony
                                  last edited by

                                  @T3P3Tony said in RepRapFirmware 3.0 first official beta is out:

                                  apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'

                                  (thanks @wilriker for the awk foo)

                                  @bearer is the one to deserve credits for the awk-foo. I try to avoid awk where I can. 😁

                                  Manuel
                                  Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                  with probably always latest firmware/DWC (incl. betas or self-compiled)
                                  My Tool Collection

                                  A Former User? T3P3Tonyundefined 2 Replies Last reply Reply Quote 1
                                  • A Former User?
                                    A Former User @wilriker
                                    last edited by

                                    @wilriker said in RepRapFirmware 3.0 first official beta is out:

                                    @bearer is the one to deserve credits for the awk-foo. I try to avoid awk where I can. 😁

                                    you mean you don't want the blame? ... awkward! πŸ˜‚

                                    1 Reply Last reply Reply Quote 3
                                    • kraegarundefined
                                      kraegar
                                      last edited by

                                      awk is great. Learn to love it πŸ™‚

                                      I meant to kick off a ~4 hour print. Grabbed the slice and didn't check it, closer to a ~14 hour print. I'm a bit over 2 hours into it. So, this should be a good test of the duet3 after a fresh startup, so far so good.

                                      Co-Creator of the RailcoreII CoreXY printer
                                      https://www.thingiverse.com/thing:2407174

                                      1 Reply Last reply Reply Quote 0
                                      • T3P3Tonyundefined
                                        T3P3Tony administrators @wilriker
                                        last edited by

                                        @wilriker , cheers sorry @bearer πŸ˜„

                                        www.duet3d.com

                                        1 Reply Last reply Reply Quote 0
                                        • kraegarundefined
                                          kraegar
                                          last edited by

                                          Guess it's good I used the 14 hour slice, it froze about 12 hours in. It started to occasionally pause (could hear the stepper go still for a second or two), then it totally stopped moving and shut off the heaters. Wish I hadn't used my good filament, though!

                                          https://i.imgur.com/IuEyyvB.jpg?1

                                          Co-Creator of the RailcoreII CoreXY printer
                                          https://www.thingiverse.com/thing:2407174

                                          T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                                          • Dougal1957undefined
                                            Dougal1957
                                            last edited by Dougal1957

                                            OK Managed to get the Duet3 powered up and connected to the PI4 using the supplied image DWC came up on the Pi Monitor. so far so good. But how do I connect to it from elsewhere on my network I have tried to SSH in but don't have the Password for it and VNC doesn't want to connect either. I am guessing I need to set this up on the PI but being a total newby with Linux I could do with some pointers if someone could be so kind.

                                            Doug

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