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

    RepRapFirmware 3.0

    Scheduled Pinned Locked Moved
    General Discussion
    35
    176
    30.6k
    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.
    • t9undefined
      t9 @dc42
      last edited by

      @dc42

      Thanks, I found that M581 Tn P"nil" works. Im not sure if that's what you meant, rather than M280

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

        Latest RRF3 builds are now at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0.

        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
        • moosiundefined
          moosi
          last edited by

          Hi,
          I´m just playing around with the new version.
          One thing I stmbled across is M558
          How do I set up a second probe?

          I tried:
          M558 K1 P5 C"!e0stop" H5 F120 T300
          M585 Z100 F600 P1 S0

          but I get the error:
          "M558 invalid z probe index"

          I can change K1 and P1 to 0 and it works, so there might be a problem with additional probes?

          thanks
          Moosi

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

            @moosi said in RepRapFirmware 3.0:

            Hi,
            I´m just playing around with the new version.
            One thing I stmbled across is M558
            How do I set up a second probe?

            I tried:
            M558 K1 P5 C"!e0stop" H5 F120 T300
            M585 Z100 F600 P1 S0

            but I get the error:
            "M558 invalid z probe index"

            I can change K1 and P1 to 0 and it works, so there might be a problem with additional probes?

            You are right, it wasn't working. Try the new binary that I've just put at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0.

            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

            moosiundefined 1 Reply Last reply Reply Quote 0
            • moosiundefined
              moosi @dc42
              last edited by

              @dc42

              Thanks, that was fast 😄
              It is working now. Not exactly as expected, but I think it is my fault and I need to dive deeper into the configs.

              1 Reply Last reply Reply Quote 0
              • Cavemanundefined
                Caveman
                last edited by

                How to setup probe on anycubic linear plus? In 2.xx probe worked fine. In 3.xx Probe is not even registered when connected.
                Am I missing something?

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

                  which board and which probe?

                  @caveman said in RepRapFirmware 3.0:

                  How to setup probe on anycubic linear plus? In 2.xx probe worked fine. In 3.xx Probe is not even registered when connected.
                  Am I missing something?

                  1 Reply Last reply Reply Quote 0
                  • Cavemanundefined
                    Caveman
                    last edited by

                    duet meastro and original probe

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

                      Maestro was discussed mid may if you scroll up, not familar with what probe is original for anycubic, but hopefully the pin definition earlier in this thread will help.

                      1 Reply Last reply Reply Quote 0
                      • Cavemanundefined
                        Caveman @dc42
                        last edited by

                        @dc42 So what does have to change if z probe is connected to endstop before?

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

                          @caveman said in RepRapFirmware 3.0:

                          @dc42 So what does have to change if z probe is connected to endstop before?

                          Use the C parameter ni the m558 command to specify that endstop pin. See https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M558.

                          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
                          • clearlynotstefundefined
                            clearlynotstef
                            last edited by

                            Ok, I've updated to 3.0 to run my weird cnc contraption. I'm a bit stuck on how to set it up. I have two Y motors and endstops, z, x and e (which is actually a tangential cutter but rotates based on E moves). I have Y hooked up to the Z driver and mapped as M584 Y0 Z1 X2 E3. Does this make sense given I have two endstops and motors on that axis? Should I be defining the second y motor as its own axis to use an second endstop? What should my M574 look like?

                            As always, appreciate any help!

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

                              @clearlynotstef said in RepRapFirmware 3.0:

                              I have Y hooked up to the Z driver and mapped as M584 Y0 Z1 X2 E3.

                              Seems off me? "Z driver" should be driver number 2, so you should probably have Y2 in there. Are you connecting both motors to the same driver output? If not you need something like Y2:1 or Y2 U1 (if the two Y motors are connected to the Y and Z drivers which ar drivers 1 and 2 respectively) ... or so i think at least.

                              If you clarify that bit I'm sure someone can help you with the M574

                              clearlynotstefundefined 1 Reply Last reply Reply Quote 0
                              • clearlynotstefundefined
                                clearlynotstef @A Former User
                                last edited by

                                @bearer that's what I guess I'm trying to figure out. I currently have both Y motors hooked up to driver 0 (typically used for Z) so I can drive them off of the same driver without merging cables. This means I can't drive one without driving the other, which I guess means the best case scenario with two end stops is smashing one side into the endstop until the other catches up and hits the other endstop. Given I have an extra driver still, maybe I should drive each y motor off its own driver with it's own endstop, but still define both drivers as being the y axis? Not sure how to define the motors and end stops in either scenario on 3.0!

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

                                  @clearlynotstef said in RepRapFirmware 3.0:

                                  I currently have both Y motors hooked up to driver 0 (typically used for Z)

                                  Which board are you using?

                                  clearlynotstefundefined 1 Reply Last reply Reply Quote 0
                                  • clearlynotstefundefined
                                    clearlynotstef @A Former User
                                    last edited by

                                    @bearer duet 2 Wi-Fi

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

                                      @clearlynotstef said in RepRapFirmware 3.0:

                                      @bearer duet 2 Wi-Fi

                                      Then maybe you should wait for someone else to tell you that driver 0 is not the one labeled for Z as you seem to ignore me telling you that ... because you're not going to have much success until you do.

                                      clearlynotstefundefined 1 Reply Last reply Reply Quote 0
                                      • clearlynotstefundefined
                                        clearlynotstef @A Former User
                                        last edited by clearlynotstef

                                        @bearer... I'm not disagreeing with you, I thought you were proposing a different way of achieving this setup, not trying to correct the way I currently have it setup, it wasn't particularly clear. "Should be driver 2" sounds like a suggestion, not a fact. One would think the drivers would be numbered sequentially from one side of the board to the other.

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

                                          @clearlynotstef said in RepRapFirmware 3.0:

                                          @bearer... I'm not disagreeing with you, I thought you were proposing a different way of achieving this setup, not trying to correct the way I currently have it setup, it wasn't particularly clear. "Should be driver 2" sounds like a suggestion, not a fact. One would think the drivers would be numbered sequentially from one side of the board to the other.

                                          You would think that; but they are not. The order is 2 1 0 3 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

                                          clearlynotstefundefined 1 Reply Last reply Reply Quote 0
                                          • clearlynotstefundefined
                                            clearlynotstef @dc42
                                            last edited by

                                            @dc42 good to know. I think I'm going to abandon running them off one stepper anyway (unless there's a way to use two endstops that makes sense), so I'll have two drivers driving two motors on the y axis, each with an endstop. Let's say y driver and e1 driver. Does any sample g code exist for setting these up with their own end stops on 3.0 beta?

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