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

    RepRapFirmware 3.0 is released!

    Scheduled Pinned Locked Moved
    Firmware installation
    33
    131
    12.2k
    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.
    • kraegarundefined
      kraegar @dc42
      last edited by

      @dc42 We definitely do! Auto-leveling until below a set threshold is the obvious first one. But I've had quite a few others as well - I have a systems admin background, so being able to script within gcode has been something I've wanted for a long time. Very much looking forward to it!

      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

        This is the "upgrade guide" I made for our users have been using to convert their RailCore's with a Duet2 to RRF3, if it's helpful to anyone else. It's taking our base RRF2.x config, and making it RRF3 compatible for new builds. There's a text document to describe the process for upgrading.

        https://www.dropbox.com/sh/pg0ugu5qunokjc9/AAD8PkPqVGPp-yWV5Cug3_Usa?dl=0

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

        1 Reply Last reply Reply Quote 1
        • stewwyundefined
          stewwy @dc42
          last edited by

          @dc42 Must say this runs nicely, once I got over an error on my part, must learn to RTFI :-).

          1 Reply Last reply Reply Quote 0
          • DaBitundefined
            DaBit
            last edited by

            I did 15 hours of printing with RRF3 on the Duet. No failures due to RRF3. Random things I noticed:

            • I had to recalibrate the BLTouch triggerpoint to nozzle Z-offset. Difference with RRF2.05 is 0.12mm smaller.
            • Printing PusaSlicer generated brims at 60mm/s sounds a bit rougher than it did with 2.05. While printing the actual part I noticed no difference.
            • Some weirdness with 'pause print' and then not being able to cancel it in DWC. Might as well be an issue with running DWC on my (Android 7.1) phone; that usually takes a few reloads before DWC is displayed correctly anyway.
            DIY-O-Sphereundefined deckingmanundefined 2 Replies Last reply Reply Quote 0
            • DIY-O-Sphereundefined
              DIY-O-Sphere @DaBit
              last edited by

              @DaBit said in RepRapFirmware 3.0 is released!:

              Difference with RRF2.05 is 0.12mm smaller.

              I can confirm that for a Maestro.

              (UTC+1)

              A Former User? 1 Reply Last reply Reply Quote 0
              • matej1006undefined
                matej1006
                last edited by

                Hello i just upgrade and after upgrade it's show that
                ![alt text](9eaa4038-424a-4495-b744-c4ba10e60cd4-image.png image url)

                what i did wrong?

                Matej

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

                  I haven't tested RRF 3.0 with DWC 1.22.6. I suggest you upgrade to DWC 2.0.4.

                  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
                  • matej1006undefined
                    matej1006
                    last edited by

                    how i do that and what changes are with this DWC

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

                      Move the SD card to a PC and unzip DuetWebControl-2.0.4-SD.zip into the /www folder.

                      You can find DWC release info at https://github.com/chrishamm/DuetWebControl/releases.

                      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
                      • matej1006undefined
                        matej1006
                        last edited by

                        Is this DWC make change to config or any code or just for web interface

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

                          Upgrading DWC does not require configuration changes.

                          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
                          • A Former User?
                            A Former User @DIY-O-Sphere
                            last edited by

                            @DIY-O-Sphere said in RepRapFirmware 3.0 is released!:

                            @DaBit said in RepRapFirmware 3.0 is released!:

                            Difference with RRF2.05 is 0.12mm smaller.

                            I can confirm that for a Maestro.

                            Wow, this is weird?!

                            1 Reply Last reply Reply Quote 0
                            • deckingmanundefined
                              deckingman @DaBit
                              last edited by deckingman

                              @DaBit Ref the BL touch offset, does using a slower probing speed help? Or more specifically does probing speed affect the offset? Just wondering if there could be a latency issue between when the BL touch triggers and when the firmware reacts to that trigger. I don't use a BL touch myself so I could be way off the mark.
                              Edit. And is the probe connected to the main board or an expansion board?

                              Ian
                              https://somei3deas.wordpress.com/
                              https://www.youtube.com/@deckingman

                              DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                              • matej1006undefined
                                matej1006
                                last edited by matej1006

                                how i must convert this code :

                                ;Water temp
                                M305 S"Water temperature" P103 X2 T10000 B3950
                                

                                And that:

                                ; Z-Probe
                                M574 Z1 S2 ; Set endstops controlled by probe
                                M558 P1 H5 F120 T3000 ; Set Z probe type to modulated and the dive height + speeds
                                G31 P467 X0 Y40 Z1.0 ; Set Z probe trigger value, offset and trigger height
                                

                                how it's with auto bed compensation do i need there also to change anything

                                DIY-O-Sphereundefined 1 Reply Last reply Reply Quote 0
                                • DIY-O-Sphereundefined
                                  DIY-O-Sphere @matej1006
                                  last edited by DIY-O-Sphere

                                  @matej1006
                                  https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M305
                                  https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M558
                                  But you also have to edit some more places in config.g and in some files in sys folder. Maybe it's easy to do the base of conversion with the online configurator.

                                  (UTC+1)

                                  matej1006undefined 1 Reply Last reply Reply Quote 0
                                  • matej1006undefined
                                    matej1006 @DIY-O-Sphere
                                    last edited by

                                    @DIY-O-Sphere Thanks

                                    1 Reply Last reply Reply Quote 0
                                    • SIamundefined
                                      SIam
                                      last edited by SIam

                                      Hi,
                                      i think there is a small bug in the Machinesettings E0 display the wrong settings:

                                      2020-01-08 11_33_56-hypercube.png

                                      2020-01-08 11_34_19-hypercube.png

                                      btw. I miss this feature in dwc2!

                                      Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
                                      Duet WiFi 1.02 or later + DueX5
                                      RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
                                      Duet WiFi Server: 1.26
                                      Duet Web Control 3.4.0beta4 (2021-09-27)

                                      1 Reply Last reply Reply Quote 0
                                      • matej1006undefined
                                        matej1006
                                        last edited by

                                        Can I control my water temperature (PWM noctua Fan's) with out selected heater in code, just with one sensor which measuring water temp.?

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

                                          @matej1006 said in RepRapFirmware 3.0 is released!:

                                          Can I control my water temperature (PWM noctua Fan's) with out selected heater in code, just with one sensor which measuring water temp.?

                                          Yes, set up a sensor for the water temperature (M308), then set the fan to run thermostatically based on that sensor. In RRF3 the H parameter in the M106 command is the sensor number, not a heater number.

                                          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

                                          matej1006undefined 1 Reply Last reply Reply Quote 1
                                          • matej1006undefined
                                            matej1006 @dc42
                                            last edited by matej1006

                                            @dc42
                                            Like that:

                                            ;Water temp
                                            M308 S5 P"e1temp" Y"thermistor" T100000 B4138                   ;configure sensor 5 as thermistor on pin e1temp
                                            
                                            ; Fans
                                            M950 F0 C"!Fan0+exp.pb6" Q25000 				; fan 0 is a 4-wire PWM fan so invert it, use high PWM frequency, tacho connected to PB6 on expansion connector
                                            M106 H0 S1 T25 
                                            

                                            and can i control 3 fan with one PWM output and one tacho input?

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