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

    RepRapFirmware 3.01-RC3 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    22
    68
    4.3k
    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.
    • Phaedruxundefined
      Phaedrux Moderator @imrj
      last edited by

      @imrj Try updating to 3.0 first, with the zip file from that release. Then try updating to this release.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 1
      • imrjundefined
        imrj
        last edited by

        i was able to finally get it done with the DuetPI and using the virtual SD card, so its all good now...but this needs to be simplied a bit, too hard for just a firmware update
        now I have another issue but opened a new post for that one....thanks everyone

        droftartsundefined 1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @imrj
          last edited by

          @imrj Did you see my post about fixing bossa on Mac OS? https://forum.duet3d.com/topic/11445/flashing-firmware-on-mac-os-x

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          imrjundefined 1 Reply Last reply Reply Quote 0
          • imrjundefined
            imrj @droftarts
            last edited by

            @droftarts yea i did thanks, but by then i had already setup the DuetPi and got it working....but yea i will do this to my Macbook, but interestingly enough I did have brew already installed and using it for other things

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • droftartsundefined
              droftarts administrators @imrj
              last edited by

              @imrj it's not just brew, you need to 'brew install wxwidgets'.

              Ian

              Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

              imrjundefined 1 Reply Last reply Reply Quote 0
              • TurtlePrintundefined
                TurtlePrint
                last edited by TurtlePrint

                When sending the M112 command the printer turns off and then starts the hot end fan "fan1" at full speed. I'm hoping to use the new daemon.g file to monitor a rotor stuck alarm wire on the hot end fan and send an M112 if its detected. So the fan continuing to spin after M112 is problematic if it's in a known stuck position.

                Printer is running:
                Duet2Wifi w/Duex5 running RRF RC3

                config.g snippet

                ; Fans
                M950 F0 C"Fan0"						;Define the Parts Blower Fan connected to Fan0
                M106 P0 S0 C"Parts Blower" H-1 		;Name the fan, turn off thermistic control and turn the fan off if it was running
                M950 F1 C"Fan1"						;Define the Tool Fan connected to Fan1
                M106 P1 T40 H1						;Enable Thermostatic Control to turn fan on 40 degrees
                

                Edit: After some experimentation it appears that any fan with thermostatic control enabled is set to 100% after an M112 command. Is this the intended behavior?

                dc42undefined c310undefined 2 Replies Last reply Reply Quote 0
                • imrjundefined
                  imrj @droftarts
                  last edited by

                  @droftarts ah ok got it, will do that

                  1 Reply Last reply Reply Quote 0
                  • JuKuundefined
                    JuKu
                    last edited by

                    M203 is set by mm/min, but reported back in mm/sec. (not a problem and as documented, just a bit odd. ?.)

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

                      @TurtlePrint said in RepRapFirmware 3.01-RC3 released:

                      Edit: After some experimentation it appears that any fan with thermostatic control enabled is set to 100% after an M112 command. Is this the intended behavior?

                      If readings from the sensor that control the thermostatic fan are not available, the firmware assumes that whatever it is supposed to cool might be hot, so it turns the fan on.

                      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

                        There is a bug in the 3.01-RC3 firmware on Tool Boards. The symptom of this bug is that the motor doesn't move and M122 reports a large number of timeouts for Driver 0. I have put a fixed version of Duet3Firmware-TOOL1LC.bin at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0. Tool board users, please use this version until I release 3.01-RC4.

                        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
                        • arhiundefined
                          arhi
                          last edited by

                          so far so good, duet2eth, one 6h print done flawlesly, second is 4h-38% in doing ok another 60% and change to go

                          1 Reply Last reply Reply Quote 0
                          • c310undefined
                            c310 @Danal
                            last edited by

                            @Danal said in RepRapFirmware 3.01-RC3 released:

                            emergency stop

                            on duetwifi i have upgraded from 3.0 and emergency stop now does not work at all (was buggy in 3.0: printer stopped but did not reload itself, i was cycling power off-on to finish emergency stop cycle 🙂

                            current config

                            M950 J1 C"e1stop"
                            M581 P"e1stop" T0 C0
                            

                            3.0 config was

                            M581 P"e1stop" T0
                            

                            what should i fix ?

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

                              https://duet3d.dozuki.com/Wiki/Gcode#Section_M581_RepRapFirmware_3_01RC2_and_later

                              P is now the GPin pin number, so 1 in your case

                              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

                              c310undefined 1 Reply Last reply Reply Quote 0
                              • tobias_munichundefined
                                tobias_munich
                                last edited by tobias_munich

                                strange behaviour with M505 alternative configuration folder

                                DUET3, SBC & RRF3 last release:

                                1. i made a alternative config folder M505 P"experimental". which is in /sys/experimental/ and worked with it
                                2. i stepped back to the normal /sys config
                                3. reset of the board only, no reboot of the sbc
                                4. I changed some values in /sys/bed.g
                                5. wondering because it didn't took the new values, the board uses still the file /sys/experimental/bed.g

                                is it necessary rebooting the sbc or restarting de DSF processes after changing the config path?

                                Hypercube-Evolution, Dual-Z, Nimble v2, Orion Piezo
                                Duet3, DuetWifi, Raspberry Pi 4, 7 inch HDMI Display, Panel-Due
                                Firmware: RepRapFirmware for Duet 3 MB6HC 'always the latest release'

                                1 Reply Last reply Reply Quote 0
                                • Schmartundefined
                                  Schmart
                                  last edited by

                                  Hi @dc42, I upgraded my firmware from 2.05 to 3.0 to 3.01-RC3 yesterday without any issues. The breaking changes are fortunately very manageable for me and I think this major update makes the configuration concept much more logical and consistent. Thanks for the huge effort you're putting in! I did notice though, that increasing the speed factor (e.g. M220 S150 or increasing the 'speed factor' slider in DWC) no longer works properly. After a few moves have passed, the speed seems to only change briefly (for one move if I have to guess) and intermittently; sometimes there's no observable change at all. It seems that the speed changes back nearly immediately to 100% again.

                                  Creality CR-20 Pro with a Duet 2 Maestro, 3Dfused X+Z-axis rail kit, HIWIN-based DIY solution for the Y-axis, E3D Hemera, working ST7565 MiniPanel and various other small hardware improvements.

                                  Phaedruxundefined dc42undefined 2 Replies Last reply Reply Quote 0
                                  • Phaedruxundefined
                                    Phaedrux Moderator @Schmart
                                    last edited by

                                    @Schmart As of 3.01 RC2:

                                    The speed factor (M220) is no longer applied to extruder-only moves or to movement commands in system or user macro files

                                    Is that perhaps what you're seeing?

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    Schmartundefined 1 Reply Last reply Reply Quote 0
                                    • Schmartundefined
                                      Schmart @Phaedrux
                                      last edited by

                                      Hi @Phaedrux, I indeed saw that comment in the release notes as well, and now wondering what 'extruder-only moves' actually constitutes. I'd expect that this would not include regular print moves such as G1 X3 Y3 E0.8 F1800 but retraction or derectract moves such as G10/G11 or G1 E-0.5. I'm definitely seeing this with regular print moves as well. I also noticed that when I set the speed factor to 150%, a reset to 100% slows the print speed down to 50-60% for one move only. I guess something's not adding up with the changes made to M220 recently.

                                      Creality CR-20 Pro with a Duet 2 Maestro, 3Dfused X+Z-axis rail kit, HIWIN-based DIY solution for the Y-axis, E3D Hemera, working ST7565 MiniPanel and various other small hardware improvements.

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

                                        @Schmart said in RepRapFirmware 3.01-RC3 released:

                                        Hi @dc42, I upgraded my firmware from 2.05 to 3.0 to 3.01-RC3 yesterday without any issues. The breaking changes are fortunately very manageable for me and I think this major update makes the configuration concept much more logical and consistent. Thanks for the huge effort you're putting in! I did notice though, that increasing the speed factor (e.g. M220 S150 or increasing the 'speed factor' slider in DWC) no longer works properly. After a few moves have passed, the speed seems to only change briefly (for one move if I have to guess) and intermittently; sometimes there's no observable change at all. It seems that the speed changes back nearly immediately to 100% again.

                                        Seem odd. I ran several prints yesterday with the speed factor set at 50% or 65% and it was definitely working. But I set the speed factor with PanelDue, not DWC.

                                        If you run into this again, send M220 without parameters to see what speed factor is reported.

                                        Having thought about it, one instance where I think there is a problem is if the F parameter for a printing move just happens to match the F parameter for the preceding extruder-only move, and the slicer notices that and leave it out. In other words, if the slicer generated this:

                                        G1 E-5 F3000
                                        G1 X50 Y60 F3000 E1.0

                                        but the slicer noticed that the feed rate was the same for both moves and left out the F3000 on the second move, then the speed factor won't get applied to the second move. I'll fix this in RC4. You might like to check your GCode file to see if this situation is occurring.

                                        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

                                        Schmartundefined 1 Reply Last reply Reply Quote 0
                                        • c310undefined
                                          c310 @dc42
                                          last edited by c310

                                          @dc42 said in RepRapFirmware 3.01-RC3 released:

                                          P is now the GPin pin number, so 1 in your case

                                          i have tried for my emergency mushroom button

                                          M581 P1 T0 C0
                                          

                                          ..no luck... what should exact string be?

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

                                            @c310 said in RepRapFirmware 3.01-RC3 released:

                                            @dc42 said in RepRapFirmware 3.01-RC3 released:

                                            P is now the GPin pin number, so 1 in your case

                                            i have tried for my emergency mushroom button

                                            M581 P1 T0 C0
                                            

                                            ..no luck... what should exact string be?

                                            That should work, provided that you still have this command before the M581:

                                            M950 J1 C"e1stop"

                                            The S0 or S1 option is still available in the M581 command.

                                            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