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

    RepRapFirmware 2.02RC4 released

    Scheduled Pinned Locked Moved
    Firmware installation
    18
    72
    8.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.
    • Vetiundefined
      Veti
      last edited by

      my 12864 now initializes correctly
      thank dc42

      1 Reply Last reply Reply Quote 0
      • incogizmoundefined
        incogizmo
        last edited by incogizmo

        Ive updated to RC4 today and the 79, 179 and 279 values are now working as expected on the 12864 display.
        Thanks dc ๐Ÿ™‚

        I have noticed a few other oddities with the 12864 display however.

        The speedfactor is display appears to be multiplied by 100. Using M220 S80 will produce an output of 8000
        This is the line I am using the display spped factor:
        value R51 C50 F0 D0 W25 N500

        Another thing I have noted is loading menus now does not function. I recieve an error stating File "menu", File cannot be found.
        The line I am using is:
        button R51 C72 F0 T"Get Started ยป" A"menu" L"e_main"

        If I create a file called menu it will be loaded when trying to select any button that is a reference to a menu.

        For now I have reverted to RC3 and all functionality has returned.

        Vetiundefined dc42undefined 2 Replies Last reply Reply Quote 0
        • Vetiundefined
          Veti @incogizmo
          last edited by

          @incogizmo

          change the A"menu" to A"e_menu"

          incogizmoundefined 1 Reply Last reply Reply Quote 1
          • dc42undefined
            dc42 administrators @incogizmo
            last edited by dc42

            @incogizmo said in RepRapFirmware 2.02RC4 released:

            button R51 C72 F0 T"Get Started ยป" A"menu" L"e_main"

            That line should have been:

            button R51 C72 F0 T"Get Started ยป" A"#0" L"e_main"

            but due to a bug that is now fixed, you had to use "menu" instead of "#0". However, @Veti's suggestion is simpler.

            I will check out the display of the speed factor.

            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
            • incogizmoundefined
              incogizmo @Veti
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • incogizmoundefined
                incogizmo
                last edited by incogizmo

                @dc42 & @Veti ahhh awesome thanks guys so I was doing something wrong ๐Ÿ™‚

                So I understand, on a button to launch a menu the file name is to be in both the A and L value? Or A"#0" preferably.

                Easily fixed! I'll update all my menus and switch back to rc4 thanks again for all your help ๐Ÿ™‚

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

                  @incogizmo said in RepRapFirmware 2.02RC4 released:

                  So I understand, on a button to launch a menu the file name is to be in both the A and L value?

                  Having looked into it some more, I can see that the person who implemented my specification misread my intentions, and my supposed fix in 2.02RC4 has not helped. For now put "#0" in the A parameter and the menu filename in the F parameter. Don't start the menu name with letter G, M or T. This is a temporary workaround, and I will fix it properly in the 2.02 release.

                  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
                  • GizmotronX5000undefined
                    GizmotronX5000
                    last edited by

                    I'll likely update today!

                    (This is a test post against the spam filter. I was getting automatically flagged last week.)

                    1 Reply Last reply Reply Quote 0
                    • smoki3undefined
                      smoki3
                      last edited by

                      @dc42 Hi,

                      i noticed that M1 is calling "ause.g" instead of "pause.g". I think its a typo.

                      Running RC4

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

                        @smoki3 said in RepRapFirmware 2.02RC4 released:

                        @dc42 Hi,

                        i noticed that M1 is calling "ause.g" instead of "pause.g". I think its a typo.

                        Running RC4

                        Are you sure? M1 should call sleep.g.

                        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

                        fcwiltundefined smoki3undefined 2 Replies Last reply Reply Quote 0
                        • fcwiltundefined
                          fcwilt @dc42
                          last edited by

                          @dc42 said in RepRapFirmware 2.02RC4 released:

                          Are you sure? M1 should call sleep.g.

                          M1 does do that - verified.

                          If something is calling "ause.g" perhaps the P parameter was left off?

                          Frederick

                          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                            @fcwilt, what is your evidence that M1 is calling "ause.g"? Do you have a sleep.g file on your system?

                            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

                            fcwiltundefined 1 Reply Last reply Reply Quote 0
                            • fcwiltundefined
                              fcwilt @dc42
                              last edited by

                              @dc42 said in RepRapFirmware 2.02RC4 released:

                              @fcwilt, what is your evidence that M1 is calling "ause.g"? Do you have a sleep.g file on your system?

                              I verified that M1 calls "sleep.g".

                              BUT I speculated that perhaps something (not M1) was executing a command "M98 pause.g", with the P parameter left off by mistake, thus yielding a call to "ause.g".

                              Frederick

                              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                              1 Reply Last reply Reply Quote 0
                              • smoki3undefined
                                smoki3 @dc42
                                last edited by smoki3

                                @dc42 I get the message "ause.g" cant not found on my paneldue.

                                But maybe I found the issue. In my sleep.g It calls M98 pause.g instead of M98 Ppause.g

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

                                  I don't see that message when I send M1 from PanelDue on my delta.

                                  Do you have a sleep.g file, and if so, what is in it?

                                  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
                                  • Phaedruxundefined
                                    Phaedrux Moderator
                                    last edited by

                                    Updated firmware, DWC, and PanelDue to latest. Re did bed leveling routine and a mesh grid. Went smoothly. Ran a 15 hour print no issues.

                                    Z-Bot CoreXY Build | Thingiverse Profile

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

                                      @phaedrux said in RepRapFirmware 2.02RC4 released:

                                      Updated firmware, DWC, and PanelDue to latest. Re did bed leveling routine and a mesh grid. Went smoothly. Ran a 15 hour print no issues.

                                      Thanks for the feedback!

                                      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
                                      • frafaundefined
                                        frafa
                                        last edited by

                                        Hello

                                        Same problem on 2.02RC4 for me
                                        https://forum.duet3d.com/topic/7316/firmware-2-02-release-candidate-3-now-available/70

                                        Scara with DuetWifi => Scarlette3D
                                        https://youtu.be/mBF5cO8vGhI

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

                                          @frafa said in RepRapFirmware 2.02RC4 released:

                                          Hello

                                          Same problem on 2.02RC4 for me
                                          https://forum.duet3d.com/topic/7316/firmware-2-02-release-candidate-3-now-available/70

                                          I'm sorry, I remember reading that post but somehow it didn't get added to my list of issues to investigate.

                                          I've just reproduced that problem on my own SCARA by changing the homing file not to use the Z endstop. In my case, the reason is that I have a G1 XY move to position the arm just before the G30 move, and the firmware isn't allowing that move because the Z axis is not homed.

                                          I will fix this in the 2.02 release. Meanwhile, a possible workaround is to use a G1 S2 XY move to set the arm positions to specified angles, instead of commanding a specified XY position.

                                          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
                                          • frafaundefined
                                            frafa
                                            last edited by

                                            Hi David,

                                            Homing ok if i add:

                                            ;Home Z ir-probe
                                            G91 ; Add test ...
                                            G1 S2 X1 Y-1 ; Add test ...

                                            G90 ; absolute movement
                                            G30 ; Single Z-Probe

                                            But test move after homing return error ...

                                            17:26:48
                                            G28
                                            17:25:46
                                            M120
                                            G91
                                            G1 Y10 F6000
                                            M121
                                            Error: G1/G2/G3: intermediate position outside machine limits

                                            Scara with DuetWifi => Scarlette3D
                                            https://youtu.be/mBF5cO8vGhI

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